ci: change overlaye2e stage to cilium-overlay (#1997)
* renaming overlaye2e for cilium * update display names for stages
This commit is contained in:
Родитель
9fd24cc9c1
Коммит
5b7aa6e9a1
|
@ -313,9 +313,9 @@ stages:
|
|||
testDropgz: ""
|
||||
clusterName: "ciliume2e"
|
||||
|
||||
- template: singletenancy/overlay/overlay-e2e-job-template.yaml
|
||||
- template: singletenancy/cilium-overlay/cilium-overlay-e2e-job-template.yaml
|
||||
parameters:
|
||||
name: "overlay_e2e"
|
||||
name: "cilium_overlay_cilium_e2e"
|
||||
displayName: Cilium on AKS Overlay
|
||||
pipelineBuildImage: "$(BUILD_IMAGE)"
|
||||
testDropgz: ""
|
||||
|
|
|
@ -13,7 +13,7 @@ stages:
|
|||
- publish
|
||||
jobs:
|
||||
- job: ${{ parameters.name }}
|
||||
displayName: Overlay Test Suite - (${{ parameters.name }})
|
||||
displayName: Cilium Overlay Test Suite - (${{ parameters.name }})
|
||||
timeoutInMinutes: 120
|
||||
pool:
|
||||
name: $(BUILD_POOL_NAME_DEFAULT)
|
||||
|
@ -25,7 +25,7 @@ stages:
|
|||
GOBIN: "$(GOPATH)/bin" # Go binaries path
|
||||
modulePath: "$(GOPATH)/src/github.com/Azure/azure-container-networking"
|
||||
steps:
|
||||
- template: overlay-e2e-step-template.yaml
|
||||
- template: cilium-overlay-e2e-step-template.yaml
|
||||
parameters:
|
||||
name: ${{ parameters.name }}
|
||||
testDropgz: ${{ parameters.testDropgz }}
|
|
@ -250,9 +250,9 @@ stages:
|
|||
testDropgz: true
|
||||
clusterName: "submodules-ciliume2e"
|
||||
|
||||
- template: singletenancy/overlay/overlay-e2e-job-template.yaml
|
||||
- template: singletenancy/cilium-overlay/cilium-overlay-e2e-job-template.yaml
|
||||
parameters:
|
||||
name: "overlay_e2e"
|
||||
name: "cilium_overlay_e2e"
|
||||
displayName: Cilium on AKS Overlay
|
||||
pipelineBuildImage: "$(BUILD_IMAGE)"
|
||||
testDropgz: true
|
||||
|
|
Загрузка…
Ссылка в новой задаче