Skip to content

Commit

Permalink
Pick different composes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 29, 2024
1 parent 343ddc0 commit 3d138dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot_manager/snapshot_manager/testing_farm_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def make_testing_farm_request(
)
cmd = f"""testing-farm \
request \
--compose {get_compose(ranch)} \
--compose {util.chroot_os(chroot).capitalize()} \
--git-url {config.test_repo_url} \
--arch {util.chroot_arch(chroot)} \
--plan /tests/snapshot-gating \
Expand Down

0 comments on commit 3d138dd

Please sign in to comment.