Commit 8875e8f
Always build CLI E2E Docker image, independent of matrix gate
The build_cli_e2e_image reusable workflow was previously gated on
`tests_matrix_requires_cli_archive` so it only ran when the test matrix
contained at least one job that needed the CLI archive. That gate also
forced the image build to wait for setup_for_tests to finish computing
the matrix, which delayed test jobs that depend on the image.
Drop the gate so the image build kicks off in parallel with setup. The
extra cost on PRs that don't need the image is one short-lived Docker
build job, which is preferable to serializing every CLI E2E test run on
matrix setup.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6366cca commit 8875e8f
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
| |||
0 commit comments