Skip to content
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

Merged
merged 6 commits into from
Dec 12, 2024
Merged

CAPA: Release v25.1.3. #1516

merged 6 commits into from
Dec 12, 2024

Conversation

AndiDog
Copy link
Contributor

@AndiDog AndiDog commented Dec 10, 2024

Towards https://github.com/giantswarm/giantswarm/issues/31843

Checklist

  • Roadmap issue created
  • Release uses latest stable Flatcar
  • Release uses latest Kubernetes patch version

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.

@AndiDog AndiDog requested review from a team December 10, 2024 10:42
@AndiDog AndiDog requested a review from a team as a code owner December 10, 2024 10:42
@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 10, 2024

@giantswarm/team-tenet do you want to bump cert-exporter?

@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 10, 2024

/run releases-test-suites

@Gacko Gacko changed the title CAPA: Release v25.1.3 CAPA: Release v25.1.3. Dec 10, 2024
capa/v25.1.3/README.md Outdated Show resolved Hide resolved
capa/v25.1.3/README.md Outdated Show resolved Hide resolved
capa/v25.1.3/README.md Outdated Show resolved Hide resolved
capa/v25.1.3/README.md Outdated Show resolved Hide resolved
capa/v25.1.3/release.yaml Outdated Show resolved Hide resolved
@Gacko
Copy link
Member

Gacko commented Dec 10, 2024

@giantswarm/team-tenet do you want to bump cert-exporter?

Yep, will do so.

@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 10, 2024

/run releases-test-suites

capa/v25.1.3/release.diff Outdated Show resolved Hide resolved
@Gacko
Copy link
Member

Gacko commented Dec 10, 2024

/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?

@Gacko Gacko force-pushed the capa-25-1-3 branch 2 times, most recently from 3a4f679 to 5288b8f Compare December 10, 2024 16:42
@giantswarm giantswarm deleted a comment from tinkerers-ci bot Dec 10, 2024
@giantswarm giantswarm deleted a comment from tinkerers-ci bot Dec 10, 2024
@giantswarm giantswarm deleted a comment from tinkerers-ci bot Dec 10, 2024
@giantswarm giantswarm deleted a comment from tinkerers-ci bot Dec 10, 2024
@giantswarm giantswarm deleted a comment from tinkerers-ci bot Dec 10, 2024
@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 10, 2024

I still need to fix the aws-node-termination-handler behavior so it reacts to dying spot instances

@giantswarm giantswarm deleted a comment from tinkerers-ci bot Dec 10, 2024
@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 11, 2024

/run releases-test-suites TARGET_SUITES=./providers/capa/standard

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 11, 2024

releases-test-suites

Run name pr-releases-1516-releases-test-suitesz2z44
Commit SHA abda4d5
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run releases-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

Alternatively, or in addition to, you can also specify TARGET_RELEASES to trigger tests for specific releases. E.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard TARGET_RELEASES=aws-25.0.0-test.1

@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 11, 2024

/run releases-test-suites TARGET_SUITES=./providers/capa/standard

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 11, 2024

releases-test-suites

Run name pr-releases-1516-releases-test-suiteschdhq
Commit SHA abda4d5
Result Succeeded ✅

📋 View full results in Tekton Dashboard

Rerun trigger:
/run releases-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

Alternatively, or in addition to, you can also specify TARGET_RELEASES to trigger tests for specific releases. E.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard TARGET_RELEASES=aws-25.0.0-test.1

@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 12, 2024

/run releases-test-suites

@AndiDog
Copy link
Contributor Author

AndiDog commented Dec 12, 2024

Forgot to set the base release for the test

/run releases-test-suites PREVIOUS_RELEASE=25.1.2 TARGET_SUITES=./providers/capa/upgrade

@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 12, 2024

releases-test-suites

Run name pr-releases-1516-releases-test-suites8j24l
Commit SHA 2ce8cb5
Result Failed ❌

📋 View full results in Tekton Dashboard

Rerun trigger:
/run releases-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

Alternatively, or in addition to, you can also specify TARGET_RELEASES to trigger tests for specific releases. E.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard TARGET_RELEASES=aws-25.0.0-test.1

capa/v25.1.3/README.md Outdated Show resolved Hide resolved
@tinkerers-ci
Copy link

tinkerers-ci bot commented Dec 12, 2024

releases-test-suites

Run name pr-releases-1516-releases-test-suites6rm24
Commit SHA 2ce8cb5
Result Succeeded ✅

📋 View full results in Tekton Dashboard

Rerun trigger:
/run releases-test-suites


Tip

To only re-run the failed test suites you can provide a TARGET_SUITES parameter with your trigger that points to the directory path of the test suites to run, e.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard to re-run the CAPA standard test suite. This supports multiple test suites with each path separated by a comma.

Alternatively, or in addition to, you can also specify TARGET_RELEASES to trigger tests for specific releases. E.g. /run releases-test-suites TARGET_SUITES=./providers/capa/standard TARGET_RELEASES=aws-25.0.0-test.1

@Gacko Gacko added the skip/ci Instructs PR Gatekeeper to ignore any required PR checks label Dec 12, 2024
@Gacko Gacko enabled auto-merge (squash) December 12, 2024 10:53
@Gacko Gacko merged commit 3a77020 into master Dec 12, 2024
5 checks passed
@Gacko Gacko deleted the capa-25-1-3 branch December 12, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/ci Instructs PR Gatekeeper to ignore any required PR checks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants