Skip to content

Commit

Permalink
Fix compose selection. See #276
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Feb 27, 2024
1 parent 5198e2a commit d337087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-farm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,15 @@ jobs:
echo "arch = $arch"
echo "version = $version"
echo "ranch = $ranch"
echo "dry_run = $dry_run"
echo "::endgroup::"
[[ "$dry_run" == "1" ]] && dry_run_option=--dry-run
echo "::group::testing-farm request"
testing-farm \
request \
--compose ${name^}-${version} \
--compose ${name^}-${version^} \
--git-url https://github.com/fedora-llvm-team/llvm-snapshots \
--arch $arch \
--plan /tests/snapshot-gating \
Expand Down

0 comments on commit d337087

Please sign in to comment.