Skip to content

Commit

Permalink
Fix Build scan capture Maven extension registration when using the Ma…
Browse files Browse the repository at this point in the history
…ven wrapper
  • Loading branch information
jprinet committed Dec 11, 2023
1 parent 45a7c9d commit 66889f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Initial JDK 17 Build"
wrapper-init: true
- name: Build
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -361,6 +362,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "JVM Tests - JDK ${{matrix.java.name}}"
wrapper-init: true
- name: Build
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -467,6 +469,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Maven Tests - JDK ${{matrix.java.name}}"
wrapper-init: true
- name: Build
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -563,6 +566,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Gradle Tests - JDK ${{matrix.java.name}}"
wrapper-init: true
- name: Build
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -639,6 +643,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Devtools Tests - JDK ${{matrix.java.name}}"
wrapper-init: true
- name: Build
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -724,6 +729,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Kubernetes Tests - JDK ${{matrix.java.name}}"
wrapper-init: true
- name: Build
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -796,6 +802,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Quickstarts Compilation - JDK ${{matrix.java.name}}"
wrapper-init: true
- name: Compile Quickstarts
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -859,6 +866,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Native Tests - Virtual Thread - ${{matrix.category}}"
wrapper-init: true
- name: Build
env:
TEST_MODULES: ${{matrix.test-modules}}
Expand Down Expand Up @@ -920,6 +928,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "MicroProfile TCKs Tests"
wrapper-init: true
- name: Verify
env:
CAPTURE_BUILD_SCAN: true
Expand Down Expand Up @@ -1020,6 +1029,7 @@ jobs:
with:
build-scan-capture-strategy: ON_DEMAND
job-name: "Native Tests - ${{matrix.category}}"
wrapper-init: true
- name: Build
env:
TEST_MODULES: ${{matrix.test-modules}}
Expand Down

0 comments on commit 66889f3

Please sign in to comment.