Skip to content

Commit

Permalink
[squashme] Update aws tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fernflower committed Jan 17, 2024
1 parent caae3ac commit 33cb3ab
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:e2e & enabled:true'
plan_filter: 'tag:upgrade_happy_path & enabled:true'
environments:
- artifacts:
- type: "repository"
Expand All @@ -120,6 +120,8 @@ jobs:
TARGET_RELEASE: "8.6"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

- &sanity-79to88-aws
<<: *sanity-79to86-aws
Expand All @@ -129,6 +131,8 @@ jobs:
TARGET_RELEASE: "8.8"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

- &sanity-79to89-aws
<<: *sanity-79to86-aws
Expand All @@ -138,6 +142,20 @@ jobs:
TARGET_RELEASE: "8.9"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

# NOTE(mkluson) RHEL 8.10 content is not publicly available (via RHUI)
#- &sanity-79to810-aws
# <<: *sanity-79to86-aws
# identifier: sanity-7.9to8.10-aws
# env:
# SOURCE_RELEASE: "7.9"
# TARGET_RELEASE: "8.10"
# RHUI: "aws"
# LEAPPDATA_BRANCH: "upstream"
# LEAPP_NO_RHSM: "1"
# USE_CUSTOM_REPOS: rhui

- &sanity-79to810-aws
<<: *sanity-79to86-aws
Expand All @@ -147,6 +165,8 @@ jobs:
TARGET_RELEASE: "8.10"
RHUI: "aws"
LEAPPDATA_BRANCH: "upstream"
LEAPP_NO_RHSM: "1"
USE_CUSTOM_REPOS: rhui

# On-demand minimal beaker tests
- &beaker-minimal-79to86
Expand Down Expand Up @@ -711,7 +731,7 @@ jobs:
tf_extra_params:
test:
tmt:
plan_filter: 'tag:e2e & enabled:true'
plan_filter: 'tag:upgrade_happy_path & enabled:true'
environments:
- artifacts:
- type: "repository"
Expand All @@ -735,3 +755,5 @@ jobs:
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

0 comments on commit 33cb3ab

Please sign in to comment.