ci: re-enable GHA caching
Reverts #875 since moby/buildkit#2276 is now closed. Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
0dbf4d4dbc
commit
4cce3de9df
18
.github/workflows/ci.yml
vendored
18
.github/workflows/ci.yml
vendored
@ -97,7 +97,13 @@ jobs:
|
|||||||
mkdir -p ~/.config/dagger
|
mkdir -p ~/.config/dagger
|
||||||
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
||||||
|
|
||||||
|
- name: Expose GitHub Runtime
|
||||||
|
uses: crazy-max/ghaction-github-runtime@v1
|
||||||
|
|
||||||
- name: Integration test
|
- name: Integration test
|
||||||
|
env:
|
||||||
|
DAGGER_CACHE_TO: "type=gha,scope=integration"
|
||||||
|
DAGGER_CACHE_FROM: "type=gha,scope=integration"
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
make core-integration
|
make core-integration
|
||||||
@ -151,7 +157,13 @@ jobs:
|
|||||||
aws --endpoint-url=http://localhost:4566 s3 mb s3://dagger-ci
|
aws --endpoint-url=http://localhost:4566 s3 mb s3://dagger-ci
|
||||||
aws --endpoint-url=http://localhost:4566 ecr create-repository --repository-name dagger-ci
|
aws --endpoint-url=http://localhost:4566 ecr create-repository --repository-name dagger-ci
|
||||||
|
|
||||||
|
- name: Expose GitHub Runtime
|
||||||
|
uses: crazy-max/ghaction-github-runtime@v1
|
||||||
|
|
||||||
- name: Universe Test
|
- name: Universe Test
|
||||||
|
env:
|
||||||
|
DAGGER_CACHE_TO: "type=gha,scope=universe"
|
||||||
|
DAGGER_CACHE_FROM: "type=gha,scope=universe"
|
||||||
run: |
|
run: |
|
||||||
make universe-test
|
make universe-test
|
||||||
|
|
||||||
@ -252,6 +264,12 @@ jobs:
|
|||||||
mkdir -p ~/.config/dagger
|
mkdir -p ~/.config/dagger
|
||||||
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
echo "$DAGGER_AGE_KEY" > ~/.config/dagger/keys.txt
|
||||||
|
|
||||||
|
- name: Expose GitHub Runtime
|
||||||
|
uses: crazy-max/ghaction-github-runtime@v1
|
||||||
|
|
||||||
- name: Documentation Test
|
- name: Documentation Test
|
||||||
|
env:
|
||||||
|
DAGGER_CACHE_TO: "type=gha,scope=docs"
|
||||||
|
DAGGER_CACHE_FROM: "type=gha,scope=docs"
|
||||||
run: |
|
run: |
|
||||||
make doc-test
|
make doc-test
|
||||||
|
Reference in New Issue
Block a user