Skip to content

Commit

Permalink
Add RHUI-8.8 and RHUI-8.9 tests
Browse files Browse the repository at this point in the history
Having extended coverage for leapp-repository tests we
just can't leave leapp behind.
  • Loading branch information
fernflower authored and pirat89 committed Jan 29, 2024
1 parent 6868ba3 commit 8b780b3
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -746,3 +746,75 @@ jobs:
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

- &sanity-88to92-aws
<<: *sanity-86to90-aws
targets:
epel-8-x86_64:
distros: [RHEL-8.8-rhui]
identifier: sanity-8.8to9.2-aws
tf_extra_params:
test:
tmt:
plan_filter: 'tag:upgrade_happy_path & enabled:true'
environments:
- artifacts:
- type: "repository"
id: "https://download.copr.fedorainfracloud.org/results/@oamg/leapp/epel-8-x86_64/"
packages:
- leapp-repository
- python3-leapp
- leapp-upgrade-el8toel9-deps
order: 40
tmt:
context:
distro: "rhel-8.8"
settings:
provisioning:
post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys"
tags:
BusinessUnit: sst_upgrades@leapp_upstream_test
env:
SOURCE_RELEASE: "8.8"
TARGET_RELEASE: "9.2"
RHSM_REPOS: "rhel-8-for-x86_64-appstream-eus-rpms,rhel-8-for-x86_64-baseos-eus-rpms"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

- &sanity-89to93-aws
<<: *sanity-86to90-aws
targets:
epel-8-x86_64:
distros: [RHEL-8.9-rhui]
identifier: sanity-8.9to9.3-aws
tf_extra_params:
test:
tmt:
plan_filter: 'tag:upgrade_happy_path & enabled:true'
environments:
- artifacts:
- type: "repository"
id: "https://download.copr.fedorainfracloud.org/results/@oamg/leapp/epel-8-x86_64/"
packages:
- leapp-repository
- python3-leapp
- leapp-upgrade-el8toel9-deps
order: 40
tmt:
context:
distro: "rhel-8.9"
settings:
provisioning:
post_install_script: "#!/bin/sh\nsudo sed -i s/.*ssh-rsa/ssh-rsa/ /root/.ssh/authorized_keys"
tags:
BusinessUnit: sst_upgrades@leapp_upstream_test
env:
SOURCE_RELEASE: "8.9"
TARGET_RELEASE: "9.3"
RHSM_REPOS: "rhel-8-for-x86_64-appstream-rpms,rhel-8-for-x86_64-baseos-rpms"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

0 comments on commit 8b780b3

Please sign in to comment.