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.
  • Loading branch information
fernflower committed Nov 14, 2023
1 parent e9f899c commit 47ef751
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,22 @@ jobs:
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"

- &sanity-79to88-aws
<<: *sanity-79to86-aws
env:
SOURCE_RELEASE: "7.9"
TARGET_RELEASE: "8.8"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"

- &sanity-79to89-aws
<<: *sanity-79to86-aws
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

0 comments on commit 47ef751

Please sign in to comment.