Skip to content

Commit c853cdb

Browse files
committed
tmp: run file-ft-tests-null-compat 10x for CLDSRV-992 flakiness validation
Fans the null-compat matrix out to 10 parallel copies. 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 453e8aa commit c853cdb

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
@@ -562,6 +582,7 @@ jobs:
562582

563583
# Configure and run as Integration run S3C tests
564584
s3c-ft-tests:
585+
if: false # CLDSRV-992 stress: unrelated job
565586
strategy:
566587
matrix:
567588
include:
@@ -698,7 +719,7 @@ jobs:
698719
utapi-v2-tests:
699720
runs-on: ubuntu-24.04
700721
needs: build
701-
if: always()
722+
if: false # CLDSRV-992 stress: unrelated job
702723
env:
703724
ENABLE_UTAPI_V2: t
704725
S3BACKEND: mem
@@ -742,6 +763,7 @@ jobs:
742763
if: always()
743764

744765
sur-tests:
766+
if: false # CLDSRV-992 stress: unrelated job
745767
runs-on: ubuntu-24.04
746768
needs: build
747769
strategy:
@@ -1116,7 +1138,7 @@ jobs:
11161138
- mongo-v0-ft-tests
11171139
- mongo-v1-ft-tests
11181140
- file-ft-tests
1119-
if: always()
1141+
if: false # CLDSRV-992 stress: unrelated job
11201142
steps:
11211143
- name: Checkout
11221144
uses: actions/checkout@v4

0 commit comments

Comments
 (0)