Skip to content

Commit 6552f6b

Browse files
committed
Use workaround for Github Actions Docker cache
1 parent 461a4ac commit 6552f6b

14 files changed

+0
-112
lines changed

.github/workflows/clickhouse-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile clickhouse up -d --wait --wait-timeout 200

.github/workflows/ftp-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile ftp up -d --wait --wait-timeout 200

.github/workflows/ftps-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile ftps up -d --wait --wait-timeout 200

.github/workflows/hdfs-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile hdfs up -d --wait --wait-timeout 200

.github/workflows/hive-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile hive up -d --wait --wait-timeout 200

.github/workflows/iceberg-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile iceberg up -d --wait --wait-timeout 200

.github/workflows/mssql-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile mssql up -d --wait --wait-timeout 200

.github/workflows/mysql-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile mysql up -d --wait --wait-timeout 200

.github/workflows/oracle-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile oracle up -d --wait --wait-timeout 200

.github/workflows/s3-tests.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ jobs:
4444
load: true
4545
cache-from: type=local,src=${{ runner.temp }}/.buildx-cache
4646

47-
# Temp fix
48-
# https://github.com/docker/build-push-action/issues/252
49-
# https://github.com/moby/buildkit/issues/1896
50-
- name: Move cache
51-
run: |
52-
rm -rf ${{ runner.temp }}/.buildx-cache
53-
mv ${{ runner.temp }}/.buildx-cache-new ${{ runner.temp }}/.buildx-cache
54-
5547
- name: Start worker
5648
run: |
5749
docker compose -f docker-compose.test.yml --profile s3 up -d --wait --wait-timeout 200

0 commit comments

Comments
 (0)