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 May 4, 2023
1 parent 6e14cd2 commit 7099099
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ 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://github.com/oamg/leapp-repository.git"
- tmt:
context:
distro: "rhel-7.9"
Expand All @@ -77,6 +80,9 @@ 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://github.com/oamg/leapp-repository.git"
- tmt:
context:
distro: "rhel-7.9"
Expand Down Expand Up @@ -118,6 +124,9 @@ 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://github.com/oamg/leapp-repository.git"
- tmt:
context:
distro: "rhel-7.9"
Expand All @@ -139,6 +148,9 @@ 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://github.com/oamg/leapp-repository.git"
- tmt:
context:
distro: "rhel-8.6"
Expand All @@ -160,6 +172,9 @@ 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://github.com/oamg/leapp-repository.git"
- tmt:
context:
distro: "rhel-8.8"
Expand Down Expand Up @@ -203,6 +218,9 @@ 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://github.com/oamg/leapp-repository.git"
- tmt:
context:
distro: "rhel-8.6"
Expand Down

0 comments on commit 7099099

Please sign in to comment.