Skip to content

Commit

Permalink
Adds DOCKER_IMAGES_CACHE_FOLDER info
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Dec 21, 2023
1 parent cb2588c commit 13adc64
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/template.flink-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ env:
# directory /home/runner/work.
MAVEN_REPO_FOLDER: /__w/flink/flink/.m2/repository
MAVEN_ARGS: -Dmaven.repo.local=/__w/flink/flink/.m2/repository
# required by tools/azure-pipelines/cache_docker_images.sh
DOCKER_IMAGES_CACHE_FOLDER: /__w/flink/flink/.docker-cache
FLINK_ARTIFACT_DIR: /__w/flink/artifacts
FLINK_ARTIFACT_FILENAME: flink_artifacts.tar.gz
DOCKER_IMAGES_CACHE_FOLDER: /__w/flink/flink/.docker-cache

jobs:
compile:
Expand Down Expand Up @@ -283,11 +284,12 @@ jobs:
E2E_CACHE_FOLDER: ${{ github.workspace }}/.e2e-cache
# required by common_artifact_download_cacher.sh in flink-end-to-end-tests/test-scripts
E2E_TARBALL_CACHE: ${{ github.workspace }}/.e2e-tarbal-cache
# required by tools/azure-pipelines/cache_docker_images.sh
DOCKER_IMAGES_CACHE_FOLDER: ${{ github.workspace }}/.docker-cache
MAVEN_REPO_FOLDER: ${{ github.workspace }}/.m2/repository
MAVEN_ARGS: -Dmaven.repo.local=${{ github.workspace }}/.m2/repository
FLINK_ARTIFACT_DIR: ${{ github.workspace }}
FLINK_ARTIFACT_FILENAME: flink_artifacts.tar.gz
DOCKER_IMAGES_CACHE_FOLDER: ${{ github.workspace }}/.docker-cache
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 13adc64

Please sign in to comment.