Skip to content

Commit

Permalink
Change from leapp-repository to leapp-upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
  • Loading branch information
r0x0d committed Nov 18, 2022
1 parent 1c11f3b commit 2498258
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
distros: [RHEL-7.9-ZStream]
identifier: tests-79to84
tmt_plan: "^(?!.*upgrade_plugin)(?!.*c2r)(?!.*sap)(?!.*8to9)(?!.*morf)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y leapp-repository*master*"
tf_post_install_script: '#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y \"leapp-upgrade*master*\"'

- job: tests
fmf_url: "https://gitlab.cee.redhat.com/oamg/leapp-tests"
Expand All @@ -66,7 +66,7 @@ jobs:
distros: [RHEL-7.9-ZStream]
identifier: tests-79to84-sst
tmt_plan: "^(/plans/morf)(?!.*sap)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y leapp-repository*master*"
tf_post_install_script: '#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y \"leapp-upgrade*master*\"'
env:
TARGET_RELEASE: 8.6

Expand All @@ -80,7 +80,7 @@ jobs:
distros: [RHEL-7.9-rhui]
identifier: tests-7to8-aws
tmt_plan: "^(?!.*upgrade_plugin)(?!.*c2r)(?!.*sap)(?!.*8to9)(.*e2e)"
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; yum install -y leapp-repository*master*"
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; yum install -y \"leapp-upgrade*master*\"'
env:
RHUI: "aws"

Expand All @@ -94,7 +94,7 @@ jobs:
distros: [RHEL-7.9-ZStream]
identifier: tests-79to86
tmt_plan: "^(?!.*upgrade_plugin)(?!.*c2r)(?!.*sap)(?!.*8to9)(?!.*morf)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y leapp-repository*master*"
tf_post_install_script: '#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y \"leapp-upgrade*master*\"'
env:
TARGET_RELEASE: 8.6

Expand All @@ -108,7 +108,7 @@ jobs:
distros: [RHEL-8.6-rhui]
identifier: tests-8to9-aws
tmt_plan: "^(?!.*upgrade_plugin)(?!.*c2r)(?!.*sap)(?!.*7to8)(.*e2e)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y leapp-repository*master*"
tf_post_install_script: '#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y \"leapp-upgrade*master*\"'
env:
RHUI: aws

Expand All @@ -122,7 +122,7 @@ jobs:
distros: [RHEL-8.6.0-Nightly]
identifier: tests-86to90
tmt_plan: "^(?!.*upgrade_plugin)(?!.*c2r)(?!.*sap)(?!.*7to8)(?!.*morf)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y leapp-repository*master*"
tf_post_install_script: '#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y \"leapp-upgrade*master*\"'
env:
TARGET_RELEASE: "9.0"
TARGET_KERNEL: el9
Expand All @@ -138,7 +138,7 @@ jobs:
distros: [RHEL-8.6.0-Nightly]
identifier: tests-86to90-sst
tmt_plan: "^(/plans/morf)(?!.*sap)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y leapp-repository*master*"
tf_post_install_script: '#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y \"leapp-upgrade*master*\"'
env:
TARGET_RELEASE: "9.0"
TARGET_KERNEL: el9
Expand All @@ -154,7 +154,7 @@ jobs:
distros: [RHEL-8.7.0-Nightly]
identifier: tests-87to91
tmt_plan: "^(?!.*upgrade_plugin)(?!.*c2r)(?!.*sap)(?!.*7to8)(?!.*morf)"
tf_post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y leapp-repository*master*"
tf_post_install_script: '#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys; yum install -y \"leapp-upgrade*master*\"'
env:
LEAPP_DEVEL_TARGET_PRODUCT_TYPE: beta
RHSM_SKU: RH00069
Expand Down

0 comments on commit 2498258

Please sign in to comment.