Skip to content

Commit ffa7d8c

Browse files
committed
fixup! Use New Pipeline Files
1 parent d7fcbb5 commit ffa7d8c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.pipelines/cni/k8s-e2e/k8s-e2e.jobs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- checkout: azure-container-networking
1919
- task: AzureCLI@2
2020
inputs:
21-
workingDirectory: $(ACR_DIR)
2221
azureSubscription: ${{ parameters.sub }}
2322
scriptLocation: "inlineScript"
2423
scriptType: "bash"
@@ -53,7 +52,6 @@ jobs:
5352
name: kubeproxy
5453
displayName: Restart Kubeproxy on Windows nodes
5554
retryCountOnTaskFailure: 3
56-
workingDirectory: $(ACR_DIR)
5755
- ${{ if eq(parameters.datapath, true) }}:
5856
- template: ../k8s-e2e/k8s-e2e.steps.yaml
5957
parameters:

.pipelines/cni/k8s-e2e/k8s-e2e.steps.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ steps:
3434
kubectl taint nodes -l kubernetes.azure.com/mode=user node-role.kubernetes.io/control-plane:NoSchedule
3535
fi
3636
37-
# Depreciating flags. Change once k8s minimum version supported is > 1.24
37+
# Deprecating flags. Change once k8s minimum version supported is > 1.24
3838
# nodes -> procs
3939
# flakeAttempts -> flake-attempts
4040
# dryRun -> dry-run
@@ -63,5 +63,4 @@ steps:
6363
fi
6464
name: ${{ parameters.name }}
6565
displayName: k8s E2E - ${{ parameters.testName }}
66-
workingDirectory: $(ACN_DIR)
6766
retryCountOnTaskFailure: 5

0 commit comments

Comments
 (0)