Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-failover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
version:
description: PE version to install
required: true
default: 2019.8.12
default: 2021.7.9
version_to_upgrade:
description: PE version to upgrade to
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-fips-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
architecture: [standard-with-dr, large, extra-large-with-dr]
version: [2019.8.12, 2021.7.9, 2023.8.2, 2025.2.0]
version: [2021.7.9, 2023.8.2, 2025.2.0]
image: [rhel-8]
fips: [enable]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
architecture: [standard-with-dr, large, extra-large-with-dr]
version: [2019.8.12, 2021.7.9, 2023.8.2, 2025.2.0]
version: [2021.7.9, 2023.8.2, 2025.2.0]
image: [almalinux-cloud/almalinux-8]
steps:
- name: Checkout Source
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/test-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,19 @@ jobs:
fail-fast: false
matrix:
architecture: [standard, extra-large] # removing xl-with dr until PE-40902 is addressed
version: [2019.8.12, 2021.7.9, 2023.8.2]
version: [2021.7.9, 2023.8.2]
version_to_upgrade: [2021.7.9, 2023.8.2, 2025.2.0]
image: [almalinux-cloud/almalinux-8]
download_mode: [direct]
exclude:
- version: 2019.8.12
version_to_upgrade: 2023.8.2
- version: 2019.8.12
version_to_upgrade: 2025.2.0
- version: 2021.7.9
version_to_upgrade: 2021.7.9
- version: 2021.7.9
version_to_upgrade: 2025.2.0
- version: 2023.8.1
version_to_upgrade: 2023.8.2
- version: 2023.8.2
version_to_upgrade: 2021.7.9
- version: 2023.8.2
version_to_upgrade: 2023.8.2
steps:
- name: Start SSH session
if: ${{ github.event.inputs.ssh-debugging == 'true' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ on:
version:
description: PE version to install initially
required: true
default: 2019.8.12
default: 2021.7.9
upgrade_version:
description: PE version to upgrade to
required: true
default: 2021.7.9
default: 2023.8.2
ssh-debugging:
description: Boolean; whether or not to pause for ssh debugging
required: true
Expand Down
Loading