-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add CAPZ presubmit for ipv6 ci conformance #30933
Add CAPZ presubmit for ipv6 ci conformance #30933
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
...s/kubernetes-sigs/cluster-api-provider-azure/cluster-api-provider-azure-presubmits-main.yaml
Outdated
Show resolved
Hide resolved
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.
/assign @mboersma @willie-yao @nawazkh
25da43f
to
7cebfe4
Compare
env: | ||
- name: E2E_ARGS | ||
value: "-kubetest.use-ci-artifacts" | ||
- name: IP_FAMILY |
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.
this is the main difference between this job and the one above (pull-cluster-api-provider-azure-conformance-with-ci-artifacts)
always_run: false | ||
optional: true | ||
decorate: true | ||
run_if_changed: 'test\/e2e|templates\/test|scripts\/ci-conformance.sh|Makefile' |
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.
/hold
I need to remove this
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.
/hold cancel
7cebfe4
to
dc85482
Compare
/lgtm |
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.
Looks good! Just one question on my end: Does this test need this line?
run_if_changed: 'test\/e2e|templates\/test|scripts\/ci-conformance.sh|Makefile'
Since the test above has it and it is also a conformance test
@willie-yao good question, I removed that line so it wouldn't get triggered on every PR that changes those files, since the test won't fully work until kubernetes-sigs/cluster-api-provider-azure#4086 merges |
/lgtm |
@CecileRobertMichon: Updated the
In 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/test-infra repository. |
Add optional job to test kubernetes-sigs/cluster-api-provider-azure#4086, will eventually convert into a periodic job to test every branch of k8s