Skip to content

Commit 9572552

Browse files
committed
tmp: run file-ft-tests-null-compat 10x for CLDSRV-992 flakiness validation
Keeps kmip-ft-tests, kmip-cluster-ft-tests and sse-kms-migration-tests enabled so a readiness gate that never opens shows up as a hang. Dropped before review. Precedent: a3847d6.
1 parent 8f57639 commit 9572552

1 file changed

Lines changed: 28 additions & 6 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 28 additions & 6 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:
@@ -491,12 +494,29 @@ jobs:
491494

492495
file-ft-tests:
493496
strategy:
497+
fail-fast: false
494498
matrix:
495499
include:
496-
- enable-null-compat: ''
497-
job-name: file-ft-tests
498500
- enable-null-compat: 'true'
499-
job-name: file-ft-tests-null-compat
501+
job-name: file-ft-tests-null-compat-1
502+
- enable-null-compat: 'true'
503+
job-name: file-ft-tests-null-compat-2
504+
- enable-null-compat: 'true'
505+
job-name: file-ft-tests-null-compat-3
506+
- enable-null-compat: 'true'
507+
job-name: file-ft-tests-null-compat-4
508+
- enable-null-compat: 'true'
509+
job-name: file-ft-tests-null-compat-5
510+
- enable-null-compat: 'true'
511+
job-name: file-ft-tests-null-compat-6
512+
- enable-null-compat: 'true'
513+
job-name: file-ft-tests-null-compat-7
514+
- enable-null-compat: 'true'
515+
job-name: file-ft-tests-null-compat-8
516+
- enable-null-compat: 'true'
517+
job-name: file-ft-tests-null-compat-9
518+
- enable-null-compat: 'true'
519+
job-name: file-ft-tests-null-compat-10
500520
name: ${{ matrix.job-name }}
501521
runs-on: ubuntu-24.04
502522
needs: build
@@ -567,6 +587,7 @@ jobs:
567587

568588
# Configure and run as Integration run S3C tests
569589
s3c-ft-tests:
590+
if: false # CLDSRV-992 stress: unrelated job
570591
strategy:
571592
matrix:
572593
include:
@@ -703,7 +724,7 @@ jobs:
703724
utapi-v2-tests:
704725
runs-on: ubuntu-24.04
705726
needs: build
706-
if: always()
727+
if: false # CLDSRV-992 stress: unrelated job
707728
env:
708729
ENABLE_UTAPI_V2: t
709730
S3BACKEND: mem
@@ -747,6 +768,7 @@ jobs:
747768
if: always()
748769

749770
sur-tests:
771+
if: false # CLDSRV-992 stress: unrelated job
750772
runs-on: ubuntu-24.04
751773
needs: build
752774
strategy:
@@ -1136,7 +1158,7 @@ jobs:
11361158
- mongo-v0-ft-tests
11371159
- mongo-v1-ft-tests
11381160
- file-ft-tests
1139-
if: always()
1161+
if: false # CLDSRV-992 stress: unrelated job
11401162
steps:
11411163
- name: Checkout
11421164
uses: actions/checkout@v4

0 commit comments

Comments
 (0)