Skip to content

Commit d79d605

Browse files
committed
Add '-B' argument to Maven cross version tests
1 parent ff3ab59 commit d79d605

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cross-platform-testing-build-from-source.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ jobs:
108108
run: ./05-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/dgndhzndrffks -s https://ge.solutions-team.gradle.com -u https://ge.solutions-team.gradle.com/cache/
109109
- name: Run Maven Experiment 01
110110
working-directory: develocity-maven-build-validation
111-
run: ./01-validate-local-build-caching-same-location.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com
111+
run: ./01-validate-local-build-caching-same-location.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com -a '-B'
112112
- name: Run Maven Experiment 02
113113
working-directory: develocity-maven-build-validation
114-
run: ./02-validate-local-build-caching-different-locations.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com
114+
run: ./02-validate-local-build-caching-different-locations.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com -a '-B'
115115
- name: Run Maven Experiment 03
116116
working-directory: develocity-maven-build-validation
117117
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
118118
- name: Run Maven Experiment 04
119119
working-directory: develocity-maven-build-validation
120-
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/4zpdvd2l2ualu -s https://ge.solutions-team.gradle.com
120+
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/4zpdvd2l2ualu -s https://ge.solutions-team.gradle.com -a '-B'

.github/workflows/cross-platform-testing-use-development-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
run: ./05-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/dgndhzndrffks -s https://ge.solutions-team.gradle.com -u https://ge.solutions-team.gradle.com/cache/
8282
- name: Run Maven Experiment 01
8383
working-directory: develocity-maven-build-validation
84-
run: ./01-validate-local-build-caching-same-location.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com
84+
run: ./01-validate-local-build-caching-same-location.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com -a '-B'
8585
- name: Run Maven Experiment 02
8686
working-directory: develocity-maven-build-validation
87-
run: ./02-validate-local-build-caching-different-locations.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com
87+
run: ./02-validate-local-build-caching-different-locations.sh -r https://github.com/gradle/maven-build-scan-quickstart.git -g test -s https://ge.solutions-team.gradle.com -a '-B'
8888
- name: Run Maven Experiment 03
8989
working-directory: develocity-maven-build-validation
9090
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
9191
- name: Run Maven Experiment 04
9292
working-directory: develocity-maven-build-validation
93-
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/4zpdvd2l2ualu -s https://ge.solutions-team.gradle.com
93+
run: ./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/4zpdvd2l2ualu -s https://ge.solutions-team.gradle.com -a '-B'

0 commit comments

Comments
 (0)