Skip to content

Commit dbce361

Browse files
p-mongop
andcommitted
Skip testing on ruby-head for now (#2160)
Co-authored-by: Oleg Pudeyev <oleg@bsdpower.com>
1 parent 73953e0 commit dbce361

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.evergreen/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,16 +1036,16 @@ buildvariants:
10361036
tasks:
10371037
- name: "test-mlaunch"
10381038

1039-
- matrix_name: "ruby-head"
1040-
matrix_spec:
1041-
auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
1042-
ruby: ["ruby-head"]
1043-
mongodb-version: "4.2"
1044-
topology: "*"
1045-
os: ubuntu1604
1046-
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
1047-
tasks:
1048-
- name: "test-mlaunch"
1039+
# - matrix_name: "ruby-head"
1040+
# matrix_spec:
1041+
# auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
1042+
# ruby: ["ruby-head"]
1043+
# mongodb-version: "4.2"
1044+
# topology: "*"
1045+
# os: ubuntu1604
1046+
# display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
1047+
# tasks:
1048+
# - name: "test-mlaunch"
10491049

10501050
- matrix_name: "activesupport"
10511051
matrix_spec:

.evergreen/config/standard.yml.erb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -266,16 +266,16 @@ buildvariants:
266266
tasks:
267267
- name: "test-mlaunch"
268268

269-
- matrix_name: "ruby-head"
270-
matrix_spec:
271-
auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
272-
ruby: ["ruby-head"]
273-
mongodb-version: "4.2"
274-
topology: "*"
275-
os: ubuntu1604
276-
display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
277-
tasks:
278-
- name: "test-mlaunch"
269+
# - matrix_name: "ruby-head"
270+
# matrix_spec:
271+
# auth-and-ssl: ["auth-and-ssl", "noauth-and-nossl"]
272+
# ruby: ["ruby-head"]
273+
# mongodb-version: "4.2"
274+
# topology: "*"
275+
# os: ubuntu1604
276+
# display_name: "${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
277+
# tasks:
278+
# - name: "test-mlaunch"
279279

280280
- matrix_name: "activesupport"
281281
matrix_spec:

0 commit comments

Comments
 (0)