From 2b756032b59f1a53cd9084ab04d6ae3bbbfce6cf Mon Sep 17 00:00:00 2001 From: Daniel Diblik <8378124+danmyway@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:17:12 +0200 Subject: [PATCH] Move target compose definition (#907) * with changes in packit/packit-service#2168 we can now move the targeted OS back under the distros key Signed-off-by: Daniel Diblik --- .packit.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index c691e41797..a541676cf7 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -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: @@ -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: