Skip to content

Commit

Permalink
Add 79to88 and 79to89 aws upgrade paths
Browse files Browse the repository at this point in the history
Thanks to the detailed downstream review by mmoran
I have realised that upstream upgrade paths have to
be revised and updated as well.
Also change identifier for the dot notation in the upgrade
paths.
  • Loading branch information
fernflower committed Nov 15, 2023
1 parent e9f899c commit 3c668ec
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
targets:
epel-7-x86_64:
distros: [RHEL-7.9-rhui]
identifier: sanity-7to8-aws-e2e
identifier: sanity-7.9to8.6-aws-e2e
# NOTE(ivasilev) Unfortunately to use yaml templates we need to rewrite the whole tf_extra_params dict
# to use plan_filter (can't just specify one section test.tmt.plan_filter, need to specify environments.* as well)
tf_extra_params:
Expand All @@ -145,6 +145,24 @@ jobs:
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"

- &sanity-79to88-aws
<<: *sanity-79to86-aws
identifier: sanity-7.9to8.8-aws-e2e
env:
SOURCE_RELEASE: "7.9"
TARGET_RELEASE: "8.8"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"

- &sanity-79to89-aws
<<: *sanity-79to86-aws
identifier: sanity-7.9to8.9-aws-e2e
env:
SOURCE_RELEASE: "7.9"
TARGET_RELEASE: "8.9"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"

# On-demand minimal beaker tests
- &beaker-minimal-79to86
<<: *sanity-79to86
Expand Down Expand Up @@ -487,7 +505,7 @@ jobs:
targets:
epel-8-x86_64:
distros: [RHEL-8.6-rhui]
identifier: sanity-8to9-aws-e2e
identifier: sanity-8.6to9.0-aws-e2e
tf_extra_params:
test:
tmt:
Expand Down

0 comments on commit 3c668ec

Please sign in to comment.