Skip to content

Commit 8f177fd

Browse files
authored
Run all experiments in cross platform tests (#357)
1 parent 8e1c078 commit 8f177fd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/cross-platform-testing.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,11 @@ jobs:
7474
- name: Run Gradle Experiment 04
7575
run: |
7676
cd gradle-enterprise-gradle-build-validation
77-
./04-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/xildcv6frocau -2 https://ge.solutions-team.gradle.com/s/m5e7tyzedn562
77+
./04-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/p4ghldkcscfwi -2 https://ge.solutions-team.gradle.com/s/jhzljnet32x5m
78+
- name: Run Gradle Experiment 05
79+
run: |
80+
cd gradle-enterprise-gradle-build-validation
81+
./05-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/p4ghldkcscfwi
7882
- name: Run Maven Experiment 01
7983
run: |
8084
cd gradle-enterprise-maven-build-validation
@@ -86,5 +90,8 @@ jobs:
8690
- name: Run Maven Experiment 03
8791
run: |
8892
cd gradle-enterprise-maven-build-validation
89-
./03-validate-remote-build-caching-ci-ci.sh -1 https://ge.solutions-team.gradle.com/s/oll3ve3wdv2t6 -2 https://ge.solutions-team.gradle.com/s/eaue4kvqnvnay
90-
93+
./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
94+
- name: Run Maven Experiment 04
95+
run: |
96+
cd gradle-enterprise-maven-build-validation
97+
./04-validate-remote-build-caching-ci-local.sh -1 https://ge.solutions-team.gradle.com/s/sysk4hrdbkja6

0 commit comments

Comments
 (0)