Skip to content

Commit

Permalink
There's no Fedora-rawhide compose, use latest instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 28, 2024
1 parent 17ee024 commit 7f85670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshot_manager/snapshot_manager/snapshot_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def make_testing_farm_request(self, chroot: str) -> str:
)
cmd = f"""testing-farm \
request \
--compose {util.chroot_os(chroot).capitalize()} \
--compose Fedora-latest \
--git-url {self.config.test_repo_url} \
--arch {util.chroot_arch(chroot)} \
--plan /tests/snapshot-gating \
Expand Down

0 comments on commit 7f85670

Please sign in to comment.