You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`<level>` is sanity | extended (required only for "test" `<build type>`)
92
-
-`<group>` is functional | system
92
+
-`<group>` is functional | openjdk | system
93
93
-`<test_flag>` Optional: any TEST_FLAG is supported. See notes below.
94
94
-`<platform>` is one of the (short or full) platform names above
95
95
-`<version>` is the number of the supported release, e.g. 8 | 11 | next
96
96
- 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`.
98
98
- 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.
99
99
100
100
###### Examples
@@ -104,9 +104,9 @@ This folder contains Jenkins pipeline scripts that are used in the OpenJ9 Jenkin
104
104
-`Jenkins test sanity.functional zlinux jdk8,jdk11`
105
105
- Request an extended functional and system build on pLinux for a single version
106
106
-`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
108
108
-`Jenkins test sanity zlinux,plinux jdk8,jdk11`
109
-
- Request sanity.system test on all platforms and multiple versions
109
+
- Request a sanitysystem test on all platforms and multiple versions
110
110
-`Jenkins test sanity.system all jdk8,jdk11`
111
111
112
112
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
195
195
- Compile Eclipse OpenJ9 on `<platform>` for Extensions OpenJDK`<version>` and run sanity & extended test suites
0 commit comments