From b1181abfda1814715c71db47edffb3e751d7dbe2 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Fri, 20 Dec 2024 11:19:20 -0600 Subject: [PATCH] Use new build scans for Maven CI/Local testing --- .github/workflows/cross-platform-testing-build-from-source.yml | 2 +- .../cross-platform-testing-use-development-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross-platform-testing-build-from-source.yml b/.github/workflows/cross-platform-testing-build-from-source.yml index f0e0622b..9d6d1593 100644 --- a/.github/workflows/cross-platform-testing-build-from-source.yml +++ b/.github/workflows/cross-platform-testing-build-from-source.yml @@ -113,4 +113,4 @@ jobs: run: ./03-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6 -2 https://ge.solutions-team.gradle.com/s/f7yfwfxqzg5us - name: Run Maven Experiment 04 working-directory: develocity-maven-build-validation - run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/hwt4rrrisdq4i -e -s https://ge.solutions-team.gradle.com + run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -e -s https://ge.solutions-team.gradle.com diff --git a/.github/workflows/cross-platform-testing-use-development-release.yml b/.github/workflows/cross-platform-testing-use-development-release.yml index 371c779b..fc8c5b36 100644 --- a/.github/workflows/cross-platform-testing-use-development-release.yml +++ b/.github/workflows/cross-platform-testing-use-development-release.yml @@ -90,4 +90,4 @@ jobs: run: ./03-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6 -2 https://ge.solutions-team.gradle.com/s/f7yfwfxqzg5us - name: Run Maven Experiment 04 working-directory: develocity-maven-build-validation - run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/hwt4rrrisdq4i -e -s https://ge.solutions-team.gradle.com + run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/pmyw25ry3h4ao -e -s https://ge.solutions-team.gradle.com