Skip to content

fix(ci): wait for Docker image before Hurl tests - #1495

Merged
lovasoa merged 1 commit into
mainfrom
codex/fix-hurl-image-dependency
Sep 24, 2026
Merged

lovasoa merged 1 commit into
mainfrom
codex/fix-hurl-image-dependency

Conversation

@lovasoa

@lovasoa lovasoa commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Make Hurl example jobs wait for docker_build before downloading the SQLPage image artifact.

Cause

Follow-up to #1485: moving the amd64 image build into the Docker matrix also removed Hurl's dependency on the image-producing job. In the failed main run, some Hurl jobs attempted the download before the artifact was uploaded. The artifact is present in the completed run.

Validation

  • Parsed .github/workflows/ci.yml and checked that hurl.needs contains both docker_build and hurl_examples.
  • git diff --check passed.

Hurl will now wait for the full Docker build matrix.

@lovasoa
lovasoa merged commit 70359bb into main Sep 24, 2026
52 checks passed
@lovasoa
lovasoa deleted the codex/fix-hurl-image-dependency branch September 24, 2026 22:20
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.

2 participants