Skip to content

Commit 93a4b01

Browse files
Merge pull request eclipse-openj9#20254 from hzongaro/pr-build-guidance
Update test descriptions to include sanity.openjdk
2 parents d471e57 + 9a56b68 commit 93a4b01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

buildenv/jenkins/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This folder contains Jenkins pipeline scripts that are used in the OpenJ9 Jenkin
2828

2929
- You can request a PR build to do compile or compile & test
3030
- Current supported test levels are sanity & extended
31-
- Current supported test groups are functional & system
31+
- Current supported test groups are functional, openjdk & system
3232
- Current available platforms are
3333
- Linux on x86-64
3434
- Spec: x86-64_linux
@@ -89,12 +89,12 @@ This folder contains Jenkins pipeline scripts that are used in the OpenJ9 Jenkin
8989
- Format: `Jenkins <build type> <level>.<group>[+<test_flag>] <platform>[,<platform>,...,<platform>] jdk<version>[,jdk<version>,...,jdk<version>]`
9090
- `<build type>` is compile | test
9191
- `<level>` is sanity | extended (required only for "test" `<build type>`)
92-
- `<group>` is functional | system
92+
- `<group>` is functional | openjdk | system
9393
- `<test_flag>` Optional: any TEST_FLAG is supported. See notes below.
9494
- `<platform>` is one of the (short or full) platform names above
9595
- `<version>` is the number of the supported release, e.g. 8 | 11 | next
9696
- Note: You can use keyword `all` for platform but not for test level/type or JDK versions.
97-
- Note: For backward compatibility `<level>.<test type>` equal to `sanity` or `extended` is acceptable and will map to `sanity.functional` and `extended.functional` respectively.
97+
- Note: For backward compatibility `<level>.<test type>` equal to `sanity` or `extended` is acceptable; `sanity` will map to `sanity.functional,sanity.openjdk`, and `extended` will map to `extended.functional`.
9898
- Note: TEST_FLAG is an optional argument to the test target. It is recommended to only launch 1 test target with 1 TEST_FLAG per comment/build. At the time of writing, the two supported test flags are `+jitaas` and `+aot`. Ex. `Jenkins test sanity.functional+jitaas xlinux jdk8`. Also note JITServer specs set the TEST_FLAG via the variable file so it is unnecessary to add it to the test target.
9999

100100
###### Examples
@@ -104,9 +104,9 @@ This folder contains Jenkins pipeline scripts that are used in the OpenJ9 Jenkin
104104
- `Jenkins test sanity.functional zlinux jdk8,jdk11`
105105
- Request an extended functional and system build on pLinux for a single version
106106
- `Jenkins test extended.functional,extended.system plinux jdk8`
107-
- Request a sanity build on z,p Linux for multiple versions
107+
- Request a sanity functional and openjdk build on z,p Linux for multiple versions
108108
- `Jenkins test sanity zlinux,plinux jdk8,jdk11`
109-
- Request sanity.system test on all platforms and multiple versions
109+
- Request a sanity system test on all platforms and multiple versions
110110
- `Jenkins test sanity.system all jdk8,jdk11`
111111

112112
You can request a Pull Request build from the Eclipse OpenJ9 repository - [openj9](https://github.com/eclipse-openj9/openj9) - or the Extensions OpenJDK\* for Eclipse OpenJ9 repositories:
@@ -195,7 +195,7 @@ Pipelines for all platforms and versions are available [**here**](https://openj9
195195
- Compile Eclipse OpenJ9 on `<platform>` for Extensions OpenJDK`<version>` and run sanity & extended test suites
196196
- Triggers:
197197
- Build-JDK`<version>`-`<platform>`
198-
- Test-`<sanity|extended>.<functional|system>`-JDK`<version>`-`<platform>`
198+
- Test-`<sanity|extended>.<functional|openjdk|system>`-JDK`<version>`-`<platform>`
199199
- Trigger:
200200
- build periodically, @midnight
201201

@@ -227,7 +227,7 @@ Build pipelines for all platforms and versions are available [**here**](https://
227227
Test pipelines for all platforms and versions are available [**here**](https://openj9-jenkins.osuosl.org/view/Test/).
228228

229229
- Any platform and version build pipeline:
230-
- Name: Test-`<sanity|extended>.<functional|system>`-JDK`<version>`-`<platform>`
230+
- Name: Test-`<sanity|extended>.<functional|openjdk|system>`-JDK`<version>`-`<platform>`
231231
- Description:
232232
- Runs sanity or extended tests
233233
- Trigger:

0 commit comments

Comments
 (0)