-
Notifications
You must be signed in to change notification settings - Fork 1
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
CAPZ: Release v29.4.0. #1522
CAPZ: Release v29.4.0. #1522
Conversation
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.
I'll push our cluster-aws/aws-node-termination-handler stuff here since I need a commit in order to set E2E_RELEASE_VERSION
/E2E_RELEASE_COMMIT
in tests. Blocking the release until we've successfully tested the feature ;)
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.
Oops, confused this one with a CAPA release
I'll come up with CAPA tomorrow. |
/run releases-test-suites PREVIOUS_RELEASE=29.3.0 |
releases-test-suites
📋 View full results in Tekton Dashboard Rerun trigger: Tip To only re-run the failed test suites you can provide a Alternatively, or in addition to, you can also specify |
/run releases-test-suites PREVIOUS_RELEASE=29.3.0 |
releases-test-suites
📋 View full results in Tekton Dashboard Rerun trigger: Tip To only re-run the failed test suites you can provide a Alternatively, or in addition to, you can also specify |
I'm skipping CI as I had to rebase this branch on top of master and don't want to run tests again just for this. |
Checklist
Triggering E2E tests
To trigger the E2E test for each new Release added in this PR, add a comment with the following:
/run releases-test-suites
If your release is a new patch release for an older major release, you need to specify the previous release for use in upgrade tests, for example for
25.1.2
(exists) to25.1.3
(added in your PR):/run releases-test-suites PREVIOUS_RELEASE=25.1.2
If your release is a new minor release for an older major release, e.g.
25.3.0
(exists) to25.4.0
(added in your PR), it works the same way:/run releases-test-suites PREVIOUS_RELEASE=25.3.0
You can also limit which tests are run:
/run releases-test-suites TARGET_SUITES=./providers/capa/standard
If you want to trigger conformance tests, you can do so by adding a comment similar to the following:
/run conformance-tests PROVIDER=capa RELEASE_VERSION=29.1.0
For more details see the README.md.