From 2b1232064d5f160c47ec273d3fe59d7a3bf437f6 Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Thu, 9 Jan 2025 06:21:50 -0600 Subject: [PATCH 1/4] Publish build scans to develocity.apache.org --- .mvn/develocity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml index df3cbccd2b..af391234b8 100644 --- a/.mvn/develocity.xml +++ b/.mvn/develocity.xml @@ -21,7 +21,7 @@ --> - https://ge.apache.org + https://develocity.apache.org false From 5c9a3f0b6cfda0a7548328bf42e09e0c7079188a Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Thu, 9 Jan 2025 06:21:59 -0600 Subject: [PATCH 2/4] Add a projectId --- .mvn/develocity.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml index af391234b8..1f6c77c858 100644 --- a/.mvn/develocity.xml +++ b/.mvn/develocity.xml @@ -20,6 +20,7 @@ --> + arrow https://develocity.apache.org false From 66c3270f459258cca52e12316e8c6d53eeaf3403 Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Thu, 9 Jan 2025 06:22:17 -0600 Subject: [PATCH 3/4] Use `DEVELOCITY_ACCESS_KEY` to authenticate to `develocity.apache.org` --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a61578572e..7841dd89ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,7 @@ jobs: - name: Execute Docker Build env: # Enables build caching, but not strictly required - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} run: | docker compose run \ -e CI=true \ @@ -107,12 +107,12 @@ jobs: - name: Build shell: bash env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} run: ci/scripts/build.sh $(pwd) $(pwd)/build - name: Test shell: bash env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} run: ci/scripts/test.sh $(pwd) $(pwd)/build windows: @@ -138,12 +138,12 @@ jobs: - name: Build shell: bash env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} run: ci/scripts/build.sh $(pwd) $(pwd)/build - name: Test shell: bash env: - DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }} run: ci/scripts/test.sh $(pwd) $(pwd)/build integration: From 85632b18540609f832a4b85d952d36498855c7a8 Mon Sep 17 00:00:00 2001 From: Clay Johnson Date: Thu, 9 Jan 2025 06:22:36 -0600 Subject: [PATCH 4/4] Update build scan configuration for Develocity defaults --- .mvn/develocity.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml index 1f6c77c858..298f1efcff 100644 --- a/.mvn/develocity.xml +++ b/.mvn/develocity.xml @@ -26,14 +26,12 @@ false - - true - true - true - #{isFalse(env['CI'])} - true - true + + + + + #{{'0.0.0.0'}}