-
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
CAPA: Release v25.1.3. #1516
CAPA: Release v25.1.3. #1516
Conversation
@giantswarm/team-tenet do you want to bump cert-exporter? |
/run releases-test-suites |
Yep, will do so. |
/run releases-test-suites |
/run releases-test-suites TARGET_SUITES=./providers/capa/standard It doesn't really make sense to test the upgrade here as this is the first version after Vintage, right? |
3a4f679
to
5288b8f
Compare
I still need to fix the aws-node-termination-handler behavior so it reacts to dying spot instances |
/run releases-test-suites TARGET_SUITES=./providers/capa/standard |
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 TARGET_SUITES=./providers/capa/standard |
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 |
Forgot to set the base release for the test /run releases-test-suites PREVIOUS_RELEASE=25.1.2 TARGET_SUITES=./providers/capa/upgrade |
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 |
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 |
Co-authored-by: Marco Ebert <[email protected]>
Towards https://github.com/giantswarm/giantswarm/issues/31843
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 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.