Skip to content

Commit

Permalink
Adapt aws jobs parameters to rhel7 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dupliaka committed Jul 11, 2024
1 parent 0dd789b commit f6533d7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ jobs:
epel-7-x86_64:
distros: [RHEL-7.9-rhui]
identifier: sanity-abstract-7to8-aws
env:
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

# On-demand minimal beaker tests
- &beaker-minimal-7to8-abstract-ondemand
Expand Down Expand Up @@ -168,6 +163,10 @@ jobs:
env:
SOURCE_RELEASE: "7.9"
TARGET_RELEASE: "8.8"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

- &sanity-79to88
<<: *sanity-abstract-7to8
Expand Down Expand Up @@ -283,6 +282,10 @@ jobs:
env:
SOURCE_RELEASE: "7.9"
TARGET_RELEASE: "8.10"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

- &beaker-minimal-79to810
<<: *beaker-minimal-7to8-abstract-ondemand
Expand Down

0 comments on commit f6533d7

Please sign in to comment.