Skip to content

Commit 41675a0

Browse files
committed
removed timeout option since github limit
1 parent c4f9a78 commit 41675a0

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/e2e.yml

-32
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ on:
5858
- vcluster leg 11
5959
- vcluster server upgrade
6060
- vcluster udx
61-
e2e_timeout_minutes:
62-
description: 'Duration (in minutes) to wait for e2e tests to complete before timing out.'
63-
required: false
64-
default: '600'
6561
e2e_retry_times:
6662
description: 'Number of times to retry failed e2e tests'
6763
required: false
@@ -136,7 +132,6 @@ jobs:
136132
communal-storage-type: azb
137133
deploy-with: olm
138134
need-legacy-image: true
139-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
140135
e2e-retry-times: ${{ inputs.e2e_retry_times }}
141136

142137
e2e-leg-1-admintools-previous-release:
@@ -159,7 +154,6 @@ jobs:
159154
vertica-deployment-method: admintools
160155
communal-storage-type: azb
161156
deploy-with: olm
162-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
163157
e2e-retry-times: ${{ inputs.e2e_retry_times }}
164158

165159
e2e-leg-1-vcluster:
@@ -181,7 +175,6 @@ jobs:
181175
vertica-deployment-method: vclusterops
182176
communal-storage-type: azb
183177
deploy-with: olm
184-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
185178
e2e-retry-times: ${{ inputs.e2e_retry_times }}
186179

187180
e2e-leg-2-admintools:
@@ -204,7 +197,6 @@ jobs:
204197
communal-storage-type: hostpath
205198
controllers-scope: namespace
206199
need-legacy-image: true
207-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
208200
e2e-retry-times: ${{ inputs.e2e_retry_times }}
209201

210202
e2e-leg-2-admintools-previous-release:
@@ -227,7 +219,6 @@ jobs:
227219
vertica-deployment-method: admintools
228220
communal-storage-type: hostpath
229221
controllers-scope: namespace
230-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
231222
e2e-retry-times: ${{ inputs.e2e_retry_times }}
232223

233224
e2e-leg-2-vcluster:
@@ -249,7 +240,6 @@ jobs:
249240
vertica-deployment-method: vclusterops
250241
communal-storage-type: hostpath
251242
controllers-scope: namespace
252-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
253243
e2e-retry-times: ${{ inputs.e2e_retry_times }}
254244

255245
e2e-leg-3-admintools:
@@ -271,7 +261,6 @@ jobs:
271261
vertica-deployment-method: admintools
272262
communal-storage-type: hostpath
273263
need-legacy-image: true
274-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
275264
e2e-retry-times: ${{ inputs.e2e_retry_times }}
276265

277266
e2e-leg-3-vclusterops-previous-release:
@@ -293,7 +282,6 @@ jobs:
293282
artifact-suffix: "-24.1.0-release"
294283
vertica-deployment-method: vclusterops
295284
communal-storage-type: hostpath
296-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
297285
e2e-retry-times: ${{ inputs.e2e_retry_times }}
298286

299287
e2e-leg-3-vcluster:
@@ -314,7 +302,6 @@ jobs:
314302
vertica-image: ${{ needs.build.outputs.full-vertica-image }}
315303
vertica-deployment-method: vclusterops
316304
communal-storage-type: hostpath
317-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
318305
e2e-retry-times: ${{ inputs.e2e_retry_times }}
319306

320307
e2e-leg-4-admintools:
@@ -339,7 +326,6 @@ jobs:
339326
# All helm deployments will use cert-manager to create the webhook cert
340327
helm-overrides: '--set webhook.certSource=cert-manager'
341328
need-legacy-image: true
342-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
343329
e2e-retry-times: ${{ inputs.e2e_retry_times }}
344330

345331
e2e-leg-4-vcluster:
@@ -363,7 +349,6 @@ jobs:
363349
vertica-superuser-name: myadmin
364350
# All helm deployments will use cert-manager to create the webhook cert
365351
helm-overrides: '--set webhook.certSource=cert-manager'
366-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
367352
e2e-retry-times: ${{ inputs.e2e_retry_times }}
368353

369354
e2e-leg-4-admintools-vdb-gen:
@@ -388,7 +373,6 @@ jobs:
388373
# All helm deployments will use cert-manager to create the webhook cert
389374
helm-overrides: '--set webhook.certSource=cert-manager'
390375
need-legacy-image: true
391-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
392376
e2e-retry-times: ${{ inputs.e2e_retry_times }}
393377

394378
e2e-leg-4-vcluster-vdb-gen:
@@ -412,7 +396,6 @@ jobs:
412396
vertica-superuser-name: myadmin
413397
# All helm deployments will use cert-manager to create the webhook cert
414398
helm-overrides: '--set webhook.certSource=cert-manager'
415-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
416399
e2e-retry-times: ${{ inputs.e2e_retry_times }}
417400

418401
e2e-leg-5-admintools:
@@ -439,7 +422,6 @@ jobs:
439422
e2e-parallelism: 1
440423
need-base-vertica-image: 'true'
441424
need-legacy-image: true
442-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
443425
e2e-retry-times: ${{ inputs.e2e_retry_times }}
444426

