Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to ghprbPullId for PR check #5683

Merged

Conversation

AdamBrousseau
Copy link
Contributor

  • Current check uses ghprbGhRepository which is now used for non-pr builds
  • Change to pull id as this param is only passed for old and new style pr builds

Related #2836
[skip ci]

Signed-off-by: Adam Brousseau adam.brousseau88@gmail.com

- Current check uses ghprbGhRepository which is now used for non-pr builds
- Change to pull id as this param is only passed for old and new style pr builds

Related eclipse-openj9#2836
[skip ci]

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
@AdamBrousseau
Copy link
Contributor Author

jenkins compile plinux jdk11

@AdamBrousseau
Copy link
Contributor Author

pipeline compile plinux jdk11

@AdamBrousseau
Copy link
Contributor Author

AdamBrousseau commented May 7, 2019

Nightly (non-pr):
https://ci.eclipse.org/openj9/view/Build_Nightly/job/Build_JDKnext_x86-64_linux_Nightly/28/

07:44:34  + git checkout 611c13faec7d8e53ca83572f781c8982e95c4759
07:44:34  HEAD is now at 611c13faec... Merge pull request #100 from nbhuiyan/nasm-2-11
[Pipeline] sh
07:44:39  + bash ./get_source.sh -openj9-repo=https://github.com/eclipse/openj9.git -openj9-branch=master -openj9-sha=095e5841e38387ba6ce8493e34ad08684c2c1278 -omr-repo=https://github.com/eclipse/openj9-omr.git -omr-branch=openj9 -omr-sha=209b102f725e13589eb52882e50e007cc0259c29
07:44:39  [2019-05-07 07:44:24] Get OpenJ9 sources
07:44:39  
07:44:39  Clone repository: omr
07:44:39  
07:44:39  Cloning into 'omr'...
07:45:06  
07:45:06  Clone repository: openj9
07:45:06  
07:45:06  Cloning into 'openj9'...
07:45:51  [2019-05-07 07:45:32] OpenJ9 clone repositories finished in 68 seconds
07:45:51  
07:45:51  Update omr to commit ID: 209b102f725e13589eb52882e50e007cc0259c29
07:45:51  
07:45:51  Reset branch 'openj9'
07:45:51  Your branch is up to date with 'origin/openj9'.
07:45:51  
07:45:51  Update openj9 to commit ID: 095e5841e38387ba6ce8493e34ad08684c2c1278
07:45:51  
07:45:51  Reset branch 'master'
07:45:51  Your branch is up to date with 'origin/master'.
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
07:45:51  Running in /home/jenkins/workspace/Build_JDKnext_x86-64_linux_Nightly
[Pipeline] {
[Pipeline] sh
07:45:55  + source /opt/rh/devtoolset-7/enable

Pipeline-PR:
https://ci.eclipse.org/openj9/job/Build_JDK11_ppc64le_linux_Personal/28/console

07:47:05  Look for Dependent Changes
[Pipeline] echo
07:47:05  PullRequest source repo appears to be OpenJ9
[Pipeline] echo
07:47:05  No dependent changes found
[Pipeline] sh
07:47:08  + bash ./get_source.sh --openssl-version=1.1.1a
07:47:08  [2019-05-07 07:47:06] Get OpenJ9 sources
07:47:08  
07:47:08  Clone repository: omr
07:47:08  
07:47:08  Cloning into 'omr'...
07:47:26  
07:47:26  Clone repository: openj9
07:47:26  
07:47:26  Cloning into 'openj9'...
07:47:49  [2019-05-07 07:47:48] OpenJ9 clone repositories finished in 42 seconds
07:47:49  
07:47:49  Cloning OpenSSL of version 1.1.1a
07:47:49  Cloning into 'openssl'...
07:47:58  Note: checking out 'd1c28d791a7391a8dc101713cd8646df96491d03'.
07:47:58  
07:47:58  You are in 'detached HEAD' state. You can look around, make experimental
07:47:58  changes and commit them, and you can discard any commits you make in this
07:47:58  state without impacting any branches by performing another checkout.
07:47:58  
07:47:58  If you want to create a new branch to retain commits you create, you may
07:47:58  do so (now or later) by using -b with the checkout command again. Example:
07:47:58  
07:47:58    git checkout -b <new-branch-name>
07:47:58  
[Pipeline] dir
07:48:02  Running in /home/jenkins/workspace/Build_JDK11_ppc64le_linux_Personal/openj9
[Pipeline] {
[Pipeline] sh
07:48:05  + git fetch --progress origin +refs/pull/5683/merge:refs/remotes/origin/pr/5683/merge
07:48:06  remote: Enumerating objects: 7, done.        
07:48:06  remote: Counting objects:  14% (1/7)           
remote: Counting objects:  28% (2/7)           
remote: Counting objects:  42% (3/7)           
remote: Counting objects:  57% (4/7)           
remote: Counting objects:  71% (5/7)           
remote: Counting objects:  85% (6/7)           
remote: Counting objects: 100% (7/7)           
remote: Counting objects: 100% (7/7), done.        
07:48:06  remote: Compressing objects:  50% (1/2)           
remote: Compressing objects: 100% (2/2)           
remote: Compressing objects: 100% (2/2), done.        
07:48:06  remote: Total 7 (delta 5), reused 6 (delta 5), pack-reused 0        
07:48:06  From https://github.com/eclipse/openj9
07:48:06   * [new ref]             refs/pull/5683/merge -> origin/pr/5683/merge
[Pipeline] sh
07:48:10  + git checkout refs/remotes/origin/pr/5683/merge
07:48:10  Note: checking out 'refs/remotes/origin/pr/5683/merge'.
07:48:10  
07:48:10  You are in 'detached HEAD' state. You can look around, make experimental
07:48:10  changes and commit them, and you can discard any commits you make in this
07:48:10  state without impacting any branches by performing another checkout.
07:48:10  
07:48:10  If you want to create a new branch to retain commits you create, you may
07:48:10  do so (now or later) by using -b with the checkout command again. Example:
07:48:10  
07:48:10    git checkout -b <new-branch-name>
07:48:10  
07:48:10  HEAD is now at 88816df04... Merge 6fe11c0f9e771425b59c00b9d1c3b25ef348e673 into 095e5841e38387ba6ce8493e34ad08684c2c1278
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
07:48:11  Running in /home/jenkins/workspace/Build_JDK11_ppc64le_linux_Personal
[Pipeline] {
[Pipeline] sh
07:48:14  + bash configure --with-freemarker-jar=/home/jenkins/freemarker.jar --with-boot-jdk=/usr/lib/jvm/adoptojdk-java-11 --with-openssl=fetched

Old-PR:
https://ci.eclipse.org/openj9/job/PullRequest-Compile-JDK11-linux_ppc-64_cmprssptrs_le-OpenJ9/26/console

07:44:40  Look for Dependent Changes
[Pipeline] echo
07:44:40  PullRequest source repo appears to be OpenJ9
[Pipeline] echo
07:44:40  No dependent changes found
[Pipeline] sh
07:44:45  + bash ./get_source.sh --openssl-version=1.1.1a
07:44:45  [2019-05-07 07:44:43] Get OpenJ9 sources
07:44:45  
07:44:45  Clone repository: omr
07:44:45  
07:44:45  Cloning into 'omr'...
07:45:01  
07:45:01  Clone repository: openj9
07:45:01  
07:45:01  Cloning into 'openj9'...
07:45:25  [2019-05-07 07:45:22] OpenJ9 clone repositories finished in 39 seconds
07:45:25  
07:45:25  Cloning OpenSSL of version 1.1.1a
07:45:25  Cloning into 'openssl'...
07:45:32  Note: checking out 'd1c28d791a7391a8dc101713cd8646df96491d03'.
07:45:32  
07:45:32  You are in 'detached HEAD' state. You can look around, make experimental
07:45:32  changes and commit them, and you can discard any commits you make in this
07:45:32  state without impacting any branches by performing another checkout.
07:45:32  
07:45:32  If you want to create a new branch to retain commits you create, you may
07:45:32  do so (now or later) by using -b with the checkout command again. Example:
07:45:32  
07:45:32    git checkout -b <new-branch-name>
07:45:32  
[Pipeline] dir
07:45:35  Running in /home/jenkins/workspace/PullRequest-Compile-JDK11-linux_ppc-64_cmprssptrs_le-OpenJ9/openj9
[Pipeline] {
[Pipeline] sh
07:45:38  + git fetch --progress origin +refs/pull/5683/merge:refs/remotes/origin/pr/5683/merge
07:45:39  remote: Enumerating objects: 7, done.        
07:45:39  remote: Counting objects:  14% (1/7)           
remote: Counting objects:  28% (2/7)           
remote: Counting objects:  42% (3/7)           
remote: Counting objects:  57% (4/7)           
remote: Counting objects:  71% (5/7)           
remote: Counting objects:  85% (6/7)           
remote: Counting objects: 100% (7/7)           
remote: Counting objects: 100% (7/7), done.        
07:45:39  remote: Compressing objects:  50% (1/2)           
remote: Compressing objects: 100% (2/2)           
remote: Compressing objects: 100% (2/2), done.        
07:45:39  remote: Total 7 (delta 5), reused 6 (delta 5), pack-reused 0        
07:45:39  From https://github.com/eclipse/openj9
07:45:39   * [new ref]             refs/pull/5683/merge -> origin/pr/5683/merge
[Pipeline] sh
07:45:42  + git checkout refs/remotes/origin/pr/5683/merge
07:45:42  Note: checking out 'refs/remotes/origin/pr/5683/merge'.
07:45:42  
07:45:42  You are in 'detached HEAD' state. You can look around, make experimental
07:45:42  changes and commit them, and you can discard any commits you make in this
07:45:42  state without impacting any branches by performing another checkout.
07:45:42  
07:45:42  If you want to create a new branch to retain commits you create, you may
07:45:42  do so (now or later) by using -b with the checkout command again. Example:
07:45:42  
07:45:42    git checkout -b <new-branch-name>
07:45:42  
07:45:42  HEAD is now at 88816df04... Merge 6fe11c0f9e771425b59c00b9d1c3b25ef348e673 into 095e5841e38387ba6ce8493e34ad08684c2c1278
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compile)
[Pipeline] timestamps
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] dir
07:45:44  Running in /home/jenkins/workspace/PullRequest-Compile-JDK11-linux_ppc-64_cmprssptrs_le-OpenJ9
[Pipeline] {
[Pipeline] sh
07:45:48  + bash configure --with-freemarker-jar=/home/jenkins/freemarker.jar --with-boot-jdk=/usr/lib/jvm/adoptojdk-java-11 --with-openssl=fetched

@pshipton pshipton merged commit 19db6b0 into eclipse-openj9:master May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants