Skip to content

Commit 1c684f9

Browse files
committed
ci: Also skip test-install by default
This was missed in the previous merge queue change; again the idea is expensive tests only run in the merge queue by default. Signed-off-by: Colin Walters <walters@verbum.org>
1 parent e07abd0 commit 1c684f9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,13 @@ jobs:
9191
log-level: warn
9292
command: check -A duplicate bans sources licenses
9393
# Test bootc installation scenarios and fsverity support
94-
# TODO convert to be an integration test
94+
# TODO convert to be an integration test: this would also
95+
# ensure we inherit the `package` job (and in theory
96+
# this could be a proper matrix)
9597
install-tests:
9698
name: "Test install"
99+
if: needs.compute-ci-level.outputs.run_heavy == 'true'
100+
needs: compute-ci-level
97101
runs-on: ubuntu-24.04
98102
steps:
99103
- name: Checkout repository

0 commit comments

Comments
 (0)