Skip to content

Commit abaf8d4

Browse files
ci(NODE-4656): adjust CI to run on ubuntu20 (#146)
1 parent 01d8a8e commit abaf8d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.evergreen/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ functions:
7676
- /app
7777
- '--env'
7878
- PROJECT_DIRECTORY=/app
79-
- 'ubuntu:16.04'
79+
- 'ubuntu:20.04'
8080
- /bin/bash
8181
- /app/.evergreen/run-tests-ubuntu.sh
8282
run prebuild:
@@ -158,23 +158,23 @@ buildvariants:
158158
tasks:
159159
- run-prebuild
160160
- run-prebuild-force-publish
161-
- name: ubuntu1804-64
162-
display_name: 'Ubuntu 18.04 64-bit'
163-
run_on: ubuntu1804-test
161+
- name: ubuntu2004-64
162+
display_name: 'Ubuntu 20.04 64-bit'
163+
run_on: ubuntu2004-small
164164
expansions:
165165
has_packages: true
166-
packager_distro: ubuntu1804
166+
packager_distro: ubuntu2004
167167
packager_arch: x86_64
168168
tasks:
169169
- run-tests-ubuntu
170170
- run-prebuild
171171
- run-prebuild-force-publish
172172
- name: ubuntu1804-arm64
173-
display_name: 'Ubuntu 18.04 arm64'
174-
run_on: ubuntu1804-arm64-build
173+
display_name: 'Ubuntu 20.04 arm64'
174+
run_on: ubuntu2004-arm64-small
175175
expansions:
176176
has_packages: true
177-
packager_distro: ubuntu1804
177+
packager_distro: ubuntu2004
178178
packager_arch: arm64
179179
tasks:
180180
- run-prebuild

0 commit comments

Comments
 (0)