Skip to content

Commit 7021966

Browse files
test: [NPM-LINUX] update linux conformance binary (#1748)
* update linux conformance binary * temporarily comment out test profiles until one works * Revert "temporarily comment out test profiles until one works" This reverts commit db623d3. * undo change to git checkout for windows
1 parent e783f64 commit 7021966

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.pipelines/npm/npm-conformance-tests.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,9 @@ jobs:
9696
steps:
9797
- checkout: self
9898

99-
- script: |
100-
echo "cloning vakr"
101-
git clone https://github.com/vakalapa/kubernetes.git
102-
103-
displayName: "Clone Kubernetes Repo"
104-
10599
- bash: |
100+
git clone https://github.com/huntergregory/kubernetes.git --depth=1 --branch=linux-sleep-before-probing
106101
cd kubernetes
107-
git checkout vakr/sleepinnpmtests
108102
export PATH=$PATH:/usr/local/go/bin/
109103
make WHAT=test/e2e/e2e.test
110104
displayName: "Build Kubernetes e2e.test"

0 commit comments

Comments
 (0)