Skip to content

Commit 9a7e305

Browse files
(MAINT) clean up upgrade matrix
1 parent ef6f1f1 commit 9a7e305

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/test-upgrade-matrix.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,17 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
architecture: [standard, extra-large] # removing xl-with dr until PE-40902 is addressed
40-
version: [2019.8.12, 2021.7.9, 2023.8.2]
40+
version: [2021.7.9, 2023.8.2]
4141
version_to_upgrade: [2021.7.9, 2023.8.2, 2025.2.0]
4242
image: [almalinux-cloud/almalinux-8]
4343
download_mode: [direct]
4444
exclude:
45-
- version: 2019.8.12
46-
version_to_upgrade: 2023.8.2
47-
- version: 2019.8.12
48-
version_to_upgrade: 2025.2.0
4945
- version: 2021.7.9
5046
version_to_upgrade: 2021.7.9
51-
- version: 2021.7.9
52-
version_to_upgrade: 2025.2.0
53-
- version: 2023.8.1
54-
version_to_upgrade: 2023.8.2
5547
- version: 2023.8.2
5648
version_to_upgrade: 2021.7.9
49+
- version: 2023.8.2
50+
version_to_upgrade: 2023.8.2
5751
steps:
5852
- name: Start SSH session
5953
if: ${{ github.event.inputs.ssh-debugging == 'true' }}

0 commit comments

Comments
 (0)