Skip to content

Commit 14fc1a1

Browse files
committed
disable docker dependant tasks
1 parent 72d1802 commit 14fc1a1

File tree

2 files changed

+18
-35
lines changed

2 files changed

+18
-35
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -245,19 +245,19 @@ buildvariants:
245245
- name: publish-dev-release-info
246246
- name: create_static_analysis_report
247247

248-
- name: connectivity-tests
249-
display_name: Connectivity Tests
250-
run_on: ubuntu2004-large
251-
tasks:
252-
- name: test-connectivity
253-
254-
- name: e2e-coverage
255-
display_name: E2E Coverage
256-
run_on: ubuntu2004-large
257-
tasks:
258-
<% for(const group of E2E_TEST_GROUPS) { %>
259-
- name: e2e-coverage-<%= group.number %>
260-
<% } %>
248+
# - name: connectivity-tests
249+
# display_name: Connectivity Tests
250+
# run_on: ubuntu2004-large
251+
# tasks:
252+
# - name: test-connectivity
253+
254+
# - name: e2e-coverage
255+
# display_name: E2E Coverage
256+
# run_on: ubuntu2004-large
257+
# tasks:
258+
# <% for(const group of E2E_TEST_GROUPS) { %>
259+
# - name: e2e-coverage-<%= group.number %>
260+
# <% } %>
261261

262262
- name: csfle-tests
263263
display_name: CSFLE Tests
@@ -275,11 +275,11 @@ buildvariants:
275275
<% } %>
276276
<% } %>
277277

278-
- name: test-web-sandbox-atlas-cloud
279-
display_name: Test Web Sandbox (w/ Atlas Cloud login)
280-
run_on: ubuntu2004-large
281-
tasks:
282-
- name: test-web-sandbox-atlas-cloud
278+
# - name: test-web-sandbox-atlas-cloud
279+
# display_name: Test Web Sandbox (w/ Atlas Cloud login)
280+
# run_on: ubuntu2004-large
281+
# tasks:
282+
# - name: test-web-sandbox-atlas-cloud
283283

284284
- name: generate-vulnerability-report
285285
display_name: Vulnerability Report

.evergreen/buildvariants-and-tasks.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -230,18 +230,6 @@ buildvariants:
230230
- name: publish-packages-next
231231
- name: publish-dev-release-info
232232
- name: create_static_analysis_report
233-
- name: connectivity-tests
234-
display_name: Connectivity Tests
235-
run_on: ubuntu2004-large
236-
tasks:
237-
- name: test-connectivity
238-
- name: e2e-coverage
239-
display_name: E2E Coverage
240-
run_on: ubuntu2004-large
241-
tasks:
242-
- name: e2e-coverage-1
243-
- name: e2e-coverage-2
244-
- name: e2e-coverage-3
245233
- name: csfle-tests
246234
display_name: CSFLE Tests
247235
run_on: ubuntu2004-large
@@ -257,11 +245,6 @@ buildvariants:
257245
- name: test-web-sandbox-firefox-1
258246
- name: test-web-sandbox-firefox-2
259247
- name: test-web-sandbox-firefox-3
260-
- name: test-web-sandbox-atlas-cloud
261-
display_name: Test Web Sandbox (w/ Atlas Cloud login)
262-
run_on: ubuntu2004-large
263-
tasks:
264-
- name: test-web-sandbox-atlas-cloud
265248
- name: generate-vulnerability-report
266249
display_name: Vulnerability Report
267250
run_on: ubuntu2004-large

0 commit comments

Comments
 (0)