From a80ca7ff883c6af91ab3ebf8a3b1612c3ea19eda Mon Sep 17 00:00:00 2001 From: Inessa Vasilevskaya Date: Thu, 4 May 2023 20:15:08 +0200 Subject: [PATCH] Add leapp-repository git repo reference Packit config will now have leapp-repository.git referenced as an artifact to install. This should guarantee that by default master version of leapp-repository is installed along with leapp PR. OAMG-9043 --- .packit.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index 2fc93b522..03092dbf2 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -57,6 +57,11 @@ jobs: tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys" tf_extra_params: environments: + - artifacts: + - type: "repository" + id: "https://copr.fedorainfracloud.org/coprs/g/oamg/leapp/" + packages: + - leapp-repository - tmt: context: distro: "rhel-7.9" @@ -77,6 +82,11 @@ jobs: tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys" tf_extra_params: environments: + - artifacts: + - type: "repository" + id: "https://copr.fedorainfracloud.org/coprs/g/oamg/leapp/" + packages: + - leapp-repository - tmt: context: distro: "rhel-7.9" @@ -118,6 +128,11 @@ jobs: tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; echo 42; yum-config-manager --enable rhel-7-server-rhui-optional-rpms" tf_extra_params: environments: + - artifacts: + - type: "repository" + id: "https://copr.fedorainfracloud.org/coprs/g/oamg/leapp/" + packages: + - leapp-repository - tmt: context: distro: "rhel-7.9" @@ -139,6 +154,11 @@ jobs: tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys" tf_extra_params: environments: + - artifacts: + - type: "repository" + id: "https://copr.fedorainfracloud.org/coprs/g/oamg/leapp/" + packages: + - leapp-repository - tmt: context: distro: "rhel-8.6" @@ -160,6 +180,11 @@ jobs: tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys" tf_extra_params: environments: + - artifacts: + - type: "repository" + id: "https://copr.fedorainfracloud.org/coprs/g/oamg/leapp/" + packages: + - leapp-repository - tmt: context: distro: "rhel-8.8" @@ -203,6 +228,11 @@ jobs: tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys" tf_extra_params: environments: + - artifacts: + - type: "repository" + id: "https://copr.fedorainfracloud.org/coprs/g/oamg/leapp/" + packages: + - leapp-repository - tmt: context: distro: "rhel-8.6"