File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
- ' deps/**'
17
17
- ' finch.yaml.d/**'
18
18
- ' winres'
19
+ - ' Makefile*'
19
20
- ' !contrib/hello-finch/**'
20
21
pull_request :
21
22
branches :
31
32
- ' deps/**'
32
33
- ' finch.yaml.d/**'
33
34
- ' winres'
35
+ - ' Makefile*'
34
36
- ' !contrib/hello-finch/**'
35
37
workflow_dispatch :
36
38
permissions :
Original file line number Diff line number Diff line change @@ -266,15 +266,15 @@ test-e2e: test-e2e-vm-serial test-e2e-container
266
266
267
267
.PHONY : test-e2e-vm-serial
268
268
test-e2e-vm-serial :
269
- go test -ldflags $(LDFLAGS ) -timeout 2h ./e2e/vm -test.v -ginkgo.v -ginkgo.timeout=2h --installed=" $( INSTALLED) "
269
+ go test -ldflags $(LDFLAGS ) -timeout 2h ./e2e/vm -test.v -ginkgo.v -ginkgo.timeout=2h -ginkgo.flake-attempts=3 - -installed=" $( INSTALLED) "
270
270
271
271
.PHONY : test-e2e-container
272
272
test-e2e-container :
273
- go test -ldflags $(LDFLAGS ) -timeout 2h ./e2e/container -test.v -ginkgo.v -ginkgo.timeout=2h --installed=" $( INSTALLED) "
273
+ go test -ldflags $(LDFLAGS ) -timeout 2h ./e2e/container -test.v -ginkgo.v -ginkgo.timeout=2h -ginkgo.flake-attempts=3 - -installed=" $( INSTALLED) "
274
274
275
275
.PHONY : test-e2e-vm
276
276
test-e2e-vm :
277
- go test -ldflags $(LDFLAGS ) -timeout 2h ./e2e/vm -test.v -ginkgo.v -ginkgo.timeout=2h --installed=" $( INSTALLED) " --registry=" $( REGISTRY) "
277
+ go test -ldflags $(LDFLAGS ) -timeout 2h ./e2e/vm -test.v -ginkgo.v -ginkgo.timeout=2h -ginkgo.flake-attempts=3 - -installed=" $( INSTALLED) " --registry=" $( REGISTRY) "
278
278
279
279
.PHONY : test-benchmark
280
280
test-benchmark :
You can’t perform that action at this time.
0 commit comments