Skip to content

Commit

Permalink
Add RHEL 8.8 and 8.9 to RHUI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkluson authored and fernflower committed Jan 26, 2024
1 parent ec1b07c commit 9de3021
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,3 +650,61 @@ 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
# NOTE(mkluson) Unfortunately to use yaml templates we need to rewrite the whole tf_extra_params dict
tf_extra_params:
test:
tmt:
plan_filter: 'tag:upgrade_happy_path & enabled:true'
environments:
- 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
# NOTE(mkluson) Unfortunately to use yaml templates we need to rewrite the whole tf_extra_params dict
tf_extra_params:
test:
tmt:
plan_filter: 'tag:upgrade_happy_path & enabled:true'
environments:
- 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 9de3021

Please sign in to comment.