-
Notifications
You must be signed in to change notification settings - Fork 58
Updating run-capz-e2e.sh to run extra commands #529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating run-capz-e2e.sh to run extra commands #529
Conversation
Signed-off-by: Mark Rossett <marosset@microsoft.com>
047b45b to
5156618
Compare
|
/test ls |
|
@marosset: The specified target(s) for Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test pull-e2e-capz-windows-2022-azure-file |
|
/test pull-e2e-capz-windows-2022-azure-ccm |
1 similar comment
|
/test pull-e2e-capz-windows-2022-azure-ccm |
|
@marosset: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@mboersma @zylxjtu - please take a look. |
mboersma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marosset, mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| Example usage from a Prow job: | ||
|
|
||
| ```bash | ||
| ./capz/run-capz-e2e.sh bash -c "cd ${GOPATH}/src/sigs.k8s.io/azuredisk-csi-driver && ./deploy/install-driver.sh master local,snapshot,enable-avset && make e2e-test" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it better/possible to separate the new added test cases into different file? but I do not have much context on the added test so just a rough idea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you mean?
into a different markdown file?
|
/hold cancel |
This is so we can run jobs like the the azuredisk/azurefile csi driver tests using the CAPZ templates from this repo instead of capz.
example expected usage: https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-cloud-provider/azure/release-master.yaml#L152-L161
These jobs are currently run with https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/scripts/ci-entrypoint.sh
/hold for testing