Skip to content

Commit

Permalink
Rename Develocity Build Validation Scripts repository references
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Dec 16, 2024
1 parent 8219cd3 commit 8df7e16
Show file tree
Hide file tree
Showing 53 changed files with 203 additions and 203 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-androidx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set up Android SDK
uses: android-actions/setup-android@v3
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
token: ${{ secrets.GITHUB_TOKEN }}
# MergeResources and DataBindingGenBaseClassesTask are not cache relocatable when resourceDirsOutsideRootProjectDir is not empty
Expand All @@ -56,7 +56,7 @@ jobs:
git config --global core.hooksPath ~/git-hooks
if: matrix.experimentId == 3
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -67,7 +67,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -79,7 +79,7 @@ jobs:
failIfNotFullyCacheable: false
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-beam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
java-version: 8
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -50,7 +50,7 @@ jobs:
chmod +x ~/git-hooks/post-checkout
git config --global core.hooksPath ~/git-hooks
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -59,7 +59,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -69,7 +69,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-calcite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
java-version: 17
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -53,7 +53,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-geode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 8
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
chmod +x ~/git-hooks/post-checkout
git config --global core.hooksPath ~/git-hooks
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -48,7 +48,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -58,7 +58,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-groovy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
java-version: 17
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -42,7 +42,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -52,7 +52,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-experiments-apache-james.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
java-version: 21
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/maven/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -46,7 +46,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/maven/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-jmeter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 17
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
chmod +x ~/git-hooks/post-checkout
git config --global core.hooksPath ~/git-hooks
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -48,7 +48,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -58,7 +58,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 17
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -39,7 +39,7 @@ jobs:
chmod +x ~/git-hooks/post-checkout
git config --global core.hooksPath ~/git-hooks
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -48,7 +48,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -58,7 +58,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-lucene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
java-version: 17
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -43,7 +43,7 @@ jobs:
enableGradleEnterprise: true
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -54,7 +54,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-ofbiz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
java-version: 17
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -42,7 +42,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -52,7 +52,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/run-experiments-apache-openwhisk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
java-version: 11
distribution: "temurin"
- name: Download latest version of the validation scripts
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/download@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/download@actions-stable
with:
downloadDevelopmentRelease: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run experiment 1
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-1@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -42,7 +42,7 @@ jobs:
develocityUrl: ${{ env.DEVELOCITY_URL }}
if: matrix.experimentId == 1
- name: Run experiment 2
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-2@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand All @@ -52,7 +52,7 @@ jobs:
failIfNotFullyCacheable: true
if: matrix.experimentId == 2
- name: Run experiment 3
uses: gradle/gradle-enterprise-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
uses: gradle/develocity-build-validation-scripts/.github/actions/gradle/experiment-3@actions-stable
env:
DEVELOCITY_ACCESS_KEY: "${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}"
with:
Expand Down
Loading

0 comments on commit 8df7e16

Please sign in to comment.