File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/e2e/testing-manifests/auth/encrypt Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ create_cluster_and_run_test() {
91
91
TEST_ARGS=" "
92
92
if [ " ${SKIP_RUN_TESTS:- } " != " true" ]; then
93
93
# (--use-built-binaries) use the kubectl, e2e.test, and ginkgo binaries built during --build as opposed to from a GCS release tarball
94
- TEST_ARGS=" --test=ginkgo -- --v=5 -- focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
94
+ TEST_ARGS=" --test=ginkgo -- --focus-regex=\[Conformance\] --skip-regex=\[Serial\] --parallel 20 --use-built-binaries"
95
95
else
96
96
echo " Skipping running tests"
97
97
fi
@@ -137,7 +137,7 @@ main(){
137
137
mkdir -p " ${ARTIFACTS} "
138
138
139
139
export GO111MODULE=on;
140
- go install sigs.k8s.io/kind@v0.17.0 ;
140
+ go install sigs.k8s.io/kind@latest ;
141
141
go install sigs.k8s.io/kubetest2@latest;
142
142
go install sigs.k8s.io/kubetest2/kubetest2-kind@latest;
143
143
go install sigs.k8s.io/kubetest2/kubetest2-tester-ginkgo@latest;
You can’t perform that action at this time.
0 commit comments