File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 30
30
GO_VERSION : " 1.20"
31
31
SETUP_BUILDX_VERSION : " latest"
32
32
SETUP_BUILDKIT_IMAGE : " moby/buildkit:latest"
33
- TESTFLAGS : " -v --parallel=6 --timeout=30m"
34
- GOTESTSUM_FORMAT : " standard-verbose"
35
33
36
34
jobs :
37
35
prepare :
@@ -102,6 +100,11 @@ jobs:
102
100
runs-on : ubuntu-22.04
103
101
needs :
104
102
- prepare
103
+ env :
104
+ TESTFLAGS : " -v --parallel=6 --timeout=30m"
105
+ GOTESTSUM_FORMAT : " standard-verbose"
106
+ TEST_IMAGE_BUILD : " 0"
107
+ TEST_IMAGE_ID : " buildkit-tests"
105
108
strategy :
106
109
fail-fast : false
107
110
matrix :
@@ -140,6 +143,14 @@ jobs:
140
143
version : ${{ env.SETUP_BUILDX_VERSION }}
141
144
driver-opts : image=${{ env.SETUP_BUILDKIT_IMAGE }}
142
145
buildkitd-flags : --debug
146
+ -
147
+ name : Build test image
148
+ uses : docker/bake-action@v4
149
+ with :
150
+ targets : integration-tests
151
+ set : |
152
+ *.cache-from=type=gha,scope=${{ inputs.cache_scope }}
153
+ *.output=type=docker,name=${{ env.TEST_IMAGE_ID }}
143
154
-
144
155
name : Test
145
156
continue-on-error : ${{ matrix.tags == 'nydus' }}
You can’t perform that action at this time.
0 commit comments