Skip to content

Commit 31f2a1a

Browse files
(PE-41548) Add PE 2023.8.6 and 2025.6.0 support (#618)
Merging past the CI failures - they seems to be down to the provisioners and the GCP nodes that do get provisioned becoming unreachable during the tests. Manual testing combined with the few CI tests that did run successfully have given me confidence to proceed with the merge.
1 parent 4e79524 commit 31f2a1a

22 files changed

+36
-38
lines changed

.github/workflows/test-add-compiler-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
architecture: [standard, large, extra-large]
39-
version: [2021.7.9, 2023.8.5, 2025.5.0]
39+
version: [2021.7.9, 2023.8.6, 2025.6.0]
4040
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source

.github/workflows/test-add-compiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
version:
1515
description: PE version to install
1616
required: true
17-
default: 2023.8.5
17+
default: 2023.8.6
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true

.github/workflows/test-add-replica-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
architecture: [standard, standard-with-dr, large, extra-large]
39-
version: [2023.8.5, 2025.5.0]
39+
version: [2023.8.6, 2025.6.0]
4040
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source

.github/workflows/test-add-replica.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
version:
1515
description: PE version to install
1616
required: true
17-
default: 2023.8.5
17+
default: 2023.8.6
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true

.github/workflows/test-backup-restore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ on:
2424
version:
2525
description: PE version to install
2626
required: true
27-
default: 2025.5.0
27+
default: 2025.6.0
2828
ssh-debugging:
2929
description: Boolean; whether or not to pause for ssh debugging
3030
required: true
3131
default: 'false'
3232
jobs:
3333
backup-restore-test:
34-
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.5.0' }}\
34+
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.6.0' }}\
3535
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }}"
3636
runs-on: ubuntu-latest
3737
env:

.github/workflows/test-failover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
version_to_upgrade:
1515
description: PE version to upgrade to
1616
required: false
17-
default: 2023.8.5
17+
default: 2023.8.6
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true

.github/workflows/test-fips-install-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
architecture: [standard-with-dr, large, extra-large-with-dr]
40-
version: [2021.7.9, 2023.8.5, 2025.5.0]
40+
version: [2021.7.9, 2023.8.6, 2025.6.0]
4141
image: [rhel-8]
4242
fips: [enable]
4343
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
architecture: [standard-with-dr, large, extra-large-with-dr]
39-
version: [2021.7.9, 2023.8.5, 2025.5.0]
39+
version: [2021.7.9, 2023.8.6, 2025.6.0]
4040
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source

.github/workflows/test-install-rhel-9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
architecture: [standard-with-dr, large, extra-large-with-dr]
39-
version: [2021.7.9, 2023.8.5, 2025.5.0]
39+
version: [2021.7.9, 2023.8.6, 2025.6.0]
4040
image: [rhel-9]
4141
steps:
4242
- name: Checkout Source

.github/workflows/test-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
version:
1515
description: PE version to install
1616
required: true
17-
default: 2023.8.5
17+
default: 2023.8.6
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true

0 commit comments

Comments
 (0)