We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c4a94 commit 5b1a259Copy full SHA for 5b1a259
.pipelines/cni/k8s-e2e/k8s-e2e.jobs.yaml
@@ -14,9 +14,12 @@ jobs:
14
type: linux
15
isCustom: true
16
name: $(BUILD_POOL_NAME_DEFAULT)
17
+ variables:
18
+ ACN_DIR: $(Build.SourcesDirectory)
19
steps:
20
- checkout: azure-container-networking
21
- task: AzureCLI@2
22
+ workingDirectory: $(ACR_DIR)
23
inputs:
24
azureSubscription: ${{ parameters.sub }}
25
scriptLocation: "inlineScript"
@@ -52,6 +55,7 @@ jobs:
52
55
name: kubeproxy
53
56
displayName: Restart Kubeproxy on Windows nodes
54
57
retryCountOnTaskFailure: 3
58
59
- ${{ if eq(parameters.datapath, true) }}:
60
- template: ../k8s-e2e/k8s-e2e.steps.yaml
61
parameters:
0 commit comments