Skip to content

Commit

Permalink
Add leapp-repository git repo reference
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fernflower committed Jul 31, 2023
1 parent 91f389f commit a80ca7f
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a80ca7f

Please sign in to comment.