Skip to content

Commit 47957c1

Browse files
fernflowerpirat89
authored andcommitted
Update upgrade paths in tmt tests
Instead of now obsoleted 8.7->9.0 upgrade path 8.8->9.2 will be used.
1 parent 80b262d commit 47957c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tmt-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ jobs:
8383
&& ! startsWith(github.event.comment.body, '/rerun-sst')
8484
&& contains(fromJson('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.comment.author_association)
8585
86-
call_workflow_tests_87to90_integration:
86+
call_workflow_tests_88to92_integration:
8787
needs: call_workflow_copr_build
8888
uses: oamg/leapp/.github/workflows/reuse-tests-8to9.yml@master
8989
secrets: inherit
9090
with:
9191
copr_artifacts: ${{ needs.call_workflow_copr_build.outputs.artifacts }}
9292
tmt_plan_regex: "^(?!.*upgrade_plugin)(?!.*tier[2-3].*)(?!.*rhsm)(?!.*c2r)(?!.*sap)(?!.*7to8)(?!.*max_sst)"
93-
variables: 'SOURCE_RELEASE=8.7;TARGET_RELEASE=9.0;TARGET_KERNEL=el9;RHSM_REPOS=rhel-8-for-x86_64-appstream-rpms,rhel-8-for-x86_64-baseos-rpms;LEAPPDATA_BRANCH=upstream'
94-
compose: "RHEL-8.7.0-Nightly"
95-
pull_request_status_name: "8.7to9.0"
96-
tmt_context: "distro=rhel-8.7"
93+
variables: 'SOURCE_RELEASE=8.8;TARGET_RELEASE=9.2;TARGET_KERNEL=el9;RHSM_REPOS=rhel-8-for-x86_64-appstream-rpms,rhel-8-for-x86_64-baseos-rpms;LEAPPDATA_BRANCH=upstream'
94+
compose: "RHEL-8.8.0-Nightly"
95+
pull_request_status_name: "8.8to9.2"
96+
tmt_context: "distro=rhel-8.8"
9797
if: |
9898
github.event.issue.pull_request
9999
&& ! startsWith(github.event.comment.body, '/rerun-sst')

0 commit comments

Comments
 (0)