File tree Expand file tree Collapse file tree 6 files changed +0
-32
lines changed Expand file tree Collapse file tree 6 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -1348,8 +1348,6 @@ periodics:
1348
1348
value : " capz"
1349
1349
- name : GINKGO_PARALLEL_NODES # cloud-provider-azure config
1350
1350
value : " 3"
1351
- - name : GINKGO_TOLERATE_FLAKES # cloud-provider-azure config
1352
- value : " y"
1353
1351
resources :
1354
1352
limits :
1355
1353
cpu : 4
@@ -1627,8 +1625,6 @@ periodics:
1627
1625
value : " capz"
1628
1626
- name : GINKGO_PARALLEL_NODES # cloud-provider-azure config
1629
1627
value : " 1"
1630
- - name : GINKGO_TOLERATE_FLAKES # cloud-provider-azure config
1631
- value : " y"
1632
1628
resources :
1633
1629
limits :
1634
1630
cpu : 4
Original file line number Diff line number Diff line change @@ -57,9 +57,6 @@ periodics:
57
57
- -c
58
58
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
59
59
env :
60
- # don't retry conformance tests
61
- - name : GINKGO_TOLERATE_FLAKES
62
- value : " n"
63
60
# we need privileged mode in order to do docker in docker
64
61
securityContext :
65
62
privileged : true
@@ -107,9 +104,6 @@ periodics:
107
104
# tell kind CI script to use ipv6
108
105
- name : " IP_FAMILY"
109
106
value : " ipv6"
110
- # don't retry conformance tests
111
- - name : GINKGO_TOLERATE_FLAKES
112
- value : " n"
113
107
# we need privileged mode in order to do docker in docker
114
108
securityContext :
115
109
privileged : true
@@ -148,9 +142,6 @@ periodics:
148
142
# skip serial tests and run with --ginkgo-parallel
149
143
- name : " PARALLEL"
150
144
value : " true"
151
- # don't retry conformance tests
152
- - name : GINKGO_TOLERATE_FLAKES
153
- value : " n"
154
145
command :
155
146
- wrapper.sh
156
147
- bash
@@ -199,9 +190,6 @@ periodics:
199
190
# skip serial tests and run with --ginkgo-parallel
200
191
- name : " PARALLEL"
201
192
value : " true"
202
- # don't retry conformance tests
203
- - name : GINKGO_TOLERATE_FLAKES
204
- value : " n"
205
193
command :
206
194
- wrapper.sh
207
195
- bash
Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ periodics:
29
29
&& curl -sO https://raw.githubusercontent.com/ii/kind/ci-audit-logging/hack/ci/e2e-k8s.sh
30
30
&& bash e2e-k8s.sh
31
31
env :
32
- # don't retry conformance tests
33
- - name : GINKGO_TOLERATE_FLAKES
34
- value : " n"
35
32
- name : BUILD_TYPE
36
33
value : docker
37
34
# we need privileged mode in order to do docker in docker
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ periodics:
44
44
- name : KIND_CLUSTER_LOG_LEVEL
45
45
# Default is 4, but we want to exercise more log calls and get more output.
46
46
value : " 6"
47
- # don't retry conformance tests
48
- - name : GINKGO_TOLERATE_FLAKES
49
- value : " n"
50
47
- name : LABEL_FILTER
51
48
value : ' Conformance && !Slow && !Disruptive && !Flaky'
52
49
- name : PARALLEL
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ presubmits:
33
33
curl -sSL https://github.com/kubernetes/test-infra/raw/master/experiment/kind-logs-e2e-k8s.sh >$(which e2e-k8s.sh) &&
34
34
chmod u+x $(which e2e-k8s.sh) &&
35
35
e2e-k8s.sh
36
-
37
36
env :
38
37
# Options from https://github.com/kubernetes-sigs/kind/blob/d1eecc46e30cac9d35cd32dc52677ef75ec22e18/hack/ci/e2e-k8s.sh#L79-L83
39
38
- name : CLUSTER_LOG_FORMAT
@@ -43,9 +42,6 @@ presubmits:
43
42
value : " 6"
44
43
- name : FEATURE_GATES
45
44
value : ' {"ContextualLogging":true}'
46
- # don't retry conformance tests
47
- - name : GINKGO_TOLERATE_FLAKES
48
- value : " n"
49
45
- name : FOCUS
50
46
value : \[Conformance\]|\[Driver:.csi-hostpath\]
51
47
# TODO(bentheelder): reduce the skip list further
@@ -111,9 +107,6 @@ presubmits:
111
107
value : " 6"
112
108
- name : FEATURE_GATES
113
109
value : ' {"ContextualLogging":true}'
114
- # don't retry conformance tests
115
- - name : GINKGO_TOLERATE_FLAKES
116
- value : " n"
117
110
- name : FOCUS
118
111
value : \[Conformance\]|\[Driver:.csi-hostpath\]
119
112
# TODO(bentheelder): reduce the skip list further
Original file line number Diff line number Diff line change @@ -493,9 +493,6 @@ periodics:
493
493
- -c
494
494
- curl -sSL https://kind.sigs.k8s.io/dl/latest/linux-amd64.tgz | tar xvfz - -C "${PATH%%:*}/" && e2e-k8s.sh
495
495
env :
496
- # don't retry network tests
497
- - name : GINKGO_TOLERATE_FLAKES
498
- value : " n"
499
496
- name : KUBE_PROXY_MODE
500
497
value : " nftables"
501
498
- name : " PARALLEL"
You can’t perform that action at this time.
0 commit comments