Skip to content

[DX-3862] remove event trigger from post-release tests#22144

Merged
Tofel merged 1 commit intodevelopfrom
dx-3862-release-compat-tests
Apr 24, 2026
Merged

[DX-3862] remove event trigger from post-release tests#22144
Tofel merged 1 commit intodevelopfrom
dx-3862-release-compat-tests

Conversation

@Tofel
Copy link
Copy Markdown
Contributor

@Tofel Tofel commented Apr 23, 2026

  • do not trigger tests after check has run, because at that point image won't be available yet
  • instead switch the workflow to workflow_dispatch and trigger it from the release repository once the image has been pushed to the ECR

@github-actions
Copy link
Copy Markdown
Contributor

✅ No conflicts with other open PRs targeting develop

@Tofel Tofel marked this pull request as ready for review April 23, 2026 09:01
Copilot AI review requested due to automatic review settings April 23, 2026 09:01
@Tofel Tofel requested review from a team as code owners April 23, 2026 09:01
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the release testing automation so post-release compatibility tests are no longer triggered by a repository_dispatch event emitted during the build workflow, and are instead run manually via workflow_dispatch after the release image is confirmed published.

Changes:

  • Switch .github/workflows/post-image-released.yml from repository_dispatch to workflow_dispatch and remove the dispatch payload validation job.
  • Remove the emit-release-image-tagged-event job from .github/workflows/build-publish.yml to stop emitting the post-release test trigger during the tag build pipeline.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/post-image-released.yml Makes post-release test workflow manually triggerable (workflow_dispatch) and removes repository dispatch validation.
.github/workflows/build-publish.yml Removes the job that emitted the release-image-tagged repository dispatch event.

@Tofel Tofel enabled auto-merge April 24, 2026 06:31
@Tofel Tofel added this pull request to the merge queue Apr 24, 2026
Merged via the queue into develop with commit f1c30db Apr 24, 2026
77 checks passed
@Tofel Tofel deleted the dx-3862-release-compat-tests branch April 24, 2026 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants