Skip to content

Commit 836d408

Browse files
authored
GODRIVER-2792 Separate Serverless OS into new axis. (#1303)
1 parent 3eaecef commit 836d408

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.evergreen/config.yml

+11-7
Original file line numberDiff line numberDiff line change
@@ -2357,11 +2357,6 @@ axes:
23572357
run_on: ubuntu1804-build
23582358
variables:
23592359
GO_DIST: "/opt/golang/go1.20"
2360-
- id: "ubuntu2004-go-1-20"
2361-
display_name: "Ubuntu 20.04"
2362-
run_on: ubuntu2004-build
2363-
variables:
2364-
GO_DIST: "/opt/golang/go1.20"
23652360
- id: "macos11-go-1-20"
23662361
display_name: "MacOS 11.0"
23672362
run_on: macos-1100
@@ -2414,6 +2409,15 @@ axes:
24142409
variables:
24152410
GO_DIST: "/opt/golang/go1.20"
24162411

2412+
- id: os-serverless
2413+
display_name: OS
2414+
values:
2415+
- id: "ubuntu2004-go-1-20"
2416+
display_name: "Ubuntu 20.04"
2417+
run_on: ubuntu2004-build
2418+
variables:
2419+
GO_DIST: "/opt/golang/go1.20"
2420+
24172421
task_groups:
24182422
- name: serverless_task_group
24192423
setup_group_can_fail_task: true
@@ -2721,8 +2725,8 @@ buildvariants:
27212725
- name: ".load-balancer"
27222726

27232727
- matrix_name: "serverless"
2724-
matrix_spec: { os-ssl-40: ["ubuntu2004-go-1-20"] }
2725-
display_name: "Serverless ${os-ssl-40}"
2728+
matrix_spec: { os-serverless: "*" }
2729+
display_name: "Serverless ${os-serverless}"
27262730
tasks:
27272731
- "serverless_task_group"
27282732

0 commit comments

Comments
 (0)