445427
e2e-leg-5-vcluster:
@@ -465,7 +447,6 @@ jobs:
465447
# operator running in the k8s cluster.
466448
e2e-parallelism: 1
467449
need-base-vertica-image: 'true'
468-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
469450
e2e-retry-times: ${{ inputs.e2e_retry_times }}
470451

471452
e2e-leg-6-vcluster:
@@ -487,7 +468,6 @@ jobs:
487468
vertica-deployment-method: vclusterops
488469
communal-storage-type: hostpath
489470
minimum-vertica-image: '24.2.0'
490-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
491471
e2e-retry-times: ${{ inputs.e2e_retry_times }}
492472

493473
e2e-leg-6-vcluster-revivedb:
@@ -509,7 +489,6 @@ jobs:
509489
vertica-deployment-method: vclusterops
510490
communal-storage-type: hostpath
511491
minimum-vertica-image: '24.2.0'
512-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
513492
e2e-retry-times: ${{ inputs.e2e_retry_times }}
514493

515494
e2e-leg-7-vcluster:
@@ -531,7 +510,6 @@ jobs:
531510
vertica-deployment-method: vclusterops
532511
communal-storage-type: hostpath
533512
minimum-vertica-image: '24.2.0'
534-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
535513
e2e-retry-times: ${{ inputs.e2e_retry_times }}
536514

537515
e2e-leg-8-admintools-offline:
@@ -555,7 +533,6 @@ jobs:
555533
vertica-deployment-method: admintools
556534
communal-storage-type: azb
557535
minimum-vertica-image: '24.2.0'
558-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
559536
e2e-retry-times: ${{ inputs.e2e_retry_times }}
560537

561538
e2e-leg-8-admintools-online:
@@ -579,7 +556,6 @@ jobs:
579556
vertica-deployment-method: admintools
580557
communal-storage-type: azb
581558
minimum-vertica-image: '24.2.0'
582-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
583559
e2e-retry-times: ${{ inputs.e2e_retry_times }}
584560

585561
e2e-leg-9-vcluster:
@@ -604,7 +580,6 @@ jobs:
604580
# Include the vertica license so we can test scaling past 3 nodes.
605581
vertica-license: ${{ secrets.VERTICA_LICENSE }}
606582
need-base-vertica-image: 'true'
607-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
608583
e2e-retry-times: ${{ inputs.e2e_retry_times }}
609584

610585
e2e-leg-10-vcluster:
@@ -629,7 +604,6 @@ jobs:
629604
# Include the vertica license so we can test scaling past 3 nodes.
630605
vertica-license: ${{ secrets.VERTICA_LICENSE }}
631606
need-base-vertica-image: 'true'
632-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
633607
e2e-retry-times: ${{ inputs.e2e_retry_times }}
634608

635609
e2e-leg-11-vcluster:
@@ -655,7 +629,6 @@ jobs:
655629
# Include the vertica license so we can test multiple subclusters.
656630
vertica-license: ${{ secrets.VERTICA_LICENSE }}
657631
need-base-vertica-image: 'true'
658-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
659632
e2e-retry-times: ${{ inputs.e2e_retry_times }}
660633

661634
e2e-server-upgrade-admintools:
@@ -678,7 +651,6 @@ jobs:
678651
communal-storage-type: s3
679652
need-base-vertica-image: 'true'
680653
need-legacy-image: true
681-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
682654
e2e-retry-times: ${{ inputs.e2e_retry_times }}
683655

684656
e2e-server-upgrade-vcluster:
@@ -700,7 +672,6 @@ jobs:
700672
vertica-deployment-method: vclusterops
701673
communal-storage-type: s3
702674
need-base-vertica-image: 'true'
703-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
704675
e2e-retry-times: ${{ inputs.e2e_retry_times }}
705676

706677
e2e-operator-upgrade:
@@ -726,7 +697,6 @@ jobs:
726697
e2e-parallelism: 1
727698
vertica-deployment-method: admintools
728699
need-legacy-image: true
729-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
730700
e2e-retry-times: ${{ inputs.e2e_retry_times }}
731701

732702
e2e-udx-admintools:
@@ -751,7 +721,6 @@ jobs:
751721
# For admintools udx test, we are not using the test image,
752722
# and we still need to download some test packages.
753723
skip-download-test-packages: false
754-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
755724
e2e-retry-times: ${{ inputs.e2e_retry_times }}
756725

757726
e2e-udx-vcluster:
@@ -773,7 +742,6 @@ jobs:
773742
vertica-image: ${{ needs.build.outputs.full-vertica-image }}
774743
vertica-deployment-method: vclusterops
775744
communal-storage-type: s3
776-
e2e-timeout-minutes: ${{ inputs.e2e_timeout_minutes }}
777745
e2e-retry-times: ${{ inputs.e2e_retry_times }}
778746

779747
upload-operator-to-private-repo:

0 commit comments

Comments
 (0)