Skip to content

Commit a403060

Browse files
Update variants
1 parent 7b3382a commit a403060

File tree

3 files changed

+30
-64
lines changed

3 files changed

+30
-64
lines changed

.evergreen/config.yml

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,9 @@ axes:
950950
- id: ubuntu2004
951951
display_name: "Ubuntu 20.04"
952952
run_on: ubuntu2004-small
953+
- id: ubuntu1804
954+
display_name: "Ubuntu 18.04"
955+
run_on: ubuntu1804-small
953956

954957
- id: docker-distro
955958
display_name: Docker Distro
@@ -1211,19 +1214,9 @@ buildvariants:
12111214
- matrix_name: "mongo-4.x"
12121215
matrix_spec:
12131216
ruby: ["ruby-3.0", "ruby-2.7"]
1214-
mongodb-version: ['4.4', '4.0']
1217+
mongodb-version: ['4.4', '4.2']
12151218
topology: ["standalone", "replica-set", "sharded-cluster"]
1216-
os: ubuntu2004
1217-
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
1218-
tasks:
1219-
- name: "test-mlaunch"
1220-
1221-
- matrix_name: "mongo-3.6"
1222-
matrix_spec:
1223-
ruby: "ruby-2.7"
1224-
mongodb-version: ['3.6']
1225-
topology: ["standalone", "replica-set", "sharded-cluster"]
1226-
os: ubuntu2004
1219+
os: ubuntu1804
12271220
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
12281221
tasks:
12291222
- name: "test-mlaunch"
@@ -1293,17 +1286,6 @@ buildvariants:
12931286
tasks:
12941287
- name: "test-mlaunch"
12951288

1296-
- matrix_name: mmapv1
1297-
matrix_spec:
1298-
ruby: "ruby-2.7"
1299-
mongodb-version: ['3.6', '4.0']
1300-
topology: ["standalone", "replica-set", "sharded-cluster"]
1301-
storage-engine: mmapv1
1302-
os: ubuntu2004
1303-
display_name: "${mongodb-version} ${topology} mmapv1 ${ruby}"
1304-
tasks:
1305-
- name: "test-mlaunch"
1306-
13071289
- matrix_name: "lint"
13081290
matrix_spec:
13091291
lint: on
@@ -1341,9 +1323,9 @@ buildvariants:
13411323
matrix_spec:
13421324
stress: on
13431325
ruby: "ruby-2.7"
1344-
mongodb-version: ['4.4', '4.0', '3.6']
1326+
mongodb-version: ['4.4', '4.2']
13451327
topology: replica-set
1346-
os: ubuntu2004
1328+
os: ubuntu1804
13471329
display_name: "${mongodb-version} ${topology} stress ${ruby}"
13481330
tasks:
13491331
- name: "test-mlaunch"
@@ -1790,10 +1772,11 @@ buildvariants:
17901772
tasks:
17911773
- name: test-atlas
17921774

1793-
- matrix_name: "aws-lambda"
1794-
matrix_spec:
1795-
ruby: 'ruby-3.2'
1796-
os: ubuntu2204
1797-
display_name: "AWS Lambda"
1798-
tasks:
1799-
- name: test_aws_lambda_task_group
1775+
# https://jira.mongodb.org/browse/RUBY-3311
1776+
# - matrix_name: "aws-lambda"
1777+
# matrix_spec:
1778+
# ruby: 'ruby-3.2'
1779+
# os: ubuntu2204
1780+
# display_name: "AWS Lambda"
1781+
# tasks:
1782+
# - name: test_aws_lambda_task_group

.evergreen/config/axes.yml.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ axes:
202202
- id: ubuntu2004
203203
display_name: "Ubuntu 20.04"
204204
run_on: ubuntu2004-small
205+
- id: ubuntu1804
206+
display_name: "Ubuntu 18.04"
207+
run_on: ubuntu1804-small
205208

206209
- id: docker-distro
207210
display_name: Docker Distro

.evergreen/config/standard.yml.erb

Lines changed: 12 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,9 @@ buildvariants:
9494
- matrix_name: "mongo-4.x"
9595
matrix_spec:
9696
ruby: <%= older_rubies %>
97-
mongodb-version: ['4.4', '4.0']
97+
mongodb-version: ['4.4', '4.2']
9898
topology: <%= topologies %>
99-
os: ubuntu2004
100-
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
101-
tasks:
102-
- name: "test-mlaunch"
103-
104-
- matrix_name: "mongo-3.6"
105-
matrix_spec:
106-
ruby: <%= supported_mri_ruby_2 %>
107-
mongodb-version: ['3.6']
108-
topology: <%= topologies %>
109-
os: ubuntu2004
99+
os: ubuntu1804
110100
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
111101
tasks:
112102
- name: "test-mlaunch"
@@ -176,17 +166,6 @@ buildvariants:
176166
tasks:
177167
- name: "test-mlaunch"
178168

179-
- matrix_name: mmapv1
180-
matrix_spec:
181-
ruby: <%= supported_mri_ruby_2 %>
182-
mongodb-version: ['3.6', '4.0']
183-
topology: <%= topologies %>
184-
storage-engine: mmapv1
185-
os: ubuntu2004
186-
display_name: "${mongodb-version} ${topology} mmapv1 ${ruby}"
187-
tasks:
188-
- name: "test-mlaunch"
189-
190169
- matrix_name: "lint"
191170
matrix_spec:
192171
lint: on
@@ -224,9 +203,9 @@ buildvariants:
224203
matrix_spec:
225204
stress: on
226205
ruby: <%= supported_mri_ruby_2 %>
227-
mongodb-version: ['4.4', '4.0', '3.6']
206+
mongodb-version: ['4.4', '4.2']
228207
topology: replica-set
229-
os: ubuntu2004
208+
os: ubuntu1804
230209
display_name: "${mongodb-version} ${topology} stress ${ruby}"
231210
tasks:
232211
- name: "test-mlaunch"
@@ -521,10 +500,11 @@ buildvariants:
521500
tasks:
522501
- name: test-atlas
523502

524-
- matrix_name: "aws-lambda"
525-
matrix_spec:
526-
ruby: 'ruby-3.2'
527-
os: ubuntu2204
528-
display_name: "AWS Lambda"
529-
tasks:
530-
- name: test_aws_lambda_task_group
503+
# https://jira.mongodb.org/browse/RUBY-3311
504+
# - matrix_name: "aws-lambda"
505+
# matrix_spec:
506+
# ruby: 'ruby-3.2'
507+
# os: ubuntu2204
508+
# display_name: "AWS Lambda"
509+
# tasks:
510+
# - name: test_aws_lambda_task_group

0 commit comments

Comments
 (0)