Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/release-pr-body.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
Used verbatim as the body of release PRs created by giantswarm/github-workflows
(see .github/workflows/zz_generated.create_release_pr.yaml).

The `/run` line makes Tekton start the E2E tests as soon as the release PR is
opened. cluster-test-suites expands to every suite for this provider when it
detects a release PR, so the full set runs before the release is tagged.

See https://github.com/giantswarm/roadmap/issues/4334
-->

The full set of E2E test suites for this provider runs automatically on this release PR.

/run cluster-test-suites
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- CI: Run the full set of E2E test suites automatically on release PRs, via `.github/release-pr-body.md`. Towards https://github.com/giantswarm/roadmap/issues/4334

## [3.0.0] - 2026-08-05

### Changed
Expand Down
Loading