Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Local gradle build cache collisions #2778

Merged
merged 2 commits into from May 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/ci-examples.yml
Expand Up @@ -25,7 +25,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-testmatrix-examples-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-testmatrix-examples-
${{ runner.os }}-gradle-home-
- id: set-matrix
working-directory: ./examples/
env:
Expand Down Expand Up @@ -54,8 +53,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-examples-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-examples-
- name: Clear existing docker image cache
run: docker image prune -af
- name: Build and test Examples with Gradle (${{matrix.gradle_args}})
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -25,7 +25,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-testmatrix-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-testmatrix-
${{ runner.os }}-gradle-home-
- id: set-matrix
env:
# Since we override the tests executor,
Expand Down Expand Up @@ -53,8 +52,6 @@ jobs:
key: ${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-${{matrix.gradle_args}}_check-
${{ runner.os }}-gradle-home-
- name: Clear existing docker image cache
run: docker image prune -af
- name: Build and test with Gradle (${{matrix.gradle_args}})
Expand Down