Skip to content

Commit aa19cad

Browse files
test: add missing image prefetch and increase KUTTL timeout
- Add pgbouncer, exporter, upgrade, pgadmin images to prefetch - Increase KUTTL timeout from 300s to 450s - Increase prefetch timeout to 5m
1 parent 569abc5 commit aa19cad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,15 @@ jobs:
155155
uses: ./.github/actions/k3d
156156
with:
157157
k3s-channel: "${{ matrix.kubernetes }}"
158+
prefetch-timeout: 5m
158159
prefetch-images: |
159160
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2542
160161
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2542
161162
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.10-2542
163+
registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2542
164+
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.17.1-2542
165+
registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.0-2542
166+
registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2542
162167
163168
- name: Get pgMonitor files.
164169
run: make get-pgmonitor

testing/kuttl/kuttl-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kuttl.dev/v1beta1
22
kind: TestSuite
33
testDirs:
44
- testing/kuttl/e2e-generated/
5-
timeout: 300
5+
timeout: 450
66
parallel: 2
77
# by default kuttl will run in a generated namespace to override
88
# that functionality simply uncomment the line below and replace

0 commit comments

Comments
 (0)