This is an automated email from the ASF dual-hosted git repository.
kileysok pushed a commit to branch release-2.43.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.43.0 by this push:
new 4adde54edc4 info switch
4adde54edc4 is described below
commit 4adde54edc4a1aa01b8a20d5b1dc7f268ca09342
Author: kileys <[email protected]>
AuthorDate: Mon Oct 31 23:05:11 2022 +0000
info switch
---
.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java11.groovy | 3 ++-
.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java17.groovy | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git
a/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java11.groovy
b/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java11.groovy
index e65bc273431..fc2a2f0968f 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java11.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java11.groovy
@@ -43,7 +43,8 @@
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_Jpms_Dataflow_Java11',
commonJobProperties.setGradleSwitches(delegate)
switches("-Dorg.gradle.java.home=${commonJobProperties.JAVA_11_HOME}")
// Specify maven home on Jenkins, needed by Maven archetype
integration tests.
- switches('-Pmaven_home=/home/jenkins/tools/maven/apache-maven-3.5.4')
+
switches('-Pmaven_home=/home/jenkins/tools/maven/apache-maven-3.5.4')
+ switches('--info')
}
}
}
diff --git
a/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java17.groovy
b/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java17.groovy
index 4e26c164319..42baf960311 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java17.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java17.groovy
@@ -46,6 +46,7 @@
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_Jpms_Dataflow_Java17',
switches("-Pjava17Home=${commonJobProperties.JAVA_17_HOME}")
// Specify maven home on Jenkins, needed by Maven archetype
integration tests.
switches('-Pmaven_home=/home/jenkins/tools/maven/apache-maven-3.5.4')
+ switches('--info')
}
}
}