Skip to content

Commit

Permalink
Merge pull request #9362 from DanHeidinga/djh/releaseCommand
Browse files Browse the repository at this point in the history
Update release process to include tagging system-test
  • Loading branch information
pshipton committed Apr 24, 2020
2 parents 7b36dd2 + 8b1896b commit 12a2f7f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/processes/release_process.md
@@ -1,5 +1,5 @@
<!--
Copyright (c) 2018, 2018 IBM Corp. and others
Copyright (c) 2018, 2020 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -27,13 +27,19 @@ The OpenJ9 JVM is composed of two code repositories:
* OpenJ9 https://github.com/eclipse/openj9
* OMR https://github.com/eclipse/openj9-omr

and one has an external test repo:

* https://github.com/eclipse/openj9-systemtest

OpenJ9 needs to be combined with code from OpenJDK to create a Java SDK.
The OpenJDK code is managed in separate github repos referred to as the
"Extensions for OpenJDKx for OpenJ9". Currently there are two
extensions repos:

* JDK8 https://github.com/ibmruntimes/openj9-openjdk-jdk8
* JDK9 https://github.com/ibmruntimes/openj9-openjdk-jdk9
* JDK11 https://github.com/ibmruntimes/openj9-openjdk-jdk11
* JDK14 https://github.com/ibmruntimes/openj9-openjdk-jdk14
* JDK.next https://github.com/ibmruntimes/openj9-openjdk-jdk

OpenJ9 binaries are built by the AdoptOpenJDK community.

Expand All @@ -50,6 +56,7 @@ binaries at the correct levels have been created.
* Should not regress performance from release to release.
* Use Github releases to identify releases and link to the relevant
data.
* Should tag the openj9-systemtest repo as well so the systemtest level used to validate a build is know.


## Release cadence
Expand Down

0 comments on commit 12a2f7f

Please sign in to comment.