Skip to content

Commit 0dbd816

Browse files
authored
[1.6] ci: remove stage level pool field, isCustom, from e2e job templates (#3899)
ci: remove stage level custompool field from e2e templates
1 parent 8d8e149 commit 0dbd816

File tree

9 files changed

+0
-36
lines changed

9 files changed

+0
-36
lines changed

.pipelines/singletenancy/aks-swift/e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ stages:
1414
dependsOn:
1515
- ${{ parameters.dependsOn }}
1616
- setup
17-
pool:
18-
type: linux
19-
isCustom: true
20-
name: $(BUILD_POOL_NAME_DEFAULT)
2117
variables:
2218
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2319
jobs:

.pipelines/singletenancy/aks/e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ stages:
1717
dependsOn:
1818
- ${{ parameters.dependsOn }}
1919
- setup
20-
pool:
21-
isCustom: true
22-
type: linux
23-
name: $(BUILD_POOL_NAME_DEFAULT)
2420
variables:
2521
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2622
jobs:

.pipelines/singletenancy/azure-cni-overlay-stateless/azure-cni-overlay-stateless-e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ stages:
1313
dependsOn:
1414
- ${{ parameters.dependsOn }}
1515
- setup
16-
pool:
17-
isCustom: true
18-
type: linux
19-
name: $(BUILD_POOL_NAME_DEFAULT)
2016
variables:
2117
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2218
jobs:

.pipelines/singletenancy/azure-cni-overlay/azure-cni-overlay-e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ stages:
1515
dependsOn:
1616
- ${{ parameters.dependsOn }}
1717
- setup
18-
pool:
19-
isCustom: true
20-
type: linux
21-
name: $(BUILD_POOL_NAME_DEFAULT)
2218
variables:
2319
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2420
jobs:

.pipelines/singletenancy/cilium-dualstack-overlay/cilium-dualstackoverlay-e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ stages:
1313
dependsOn:
1414
- ${{ parameters.dependsOn }}
1515
- setup
16-
pool:
17-
isCustom: true
18-
type: linux
19-
name: $(BUILD_POOL_NAME_DEFAULT)
2016
variables:
2117
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2218
jobs:

.pipelines/singletenancy/cilium-nodesubnet/cilium-nodesubnet-e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ stages:
1717
dependsOn:
1818
- ${{ parameters.dependsOn }}
1919
- setup
20-
pool:
21-
isCustom: true
22-
type: linux
23-
name: $(BUILD_POOL_NAME_DEFAULT)
2420
variables:
2521
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2622
jobs:

.pipelines/singletenancy/cilium-overlay-withhubble/cilium-overlay-e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ stages:
1515
dependsOn:
1616
- ${{ parameters.dependsOn }}
1717
- setup
18-
pool:
19-
isCustom: true
20-
type: linux
21-
name: $(BUILD_POOL_NAME_DEFAULT)
2218
variables:
2319
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2420
jobs:

.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ stages:
1414
dependsOn:
1515
- ${{ parameters.dependsOn }}
1616
- setup
17-
pool:
18-
isCustom: true
19-
type: linux
20-
name: $(BUILD_POOL_NAME_DEFAULT)
2117
variables:
2218
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2319
jobs:

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e.stages.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ stages:
1515
dependsOn:
1616
- ${{ parameters.dependsOn }}
1717
- setup
18-
pool:
19-
isCustom: true
20-
type: linux
21-
name: $(BUILD_POOL_NAME_DEFAULT)
2218
variables:
2319
commitID: $[ stagedependencies.setup.env.outputs['EnvironmentalVariables.commitID'] ]
2420
jobs:

0 commit comments

Comments
 (0)