From 3252e655d0435368e6645f3fb919ce2c7a2c9cbb Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 10 Apr 2024 20:07:14 -0600 Subject: [PATCH] Ensure each integ-test gets a unique cache-key-prefix --- .github/workflows/integ-test-cache-cleanup.yml | 2 +- .github/workflows/integ-test-caching-config.yml | 2 +- .github/workflows/integ-test-dependency-submission-failures.yml | 2 +- .github/workflows/integ-test-dependency-submission.yml | 2 +- .../workflows/integ-test-restore-containerized-gradle-home.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integ-test-cache-cleanup.yml b/.github/workflows/integ-test-cache-cleanup.yml index 575af8b..5710b56 100644 --- a/.github/workflows/integ-test-cache-cleanup.yml +++ b/.github/workflows/integ-test-cache-cleanup.yml @@ -10,7 +10,7 @@ on: default: '["ubuntu-latest", "windows-latest", "macos-latest"]' env: - GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: integ-test-cache-cleanup-${{ inputs.cache-key-prefix }} + GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: cache-cleanup-${{ inputs.cache-key-prefix }} jobs: full-build: diff --git a/.github/workflows/integ-test-caching-config.yml b/.github/workflows/integ-test-caching-config.yml index e1afc0c..3fa4901 100644 --- a/.github/workflows/integ-test-caching-config.yml +++ b/.github/workflows/integ-test-caching-config.yml @@ -10,7 +10,7 @@ on: default: '["ubuntu-latest", "windows-latest", "macos-latest"]' env: - GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: action-inputs-caching-${{ inputs.cache-key-prefix }} + GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: caching-config-${{ inputs.cache-key-prefix }} jobs: seed-build: diff --git a/.github/workflows/integ-test-dependency-submission-failures.yml b/.github/workflows/integ-test-dependency-submission-failures.yml index 05246e4..3978248 100644 --- a/.github/workflows/integ-test-dependency-submission-failures.yml +++ b/.github/workflows/integ-test-dependency-submission-failures.yml @@ -10,7 +10,7 @@ on: default: '["ubuntu-latest"]' env: - GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }} + GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-submission-failures-${{ inputs.cache-key-prefix }} jobs: failing-build: diff --git a/.github/workflows/integ-test-dependency-submission.yml b/.github/workflows/integ-test-dependency-submission.yml index 5e4ec0f..5e4a9f5 100644 --- a/.github/workflows/integ-test-dependency-submission.yml +++ b/.github/workflows/integ-test-dependency-submission.yml @@ -13,7 +13,7 @@ permissions: contents: write env: - GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-graph-${{ inputs.cache-key-prefix }} + GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: dependency-submission-${{ inputs.cache-key-prefix }} jobs: groovy-generate-and-upload: diff --git a/.github/workflows/integ-test-restore-containerized-gradle-home.yml b/.github/workflows/integ-test-restore-containerized-gradle-home.yml index a485494..6f9595a 100644 --- a/.github/workflows/integ-test-restore-containerized-gradle-home.yml +++ b/.github/workflows/integ-test-restore-containerized-gradle-home.yml @@ -7,7 +7,7 @@ on: type: string env: - GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-custom-gradle-home-${{ inputs.cache-key-prefix }} + GRADLE_BUILD_ACTION_CACHE_KEY_PREFIX: restore-containerized-gradle-home-${{ inputs.cache-key-prefix }} jobs: seed-build: