Skip to content

Commit 5a79ffe

Browse files
Merge branch 'main' into dependabot/submodules/drivers-evergreen-tools-61cb4e9
2 parents df0a8df + d3efcfb commit 5a79ffe

3 files changed

Lines changed: 43 additions & 75 deletions

File tree

.evergreen/config.in.yml

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,27 +1054,28 @@ task_groups:
10541054
tasks:
10551055
- oidc-auth-test-k8s-latest-gke
10561056

1057-
- name: testk8soidc_task_group_aks
1058-
setup_group:
1059-
- func: fetch source
1060-
- func: assume secrets manager role
1061-
- command: subprocess.exec
1062-
params:
1063-
binary: bash
1064-
add_expansions_to_env: true
1065-
args:
1066-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1067-
teardown_group:
1068-
- func: "upload coverage report"
1069-
- command: subprocess.exec
1070-
params:
1071-
binary: bash
1072-
args:
1073-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1074-
setup_group_can_fail_task: true
1075-
setup_group_timeout_secs: 1800
1076-
tasks:
1077-
- oidc-auth-test-k8s-latest-aks
1057+
# TODO(NODE-7358): unskip broken k8s tests
1058+
# - name: testk8soidc_task_group_aks
1059+
# setup_group:
1060+
# - func: fetch source
1061+
# - func: assume secrets manager role
1062+
# - command: subprocess.exec
1063+
# params:
1064+
# binary: bash
1065+
# add_expansions_to_env: true
1066+
# args:
1067+
# - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
1068+
# teardown_group:
1069+
# - func: "upload coverage report"
1070+
# - command: subprocess.exec
1071+
# params:
1072+
# binary: bash
1073+
# args:
1074+
# - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
1075+
# setup_group_can_fail_task: true
1076+
# setup_group_timeout_secs: 1800
1077+
# tasks:
1078+
# - oidc-auth-test-k8s-latest-aks
10781079

10791080
- name: testtestoidc_task_group
10801081
setup_group:

.evergreen/config.yml

