Skip to content

Commit 1d53909

Browse files
authored
(PE-39891) Add support for PE 2025 (#533)
* (maint) Add PEADM support for PE 2025.1 * (maint) Make PE 2023 install by default * Use 2023.8.0 as base version in legacy upgrade test and 2025.0 as the target
1 parent ecb07cc commit 1d53909

21 files changed

+36
-26
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.0]
39+
version: [2021.7.9, 2023.8.0, 2025.0.0]
4040
image: [almalinux-cloud/almalinux-8]
4141
steps:
4242
- name: Checkout Source

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

Lines changed: 2 additions & 2 deletions
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: 2021.7.9
17+
default: 2023.8.0
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true
@@ -84,7 +84,7 @@ jobs:
8484
--modulepath spec/fixtures/modules \
8585
architecture=${{ matrix.architecture }} \
8686
version=${{ matrix.version }} \
87-
console_password=${{ secrets.CONSOLE_PASSWORD }
87+
console_password=${{ secrets.CONSOLE_PASSWORD }}
8888
- name: Run add_compilers plan
8989
timeout-minutes: 50
9090
run: |

.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.0]
39+
version: [2023.8.0, 2025.0.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: 2021.7.9
17+
default: 2023.8.0
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: 2023.5.0
27+
default: 2025.0.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 || '2023.5.0' }}\
34+
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.0.0' }}\
3535
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }}"
3636
runs-on: ubuntu-20.04
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: 2021.7.9
17+
default: 2023.8.0
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: [2019.8.12, 2021.7.9, 2023.8.0]
40+
version: [2019.8.12, 2021.7.9, 2023.8.0, 2025.0.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: [2019.8.12, 2021.7.9, 2023.8.0]
39+
version: [2019.8.12, 2021.7.9, 2023.8.0, 2025.0.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.0]
39+
version: [2021.7.9, 2023.8.0, 2025.0.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: 2021.7.9
17+
default: 2023.8.0
1818
ssh-debugging:
1919
description: Boolean; whether or not to pause for ssh debugging
2020
required: true

0 commit comments

Comments
 (0)