File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
e2e-test :
7
7
name : test
8
8
runs-on : ubuntu-latest
9
+ timeout-minutes : 90
9
10
steps :
10
11
- name : Set up Go 1.x
11
12
uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 11
11
k3s-e2e-tests :
12
12
name : test
13
13
runs-on : ubuntu-latest
14
+ timeout-minutes : 90
14
15
steps :
15
16
- uses : actions/checkout@v4
16
17
- name : Set up Go 1.x
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ e2e-test: bash_unit dist/flanneld-e2e-$(TAG)-$(ARCH).docker
94
94
FLANNEL_DOCKER_IMAGE=$(REGISTRY ) :$(TAG ) -$(ARCH ) ./bash_unit dist/functional-test.sh
95
95
FLANNEL_DOCKER_IMAGE=$(REGISTRY ) :$(TAG ) -$(ARCH ) ./bash_unit dist/functional-test-k8s.sh
96
96
97
- k3s-e2e-test : bash_unit
97
+ k3s-e2e-test : bash_unit dist/flanneld-e2e- $( TAG ) - $( ARCH ) .docker
98
98
$(MAKE ) -C images/iperf3 ARCH=$(ARCH )
99
99
./bash_unit ./e2e/run-e2e-tests.sh
100
100
You can’t perform that action at this time.
0 commit comments