File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -2357,11 +2357,6 @@ axes:
2357
2357
run_on : ubuntu1804-build
2358
2358
variables :
2359
2359
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"
2365
2360
- id : " macos11-go-1-20"
2366
2361
display_name : " MacOS 11.0"
2367
2362
run_on : macos-1100
@@ -2414,6 +2409,15 @@ axes:
2414
2409
variables :
2415
2410
GO_DIST : " /opt/golang/go1.20"
2416
2411
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
+
2417
2421
task_groups :
2418
2422
- name : serverless_task_group
2419
2423
setup_group_can_fail_task : true
@@ -2721,8 +2725,8 @@ buildvariants:
2721
2725
- name : " .load-balancer"
2722
2726
2723
2727
- 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 }"
2726
2730
tasks :
2727
2731
- " serverless_task_group"
2728
2732
You can’t perform that action at this time.
0 commit comments