Skip to content

Commit bfb4f60

Browse files
author
Anuraag Agrawal
authored
Set jobid for build cache. (open-telemetry#3449)
1 parent 49c6d7f commit bfb4f60

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
java-version: 11
5757
- uses: burrunan/gradle-cache-action@v1.10
5858
with:
59+
job-id: jdk${{ matrix.test-java-version }}
5960
remote-build-cache-proxy-enabled: false
6061
arguments: build --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
6162
properties: |
@@ -85,6 +86,7 @@ jobs:
8586
java-version: 11
8687
- uses: burrunan/gradle-cache-action@v1.10
8788
with:
89+
job-id: jdk11
8890
remote-build-cache-proxy-enabled: false
8991
arguments: snapshot --stacktrace
9092
env:

.github/workflows/pr-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
java-version: 11
5757
- uses: burrunan/gradle-cache-action@v1.10
5858
with:
59+
job-id: jdk${{ matrix.test-java-version }}
5960
remote-build-cache-proxy-enabled: false
6061
arguments: build --stacktrace ${{ matrix.coverage && 'jacocoTestReport' || '' }}
6162
properties: |

0 commit comments

Comments
 (0)