Skip to content

Commit

Permalink
Run on the internal ranch, add back hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Dec 12, 2023
1 parent fd642f0 commit 3dc7521
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
targets:
- fedora-all
- epel-9
use_internal_tf: True
tf_extra_params:
test:
tmt:
Expand Down
8 changes: 7 additions & 1 deletion plans/provision/virtual.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ prepare+:
virt-customize -v -a $image --run-command 'dnf --refresh install -y beakerlib'
done

enabled: true

environment:
PROVISION_METHODS: virtual

adjust+:
- enabled: true
- provision:
hardware:
virtualization:
is-supported: true
memory: ">= 4 GB"
when: trigger == commit

0 comments on commit 3dc7521

Please sign in to comment.