Skip to content

Commit 57f5b07

Browse files
committed
tmp: run s3c-ft-tests-v1 10x for flakiness validation
Dropped before review. Precedent: a3847d6.
1 parent 9d47a15 commit 57f5b07

1 file changed

Lines changed: 39 additions & 9 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 39 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
129129
async-migration-report:
130130
runs-on: ubuntu-24.04
131-
if: startsWith(github.ref, 'refs/heads/development/')
131+
if: false # CLDSRV-992 stress: unrelated job
132132
steps:
133133
- name: Checkout
134134
uses: actions/checkout@v4
@@ -308,6 +308,7 @@ jobs:
308308
working-directory: monitoring
309309

310310
multiple-backend:
311+
if: false # CLDSRV-992 stress: unrelated job
311312
runs-on: ubuntu-24.04
312313
needs: build
313314
env:
@@ -367,6 +368,7 @@ jobs:
367368
if: always()
368369

369370
mongo-v0-ft-tests:
371+
if: false # CLDSRV-992 stress: unrelated job
370372
runs-on: ubuntu-24.04
371373
needs: build
372374
env:
@@ -426,6 +428,7 @@ jobs:
426428
if: always()
427429

428430
mongo-v1-ft-tests:
431+
if: false # CLDSRV-992 stress: unrelated job
429432
runs-on: ubuntu-24.04
430433
needs: build
431434
env:
@@ -490,6 +493,7 @@ jobs:
490493
# All tests use non federation images
491494

492495
file-ft-tests:
496+
if: false # CLDSRV-992 stress: unrelated job
493497
strategy:
494498
matrix:
495499
include:
@@ -561,17 +565,39 @@ jobs:
561565
# Configure and run as Integration run S3C tests
562566
s3c-ft-tests:
563567
strategy:
568+
fail-fast: false
564569
matrix:
565570
include:
566-
- vformat: v0
571+
- vformat: v1
572+
enable-null-compat: ''
573+
job-name: s3c-ft-tests-v1-1
574+
- vformat: v1
575+
enable-null-compat: ''
576+
job-name: s3c-ft-tests-v1-2
577+
- vformat: v1
578+
enable-null-compat: ''
579+
job-name: s3c-ft-tests-v1-3
580+
- vformat: v1
581+
enable-null-compat: ''
582+
job-name: s3c-ft-tests-v1-4
583+
- vformat: v1
584+
enable-null-compat: ''
585+
job-name: s3c-ft-tests-v1-5
586+
- vformat: v1
587+
enable-null-compat: ''
588+
job-name: s3c-ft-tests-v1-6
589+
- vformat: v1
590+
enable-null-compat: ''
591+
job-name: s3c-ft-tests-v1-7
592+
- vformat: v1
593+
enable-null-compat: ''
594+
job-name: s3c-ft-tests-v1-8
595+
- vformat: v1
567596
enable-null-compat: ''
568-
job-name: s3c-ft-tests-v0
569-
- vformat: v0
570-
enable-null-compat: 'true'
571-
job-name: s3c-ft-tests-v0-null-compat
597+
job-name: s3c-ft-tests-v1-9
572598
- vformat: v1
573599
enable-null-compat: ''
574-
job-name: s3c-ft-tests-v1
600+
job-name: s3c-ft-tests-v1-10
575601
name: ${{ matrix.job-name }}
576602
runs-on: ubuntu-24.04
577603
needs: build
@@ -696,7 +722,7 @@ jobs:
696722
utapi-v2-tests:
697723
runs-on: ubuntu-24.04
698724
needs: build
699-
if: always()
725+
if: false # CLDSRV-992 stress: unrelated job
700726
env:
701727
ENABLE_UTAPI_V2: t
702728
S3BACKEND: mem
@@ -740,6 +766,7 @@ jobs:
740766
if: always()
741767

742768
sur-tests:
769+
if: false # CLDSRV-992 stress: unrelated job
743770
runs-on: ubuntu-24.04
744771
needs: build
745772
strategy:
@@ -798,6 +825,7 @@ jobs:
798825
if: always()
799826

800827
kmip-ft-tests:
828+
if: false # CLDSRV-992 stress: unrelated job
801829
runs-on: ubuntu-24.04
802830
needs: build
803831
env:
@@ -858,6 +886,7 @@ jobs:
858886
if: always()
859887

860888
kmip-cluster-ft-tests:
889+
if: false # CLDSRV-992 stress: unrelated job
861890
runs-on: ubuntu-latest
862891
needs: build
863892
env:
@@ -924,6 +953,7 @@ jobs:
924953

925954
# This test with the final yarn run ft_sse_arn covers more code than the kmip tests
926955
sse-kms-migration-tests:
956+
if: false # CLDSRV-992 stress: unrelated job
927957
strategy:
928958
fail-fast: false # prevent cancel if one 1 matrix option fails
929959
matrix:
@@ -1108,7 +1138,7 @@ jobs:
11081138
- mongo-v0-ft-tests
11091139
- mongo-v1-ft-tests
11101140
- file-ft-tests
1111-
if: always()
1141+
if: false # CLDSRV-992 stress: unrelated job
11121142
steps:
11131143
- name: Checkout
11141144
uses: actions/checkout@v4

0 commit comments

Comments
 (0)