Skip to content

Commit

Permalink
Merge pull request #492 from karianna/remove_legacy_builds
Browse files Browse the repository at this point in the history
Move over most 10 jobs to the new pipeline
  • Loading branch information
johnoliver authored Sep 11, 2018
2 parents 079f332 + 6a84e28 commit 0f89fc4
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 24 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# This Branch is a legacy branch!!

Jobs are currently being migrated to the
[new_build_scripts](https://github.com/AdoptOpenJDK/openjdk-build/tree/new_build_scripts) branch.

If you're looking to make fixes or additions to the build scripts please do so
on the [new_build_scripts](https://github.com/AdoptOpenJDK/openjdk-build/tree/new_build_scripts) branch
first and only backport to this legacy branch if required.

**11th of Sept 2018**

At time of writing the new_build_scripts branch are building most jdk10 jobs

<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
---


# Repository for code and instructions for building OpenJDK

[![Build Status](https://travis-ci.org/AdoptOpenJDK/openjdk-build.svg?branch=master)](https://travis-ci.org/AdoptOpenJDK/openjdk-build) [![Slack](https://slackin-jmnmplfpdu.now.sh/badge.svg)](https://slackin-jmnmplfpdu.now.sh/)
Expand Down
15 changes: 8 additions & 7 deletions pipelines/openjdk10_nightly_pipeline.groovy
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
println "building ${JDK_VERSION}"

def buildPlatforms = ['Mac', 'Windows', 'Linux', 'zLinux', 'ppc64le', 'AIX', 'arm32','aarch64']
//def buildPlatforms = ['Mac', 'Windows', 'Linux', 'zLinux', 'ppc64le', 'AIX', 'arm32','aarch64']
def buildPlatforms = ['ppc64le', 'arm32']
def buildMaps = [:]
def PIPELINE_TIMESTAMP = new Date(currentBuild.startTimeInMillis).format("yyyyMMddHHmm")

buildMaps['Mac'] = [test:['openjdktest', 'systemtest'], ArchOSs:'x86-64_macos']
buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
buildMaps['Linux'] = [test:['openjdktest', 'systemtest', 'externaltest'], ArchOSs:'x86-64_linux']
buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
//buildMaps['Mac'] = [test:['openjdktest', 'systemtest'], ArchOSs:'x86-64_macos']
//buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
//buildMaps['Linux'] = [test:['openjdktest', 'systemtest', 'externaltest'], ArchOSs:'x86-64_linux']
//buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
buildMaps['ppc64le'] = [test:['openjdktest', 'systemtest'], ArchOSs:'ppc64le_linux']
buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
//buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
buildMaps['arm32'] = [test:false, ArchOSs:'arm32_linux']
buildMaps['aarch64'] = [test:['openjdktest'], ArchOSs:'aarch64_linux']
//buildMaps['aarch64'] = [test:['openjdktest'], ArchOSs:'aarch64_linux']

def jobs = [:]
for ( int i = 0; i < buildPlatforms.size(); i++ ) {
Expand Down
11 changes: 6 additions & 5 deletions pipelines/openjdk10_openj9_nightly_pipeline.groovy
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
println "building ${JDK_VERSION}"

def buildPlatforms = ['Linux', 'zLinux', 'ppc64le', 'AIX', "Windows"]
//def buildPlatforms = ['Linux', 'zLinux', 'ppc64le', 'AIX', "Windows"]
def buildPlatforms = ['ppc64le']
def buildMaps = [:]
def PIPELINE_TIMESTAMP = new Date(currentBuild.startTimeInMillis).format("yyyyMMddHHmm")

buildMaps['Linux'] = [test:['openjdktest', 'systemtest', 'externaltest'], ArchOSs:'x86-64_linux']
buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
//buildMaps['Linux'] = [test:['openjdktest', 'systemtest', 'externaltest'], ArchOSs:'x86-64_linux']
//buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
buildMaps['ppc64le'] = [test:['openjdktest', 'systemtest'], ArchOSs:'ppc64le_linux']
buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
//buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
//buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
def typeTests = ['openjdktest', 'systemtest']

def jobs = [:]
Expand Down
11 changes: 6 additions & 5 deletions pipelines/openjdk10_openj9_release_pipeline.groovy
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
println "building ${JDK_TAG}"

def buildPlatforms = ['Linux', 'zLinux', 'ppc64le', 'AIX', "Windows"]
//def buildPlatforms = ['Linux', 'zLinux', 'ppc64le', 'AIX', "Windows"]
def buildPlatforms = ['ppc64le']
def buildMaps = [:]
def PIPELINE_TIMESTAMP = new Date(currentBuild.startTimeInMillis).format("yyyyMMddHHmm")

buildMaps['Linux'] = [test:['openjdktest', 'systemtest', 'externaltest'], ArchOSs:'x86-64_linux']
buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
//buildMaps['Linux'] = [test:['openjdktest', 'systemtest', 'externaltest'], ArchOSs:'x86-64_linux']
//buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
buildMaps['ppc64le'] = [test:['openjdktest', 'systemtest'], ArchOSs:'ppc64le_linux']
buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
//buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
//buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
def typeTests = ['openjdktest', 'systemtest']

def jobs = [:]
Expand Down
15 changes: 8 additions & 7 deletions pipelines/openjdk10_release_pipeline.groovy
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
println "building ${JDK_VERSION}"

def buildPlatforms = ['Mac', 'Windows', 'Linux', 'zLinux', 'ppc64le', 'AIX', 'arm32', 'aarch64']
//def buildPlatforms = ['Mac', 'Windows', 'Linux', 'zLinux', 'ppc64le', 'AIX', 'arm32', 'aarch64']
def buildPlatforms = ['ppc64le', 'AIX', 'arm32']
def buildMaps = [:]
def PIPELINE_TIMESTAMP = new Date(currentBuild.startTimeInMillis).format("yyyyMMddHHmm")

buildMaps['Mac'] = [test:['openjdktest', 'systemtest'], ArchOSs:'x86-64_macos']
buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
buildMaps['Linux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'x86-64_linux']
buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
//buildMaps['Mac'] = [test:['openjdktest', 'systemtest'], ArchOSs:'x86-64_macos']
//buildMaps['Windows'] = [test:['openjdktest'], ArchOSs:'x86-64_windows']
//buildMaps['Linux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'x86-64_linux']
//buildMaps['zLinux'] = [test:['openjdktest', 'systemtest'], ArchOSs:'s390x_linux']
buildMaps['ppc64le'] = [test:['openjdktest', 'systemtest'], ArchOSs:'ppc64le_linux']
buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
//buildMaps['AIX'] = [test:false, ArchOSs:'ppc64_aix']
buildMaps['arm32'] = [test:false, ArchOSs:'arm32_linux']
buildMaps['aarch64'] = [test:['openjdktest'], ArchOSs:'aarch64_linux']
//buildMaps['aarch64'] = [test:['openjdktest'], ArchOSs:'aarch64_linux']

def jobs = [:]
for ( int i = 0; i < buildPlatforms.size(); i++ ) {
Expand Down

0 comments on commit 0f89fc4

Please sign in to comment.