Skip to content

Commit

Permalink
Move target compose definition (#907)
Browse files Browse the repository at this point in the history
* with changes in packit/packit-service#2168 we can now move the
  targeted OS back under the distros key

Signed-off-by: Daniel Diblik <ddiblik@redhat.com>
  • Loading branch information
danmyway authored Sep 14, 2023
1 parent 5b720b9 commit 2b75603
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,10 @@ jobs:
tf_post_install_script: '#!/bin/bash\nsudo sed -i "s/^.*ssh-rsa/ssh-rsa/" /root/.ssh/authorized_keys'
targets:
epel-7-x86_64:
distros: [oraclelinux-7]
distros: ["OL7.9-x86_64-HVM-2023-01-05"]
tf_extra_params:
environments:
- os:
compose: "OL7.9-x86_64-HVM-2023-01-05"
tmt:
- tmt:
context:
distro: "oraclelinux-7"
settings:
Expand Down Expand Up @@ -140,12 +138,10 @@ jobs:
tf_post_install_script: '#!/bin/bash\nsudo sed -i "s/^.*ssh-rsa/ssh-rsa/" /root/.ssh/authorized_keys'
targets:
epel-8-x86_64:
distros: [oraclelinux-8]
distros: ["OL8.8-x86_64-HVM-2023-06-21"]
tf_extra_params:
environments:
- os:
compose: "OL8.8-x86_64-HVM-2023-06-21"
tmt:
- tmt:
context:
distro: "oraclelinux-8-latest"
settings:
Expand Down

0 comments on commit 2b75603

Please sign in to comment.