File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ stages:
4545 STORAGE_ID : $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.StorageID'] ]
4646 pool :
4747 name : " $(BUILD_POOL_NAME_DEFAULT)"
48+ os : linux
4849 steps :
4950 - script : |
5051 make ipv6-hp-bpf-lib
@@ -84,6 +85,7 @@ stages:
8485 displayName : Build Images
8586 pool :
8687 name : " $(BUILD_POOL_NAME_LINUX_AMD64)"
88+ os : linux
8789 strategy :
8890 matrix :
8991 azure_ipam_linux_amd64 :
@@ -133,6 +135,7 @@ stages:
133135 displayName : Build Images
134136 pool :
135137 name : " $(BUILD_POOL_NAME_LINUX_ARM64)"
138+ os : linux
136139 strategy :
137140 matrix :
138141 azure_ipam_linux_arm64 :
@@ -173,6 +176,7 @@ stages:
173176 displayName : Compile Manifests
174177 pool :
175178 name : " $(BUILD_POOL_NAME_DEFAULT)"
179+ os : linux
176180 strategy :
177181 matrix :
178182 azure_ipam :
@@ -378,6 +382,7 @@ stages:
378382 displayName : Delete Cluster
379383 pool :
380384 name : " $(BUILD_POOL_NAME_DEFAULT)"
385+ os : linux
381386 strategy :
382387 matrix :
383388 cilium_e2e :
@@ -441,6 +446,7 @@ stages:
441446 displayName : Delete Cluster
442447 pool :
443448 name : " $(BUILD_POOL_NAME_DEFAULT)"
449+ os : linux
444450 strategy :
445451 matrix :
446452 swiftv2_e2e :
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ stages:
1010 STORAGE_ID : $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.StorageID'] ]
1111 pool :
1212 name : " $(BUILD_POOL_NAME_DEFAULT)"
13+ os : linux
1314 steps :
1415 - script : |
1516 make tools
@@ -36,6 +37,7 @@ stages:
3637 STORAGE_ID : $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.StorageID'] ]
3738 pool :
3839 name : " $(BUILD_POOL_NAME_DEFAULT_WINDOWS_ALT)"
40+ os : windows
3941 steps :
4042 - script : |
4143 cd npm/
You can’t perform that action at this time.
0 commit comments