[
https://issues.apache.org/jira/browse/BEAM-1544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16017805#comment-16017805
]
ASF GitHub Bot commented on BEAM-1544:
--------------------------------------
GitHub user markflyhigh opened a pull request:
https://github.com/apache/beam/pull/3184
[BEAM-1544] Java cross-JDK version tests on Jenkins
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
- [x] Make sure the PR title is formatted like:
`[BEAM-<Jira issue #>] Description of pull request`
- [ ] Make sure tests pass via `mvn clean verify`.
- [ ] Replace `<Jira issue #>` in the title with the actual Jira issue
number, if there is one.
- [ ] If this contribution is large, please file an Apache
[Individual Contributor License
Agreement](https://www.apache.org/licenses/icla.pdf).
---
Bring Java JDK versions test to Jenkins as postcommit test.
Currently we have four JDK versions configured on Beam Jenkins:
- JDK 1.8 (latest)
- JDK 1.7 (latest)
- OpenJDK 7 (on Ubuntu only)
- OpenJDK 8 (on Ubuntu only)
Since `beam_PostCommit_Java_MavenInstall` is running on `JDK 1.8 (latest)`,
this test will covers the rest of three JDK versions. The same as
`beam_PostCommit_Java_MavenInstall`, it's triggered by merge and send
notification to commits@ if build is failed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/markflyhigh/incubator-beam jdk-version-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3184.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3184
----
commit 836274d76bdc3142e5fde9aa526ab5171345b7db
Author: Mark Liu <[email protected]>
Date: 2017-05-19T18:24:15Z
[BEAM-1544] Java cross-JDK version tests on Jenkins
----
> Move Java cross-JDK tests from Travis to Jenkins
> ------------------------------------------------
>
> Key: BEAM-1544
> URL: https://issues.apache.org/jira/browse/BEAM-1544
> Project: Beam
> Issue Type: Task
> Components: build-system, testing
> Reporter: Mark Liu
> Assignee: Mark Liu
>
> JDK versions we test in Travis:
> JDK 1.8 (latest)
> JDK 1.7 (latest)
> OpenJDK 7 (on Ubuntu only)
> OpenJDK 8 (on Ubuntu only)
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)