@@ -2,11 +2,6 @@ name: Build x86 Image
2
2
3
3
on :
4
4
pull_request :
5
- types :
6
- - opened
7
- - synchronize
8
- - reopened
9
- - labeled
10
5
branches :
11
6
- master
12
7
- release-*
@@ -167,7 +162,11 @@ jobs:
167
162
key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles(format('{0}/**/go.sum', env.E2E_DIR)) }}
168
163
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
169
164
170
- - run : make e2e-compile
165
+ - name : Install ginkgo
166
+ working-directory : ${{ env.E2E_DIR }}
167
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
168
+
169
+ - run : make e2e-build
171
170
working-directory : ${{ env.E2E_DIR }}
172
171
173
172
k8s-conformance-e2e :
@@ -237,6 +236,10 @@ jobs:
237
236
with :
238
237
install_only : true
239
238
239
+ - name : Install ginkgo
240
+ working-directory : ${{ env.E2E_DIR }}
241
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
242
+
240
243
- name : Download image
241
244
uses : actions/download-artifact@v3
242
245
with :
@@ -329,6 +332,10 @@ jobs:
329
332
with :
330
333
install_only : true
331
334
335
+ - name : Install ginkgo
336
+ working-directory : ${{ env.E2E_DIR }}
337
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
338
+
332
339
- name : Download image
333
340
uses : actions/download-artifact@v3
334
341
with :
@@ -393,6 +400,10 @@ jobs:
393
400
with :
394
401
install_only : true
395
402
403
+ - name : Install ginkgo
404
+ working-directory : ${{ env.E2E_DIR }}
405
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
406
+
396
407
- name : Download image
397
408
uses : actions/download-artifact@v3
398
409
with :
@@ -475,6 +486,10 @@ jobs:
475
486
with :
476
487
install_only : true
477
488
489
+ - name : Install ginkgo
490
+ working-directory : ${{ env.E2E_DIR }}
491
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
492
+
478
493
- name : Download image
479
494
uses : actions/download-artifact@v3
480
495
with :
@@ -553,6 +568,10 @@ jobs:
553
568
with :
554
569
install_only : true
555
570
571
+ - name : Install ginkgo
572
+ working-directory : ${{ env.E2E_DIR }}
573
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
574
+
556
575
- name : Download image
557
576
uses : actions/download-artifact@v3
558
577
with :
@@ -815,6 +834,10 @@ jobs:
815
834
with :
816
835
install_only : true
817
836
837
+ - name : Install ginkgo
838
+ working-directory : ${{ env.E2E_DIR }}
839
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
840
+
818
841
- name : Download image
819
842
uses : actions/download-artifact@v3
820
843
with :
@@ -906,6 +929,10 @@ jobs:
906
929
with :
907
930
install_only : true
908
931
932
+ - name : Install ginkgo
933
+ working-directory : ${{ env.E2E_DIR }}
934
+ run : go install -v -mod=mod github.com/onsi/ginkgo/v2/ginkgo
935
+
909
936
- name : Download image
910
937
uses : actions/download-artifact@v3
911
938
with :
0 commit comments