Skip to content

Commit 724c1f2

Browse files
MAINT try different image
1 parent a8bc676 commit 724c1f2

19 files changed

+22
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
architecture: [standard, large, extra-large]
3939
version: [2021.7.9, 2023.8.2, 2025.1.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [litmusimage/ubuntu:22.04]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: litmusimage/ubuntu:22.04
1010
architecture:
1111
description: PE architecture to test
1212
required: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
architecture: [standard, standard-with-dr, large, extra-large]
3939
version: [2023.8.2, 2025.1.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [litmusimage/ubuntu:22.04]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: litmusimage/ubuntu:22.04
1010
architecture:
1111
description: PE architecture to test
1212
required: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: litmusimage/ubuntu:22.04
1010
architecture:
1111
description: PE architecture to test
1212
required: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
image:
99
description: GCP image for test cluster
1010
required: true
11-
default: almalinux-cloud/almalinux-8
11+
default: litmusimage/ubuntu:22.04
1212
architecture:
1313
description: PE architecture to test
1414
required: true
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
backup-restore-test:
3434
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.1.0' }}\
35-
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }}"
35+
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'litmusimage/ubuntu:22.04' }}"
3636
runs-on: ubuntu-latest
3737
env:
3838
BOLT_GEM: true
@@ -72,7 +72,7 @@ jobs:
7272
bundle exec bolt plan run peadm_spec::provision_test_cluster \
7373
--modulepath spec/fixtures/modules \
7474
provider=docker \
75-
image=${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }} \
75+
image=${{ github.event.inputs.image || 'litmusimage/ubuntu:22.04' }} \
7676
architecture=${{ github.event.inputs.architecture || 'extra-large' }}
7777
echo ::endgroup::
7878
echo ::group::info:request

.github/workflows/test-failover.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: litmusimage/ubuntu:22.04
1010
version:
1111
description: PE version to install
1212
required: true

.github/workflows/test-install-latest-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
image:
77
description: GCP image for test cluster
88
required: true
9-
default: almalinux-cloud/almalinux-8
9+
default: litmusimage/ubuntu:22.04
1010
architecture:
1111
type: choice
1212
required: true

.github/workflows/test-install-latest-xlarge-dev-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
architecture: [extra-large-with-dr]
24-
image: [almalinux-cloud/almalinux-8]
24+
image: [litmusimage/ubuntu:22.04]
2525
steps:
2626
- name: Start SSH session
2727
if: ${{ github.event.inputs.ssh-debugging == 'true' }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
architecture: [standard-with-dr, large, extra-large-with-dr]
3939
version: [2019.8.12, 2021.7.9, 2023.8.2, 2025.1.0]
40-
image: [almalinux-cloud/almalinux-8]
40+
image: [litmusimage/ubuntu:22.04]
4141
steps:
4242
- name: Checkout Source
4343
uses: actions/checkout@v4

0 commit comments

Comments
 (0)