File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 12
12
env :
13
13
SETUP_BUILDX_VERSION : " latest"
14
14
SETUP_BUILDKIT_IMAGE : " moby/buildkit:latest"
15
- CACHE_GHA_SCOPE_IT : " integration-tests"
16
- CACHE_GHA_SCOPE_BINARIES : " binaries"
17
15
TESTFLAGS : " -v --parallel=1 --timeout=30m"
18
16
19
17
jobs :
@@ -129,7 +127,7 @@ jobs:
129
127
TESTPKGS : " ${{ matrix.pkg }}"
130
128
TESTFLAGS : " ${{ env.TESTFLAGS }} --run=//worker=${{ matrix.worker }}$"
131
129
SKIP_INTEGRATION_TESTS : " ${{ matrix.skip-integration-tests }}"
132
- CACHE_FROM : " type=gha,scope=${{ env.CACHE_GHA_SCOPE_IT }} type=gha,scope=${{ env.CACHE_GHA_SCOPE_BINARIES }} "
130
+ CACHE_FROM : " type=gha,scope=build-integration-tests "
133
131
BUILDKIT_INTEGRATION_DOCKERD_FLAGS : |
134
132
--bip=10.66.66.1/24
135
133
--default-address-pool=base=10.66.66.0/16,size=24
You can’t perform that action at this time.
0 commit comments