From 9ec92806e5e4dde455b303dc86269998971b9b19 Mon Sep 17 00:00:00 2001 From: Anna Dupliak Date: Fri, 12 Jul 2024 16:43:57 +0200 Subject: [PATCH] Use frozen branch for rhel7 downstream testing (#1263) RHEL 7 is EOM and based on that another testing of IPU 7 -> 8 is used only to be able to discover a possible regression. As such, all integration tests for IPU 7 -> 8 should be executed from a frozen rhel7 branch. Updating packig configuration to address that. --- .packit.yaml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index a27806f2ce..7c3799cf74 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -88,7 +88,8 @@ jobs: # NOTE: to see what envars, targets, .. can be set in tests, see # the configuration of tests here: -# https://gitlab.cee.redhat.com/oamg/leapp-tests/-/blob/main/config.yaml +# 7toX path https://gitlab.cee.redhat.com/oamg/leapp-tests/-/blob/rhel7/config.yaml +# >7tox path https://gitlab.cee.redhat.com/oamg/leapp-tests/-/blob/main/config.yaml # Available only to RH Employees. # ###################################################################### # @@ -102,7 +103,7 @@ jobs: job: tests trigger: ignore fmf_url: "https://gitlab.cee.redhat.com/oamg/leapp-tests" - fmf_ref: "main" + fmf_ref: "rhel7" use_internal_tf: True labels: - sanity @@ -149,7 +150,7 @@ jobs: tf_extra_params: test: tmt: - plan_filter: 'tag:7to8 & tag:rhui-tier[0] & enabled:true' + plan_filter: 'tag:7to8 & tag:upgrade_happy_path & enabled:true' environments: - tmt: context: @@ -163,7 +164,10 @@ jobs: env: SOURCE_RELEASE: "7.9" TARGET_RELEASE: "8.8" - RHUI_HYPERSCALER: aws + RHUI: "aws" + LEAPPDATA_BRANCH: "upstream" + LEAPP_NO_RHSM: "1" + USE_CUSTOM_REPOS: rhui - &sanity-79to88 <<: *sanity-abstract-7to8 @@ -172,7 +176,7 @@ jobs: tf_extra_params: test: tmt: - plan_filter: 'tag:7to8 & tag:tier0 & enabled:true' + plan_filter: 'tag:7to8 & tag:sanity & enabled:true' environments: - tmt: context: @@ -244,7 +248,7 @@ jobs: tf_extra_params: test: tmt: - plan_filter: 'tag:7to8 & tag:tier0 & enabled:true' + plan_filter: 'tag:7to8 & tag:sanity & enabled:true' environments: - tmt: context: @@ -265,7 +269,7 @@ jobs: tf_extra_params: test: tmt: - plan_filter: 'tag:7to8 & tag:rhui-tier[0] & enabled:true' + plan_filter: 'tag:7to8 & tag:upgrade_happy_path & enabled:true' environments: - tmt: context: @@ -279,7 +283,10 @@ jobs: env: SOURCE_RELEASE: "7.9" TARGET_RELEASE: "8.10" - RHUI_HYPERSCALER: aws + RHUI: "aws" + LEAPPDATA_BRANCH: "upstream" + LEAPP_NO_RHSM: "1" + USE_CUSTOM_REPOS: rhui - &beaker-minimal-79to810 <<: *beaker-minimal-7to8-abstract-ondemand