Skip to content

Commit

Permalink
Debug VM test matrix calculation
Browse files Browse the repository at this point in the history
Run-GHA: true
Skip-PR-comments: true
Test-tag: always_passes

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Dec 3, 2024
1 parent f77896a commit 6809adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bullseye-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
id: matrix
run: | # do not use the non-| format for this script
. ci/gha_functions.sh
set -eu
set -eux
# it might seem tempting to factor in the result of the build for this
# distro here and not include a failed build in the test matrix but
# the problem with that is that if/when the user asks GHA to rebuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
id: matrix
run: | # do not use the non-| format for this script
. ci/gha_functions.sh
set -eu
set -eux
# it might seem tempting to factor in the result of the build for this
# distro here and not include a failed build in the test matrix but
# the problem with that is that if/when the user asks GHA to rebuild
Expand Down

0 comments on commit 6809adc

Please sign in to comment.