Skip to content

Commit 0a3afb3

Browse files
committed
🌱 Enable e2e UI testing on release-0.6 branch
Working from backports konveyor#2188 and konveyor#2189, updated the `ci-global.yml` workflow to run e2e UI tests on PRs targeting and pushes to the `release-0.6` branch. The UI tests from from the konveyor-ui-test repo's `release-0.6` branch using the `@ci` test tier. Signed-off-by: Scott J Dickerson <[email protected]>
1 parent e04a900 commit 0a3afb3

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/ci-global.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,20 @@
1-
name: CI (global konveyor CI)
1+
name: CI (global konveyor CI) for release-0.6
22

33
on:
44
push:
55
branches:
6-
- "main"
6+
- "release-0.6"
77

88
pull_request:
99
paths-ignore:
1010
- "docs/**"
1111
- "hack/**"
1212
- "*.md"
1313
branches:
14-
- "main"
14+
- "release-0.6"
1515

1616
workflow_call:
1717

18-
###
19-
# The global CI settings need to be adjusted for the `release-*`` branches such that:
20-
# 1. The operator uses the correct `:release-*` images
21-
# 2. The `*-tests_ref` use the correct branches
22-
#
23-
# on:
24-
# push:
25-
# branches:
26-
# - 'main'
27-
# - 'release-*'
28-
#
29-
# pull_request:
30-
# branches:
31-
# - 'main'
32-
# - 'release-*'
33-
##
34-
3518
concurrency:
3619
group: ci-global-${{ github.ref }}
3720
cancel-in-progress: true
@@ -60,4 +43,5 @@ jobs:
6043
tackle_ui: ${{ needs.build-and-upload-for-global-ci.outputs.IMG_NAME }}
6144
run_api_tests: false
6245
run_ui_tests: true
46+
ui_tests_ref: "release-0.6"
6347
ui_test_tags: "@ci"

0 commit comments

Comments
 (0)