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 55ce57c57e7 Revert "info switch"
new a4e7812b225 Merge pull request #23911 from kileys/revertrelease
55ce57c57e7 is described below
commit 55ce57c57e7f28f919078116344be60073ae97b3
Author: kileys <[email protected]>
AuthorDate: Mon Oct 31 23:06:45 2022 +0000
Revert "info switch"
This reverts commit 4adde54edc4a1aa01b8a20d5b1dc7f268ca09342.
---
.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, 1 insertion(+), 3 deletions(-)
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 fc2a2f0968f..e65bc273431 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java11.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java11.groovy
@@ -43,8 +43,7 @@
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('--info')
+ switches('-Pmaven_home=/home/jenkins/tools/maven/apache-maven-3.5.4')
}
}
}
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 42baf960311..4e26c164319 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java17.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_Jpms_Dataflow_Java17.groovy
@@ -46,7 +46,6 @@
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')
}
}
}