Skip to content

Commit

Permalink
forcing physical hosts for virtwho hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorquas committed Jan 20, 2025
1 parent 1e323f9 commit 63471b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtwho/provision/virtwho_host.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def beaker_args_define(args):
args.arch = "x86_64"
args.job_group = "virt-who-ci-server-group"
args.host = args.beaker_host
args.host_type = None
args.host_type = "physical"
args.host_require = None


Expand Down

0 comments on commit 63471b7

Please sign in to comment.