Skip to content

Commit 3d590a4

Browse files
committed
Disable PTS when running experiments
1 parent 711ead5 commit 3d590a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/scripts/lib/gradle.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ invoke_gradle() {
3232
-Dcom.gradle.enterprise.build-validation.runNum="${run_num}"
3333
-Dcom.gradle.enterprise.build-validation.scriptsVersion="${SCRIPT_VERSION}"
3434
-Dscan.capture-task-input-files=true
35+
-Dpts.enabled=false
3536
)
3637

3738
# https://stackoverflow.com/a/31485948

components/scripts/lib/maven.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ invoke_maven() {
5858
-Dcom.gradle.enterprise.build-validation.runNum="${run_num}"
5959
-Dcom.gradle.enterprise.build-validation.scriptsVersion="${SCRIPT_VERSION}"
6060
-Dgradle.scan.captureGoalInputFiles=true
61+
-Dpts.enabled=false
6162
)
6263

6364
# https://stackoverflow.com/a/31485948

0 commit comments

Comments
 (0)