@@ -172,7 +172,7 @@ jobs:
172
172
path : |
173
173
~/.cache/go-build
174
174
~/go/pkg/mod
175
- key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles('${{ env.E2E_DIR }} /**/go.sum') }}
175
+ key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles(format('{0} /**/go.sum', env.E2E_DIR) ) }}
176
176
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
177
177
178
178
- name : Build e2e binaries
@@ -207,7 +207,7 @@ jobs:
207
207
- name : Run E2E
208
208
working-directory : ${{ env.E2E_DIR }}
209
209
env :
210
- E2E_BRANCH : ${{ matrix.branch }}
210
+ E2E_BRANCH : ${{ github.base_ref || github.ref_name }}
211
211
E2E_IP_FAMILY : ${{ matrix.ip-family }}
212
212
E2E_NETWORK_MODE : ${{ matrix.mode }}
213
213
run : make k8s-conformance-e2e
@@ -265,7 +265,7 @@ jobs:
265
265
path : |
266
266
~/.cache/go-build
267
267
~/go/pkg/mod
268
- key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles('${{ env.E2E_DIR }} /**/go.sum') }}
268
+ key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles(format('{0} /**/go.sum', env.E2E_DIR) ) }}
269
269
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
270
270
271
271
- name : Build e2e binaries
@@ -414,7 +414,7 @@ jobs:
414
414
path : |
415
415
~/.cache/go-build
416
416
~/go/pkg/mod
417
- key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles('${{ env.E2E_DIR }} /**/go.sum') }}
417
+ key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles(format('{0} /**/go.sum', env.E2E_DIR) ) }}
418
418
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
419
419
420
420
- name : Build e2e binaries
@@ -495,7 +495,7 @@ jobs:
495
495
path : |
496
496
~/.cache/go-build
497
497
~/go/pkg/mod
498
- key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles('${{ env.E2E_DIR }} /**/go.sum') }}
498
+ key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles(format('{0} /**/go.sum', env.E2E_DIR) ) }}
499
499
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
500
500
501
501
- name : Build e2e binaries
@@ -764,7 +764,7 @@ jobs:
764
764
path : |
765
765
~/.cache/go-build
766
766
~/go/pkg/mod
767
- key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles('${{ env.E2E_DIR }} /**/go.sum') }}
767
+ key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles(format('{0} /**/go.sum', env.E2E_DIR) ) }}
768
768
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
769
769
770
770
- name : Build e2e binaries
@@ -857,7 +857,7 @@ jobs:
857
857
path : |
858
858
~/.cache/go-build
859
859
~/go/pkg/mod
860
- key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles('${{ env.E2E_DIR }} /**/go.sum') }}
860
+ key : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-${{ hashFiles(format('{0} /**/go.sum', env.E2E_DIR) ) }}
861
861
restore-keys : ${{ runner.os }}-e2e-${{ env.GO_FULL_VER }}-x86-
862
862
863
863
- name : Build e2e binaries
0 commit comments