Skip to content

Commit 8d68964

Browse files
committed
Move ADL tests to new format
1 parent e2a31a9 commit 8d68964

File tree

4 files changed

+7
-14
lines changed

4 files changed

+7
-14
lines changed

.evergreen/config/legacy-tasks.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.evergreen/config/legacy-variants.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,3 @@ buildvariants:
9494
- name: "test-standalone"
9595
- name: "test-replica_set"
9696
- name: "test-sharded_cluster"
97-
98-
- matrix_name: "atlas-data-lake-test"
99-
matrix_spec: { "php-edge-versions": "latest-stable", "driver-versions": "latest-stable" }
100-
display_name: "Atlas Data Lake"
101-
run_on: debian11
102-
expansions:
103-
VARIANT: debian11 # Referenced by ADL build script for downloading MQLRun
104-
tasks:
105-
- name: "test-atlas-data-lake"

.evergreen/config/test-tasks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ tasks:
1313
- func: "start kms servers"
1414
- func: "set aws temp creds"
1515
- func: "run serverless tests"
16+
17+
- name: "test-atlas-data-lake"
18+
commands:
19+
- func: "bootstrap mongohoused"
20+
- func: "run atlas data lake test"

.evergreen/config/test-variants.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ buildvariants:
1111
FETCH_BUILD_VARIANT: "build-debian11"
1212
FETCH_BUILD_TASK: "build-php-8.2"
1313
PHP_VERSION: "8.2"
14+
VARIANT: debian11 # Referenced by ADL build script for downloading MQLRun
1415
depends_on:
1516
- variant: "build-debian11"
1617
name: "build-php-8.2"
@@ -19,6 +20,7 @@ buildvariants:
1920
- ".replicaset .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2021
- ".sharded .local !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2122
- ".serverless"
23+
- "test-atlas-data-lake"
2224
- name: test-debian92-php82-local
2325
tags: ["test", "debian", "x64"]
2426
display_name: "Test: Debian 9.2, PHP 8.2"

0 commit comments

Comments
 (0)