Lines changed: 11 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,8 @@ tasks:
14251425
- func: assume secrets manager role
14261426
- func: run ldap tests
14271427
- name: test-socks5
1428-
tags: []
1428+
tags:
1429+
- socks5
14291430
commands:
14301431
- command: expansions.update
14311432
type: setup
@@ -1451,7 +1452,8 @@ tasks:
14511452
- func: bootstrap mongo-orchestration
14521453
- func: run socks5 tests
14531454
- name: test-socks5-tls
1454-
tags: []
1455+
tags:
1456+
- socks5-tls
14551457
commands:
14561458
- command: expansions.update
14571459
type: setup
@@ -1502,6 +1504,7 @@ tasks:
15021504
- name: test-tls-support-latest
15031505
tags:
15041506
- tls-support
1507+
- tls-support-latest
15051508
commands:
15061509
- command: expansions.update
15071510
type: setup
@@ -1517,6 +1520,7 @@ tasks:
15171520
- name: test-tls-support-8.0
15181521
tags:
15191522
- tls-support
1523+
- tls-support-8.0
15201524
commands:
15211525
- command: expansions.update
15221526
type: setup
@@ -1532,6 +1536,7 @@ tasks:
15321536
- name: test-tls-support-7.0
15331537
tags:
15341538
- tls-support
1539+
- tls-support-7.0
15351540
commands:
15361541
- command: expansions.update
15371542
type: setup
@@ -1547,6 +1552,7 @@ tasks:
15471552
- name: test-tls-support-6.0
15481553
tags:
15491554
- tls-support
1555+
- tls-support-6.0
15501556
commands:
15511557
- command: expansions.update
15521558
type: setup
@@ -1562,6 +1568,7 @@ tasks:
15621568
- name: test-tls-support-5.0
15631569
tags:
15641570
- tls-support
1571+
- tls-support-5.0
15651572
commands:
15661573
- command: expansions.update
15671574
type: setup
@@ -1577,6 +1584,7 @@ tasks:
15771584
- name: test-tls-support-4.4
15781585
tags:
15791586
- tls-support
1587+
- tls-support-4.4
15801588
commands:
15811589
- command: expansions.update
15821590
type: setup
@@ -1592,6 +1600,7 @@ tasks:
15921600
- name: test-tls-support-4.2
15931601
tags:
15941602
- tls-support
1603+
- tls-support-4.2
15951604
commands:
15961605
- command: expansions.update
15971606
type: setup
@@ -2673,27 +2682,6 @@ task_groups:
26732682
setup_group_timeout_secs: 1800
26742683
tasks:
26752684
- oidc-auth-test-k8s-latest-gke
2676-
- name: testk8soidc_task_group_aks
2677-
setup_group:
2678-
- func: fetch source
2679-
- func: assume secrets manager role
2680-
- command: subprocess.exec
2681-
params:
2682-
binary: bash
2683-
add_expansions_to_env: true
2684-
args:
2685-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
2686-
teardown_group:
2687-
- func: upload coverage report
2688-
- command: subprocess.exec
2689-
params:
2690-
binary: bash
2691-
args:
2692-
- ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/teardown.sh
2693-
setup_group_can_fail_task: true
2694-
setup_group_timeout_secs: 1800
2695-
tasks:
2696-
- oidc-auth-test-k8s-latest-aks
26972685
- name: testtestoidc_task_group
26982686
setup_group:
26992687
- func: fetch source
@@ -3075,9 +3063,6 @@ buildvariants:
30753063
CLIENT_ENCRYPTION: 'false'
30763064
TEST_CSFLE: 'false'
30773065
tasks:
3078-
- test-latest-server
3079-
- test-latest-replica_set
3080-
- test-latest-sharded_cluster
30813066
- test-rapid-server
30823067
- test-rapid-replica_set
30833068
- test-rapid-sharded_cluster
@@ -3099,12 +3084,6 @@ buildvariants:
30993084
- test-4.2-server
31003085
- test-4.2-replica_set
31013086
- test-4.2-sharded_cluster
3102-
- test-latest-server-v1-api
3103-
- test-socks5
3104-
- test-socks5-tls
3105-
- test-snappy-compression
3106-
- test-zstd-compression
3107-
- test-tls-support-latest
31083087
- test-tls-support-8.0
31093088
- test-tls-support-7.0
31103089
- test-tls-support-6.0
@@ -3119,9 +3098,6 @@ buildvariants:
31193098
CLIENT_ENCRYPTION: 'false'
31203099
TEST_CSFLE: 'false'
31213100
tasks:
3122-
- test-latest-server
3123-
- test-latest-replica_set
3124-
- test-latest-sharded_cluster
31253101
- test-rapid-server
31263102
- test-rapid-replica_set
31273103
- test-rapid-sharded_cluster
@@ -3143,12 +3119,6 @@ buildvariants:
31433119
- test-4.2-server
31443120
- test-4.2-replica_set
31453121
- test-4.2-sharded_cluster
3146-
- test-latest-server-v1-api
3147-
- test-socks5
3148-
- test-socks5-tls
3149-
- test-snappy-compression
3150-
- test-zstd-compression
3151-
- test-tls-support-latest
31523122
- test-tls-support-8.0
31533123
- test-tls-support-7.0
31543124
- test-tls-support-6.0
@@ -3163,9 +3133,6 @@ buildvariants:
31633133
CLIENT_ENCRYPTION: 'false'
31643134
TEST_CSFLE: 'false'
31653135
tasks:
3166-
- test-latest-server
3167-
- test-latest-replica_set
3168-
- test-latest-sharded_cluster
31693136
- test-rapid-server
31703137
- test-rapid-replica_set
31713138
- test-rapid-sharded_cluster
@@ -3187,12 +3154,6 @@ buildvariants:
31873154
- test-4.2-server
31883155
- test-4.2-replica_set
31893156
- test-4.2-sharded_cluster
3190-
- test-latest-server-v1-api
3191-
- test-socks5
3192-
- test-socks5-tls
3193-
- test-snappy-compression
3194-
- test-zstd-compression
3195-
- test-tls-support-latest
31963157
- test-tls-support-8.0
31973158
- test-tls-support-7.0
31983159
- test-tls-support-6.0

.evergreen/generate_evergreen_tasks.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,13 @@ const WINDOWS_SKIP_TAGS = new Set([
4545
'auth',
4646
'load_balancer',
4747
'socks5-csfle',
48-
'oidc'
48+
'oidc',
49+
50+
// TODO: NODE-7356: enable skipped tests on windows
51+
'latest',
52+
'socks5',
53+
'socks5-tls',
54+
'tls-support-latest'
4955
]);
5056

5157
const TASKS = [];
@@ -181,7 +187,7 @@ TASKS.push(
181187
},
182188
{
183189
name: 'test-socks5',
184-
tags: [],
190+
tags: ['socks5'],
185191
commands: [
186192
updateExpansions({
187193
VERSION: 'latest',
@@ -208,7 +214,7 @@ TASKS.push(
208214
},
209215
{
210216
name: 'test-socks5-tls',
211-
tags: [],
217+
tags: ['socks5-tls'],
212218
commands: [
213219
updateExpansions({
214220
SSL: 'ssl',
@@ -298,7 +304,7 @@ AWS_LAMBDA_HANDLER_TASKS.push({
298304
for (const VERSION of TLS_VERSIONS) {
299305
TASKS.push({
300306
name: `test-tls-support-${VERSION}`,
301-
tags: ['tls-support'],
307+
tags: ['tls-support', `tls-support-${VERSION}`],
302308
commands: [
303309
updateExpansions({
304310
VERSION,

0 commit comments

Comments
 (0)