|
28 | 28 | * VARIABLE_FILE allows to run it in a custom configuration on a different server. |
29 | 29 | * |
30 | 30 | * Parameters: |
31 | | - * PLATFORMS: String - Comma separated platforms to build. |
32 | | - * Expected values: all or any of the following: |
33 | | - * aix_ppc-64_cmprssptrs, |
34 | | - * linux_x86-64, |
35 | | - * linux_x86-64_cmprssptrs, |
36 | | - * linux_ppc-64, |
37 | | - * linux_ppc-64_cmprssptrs_le, |
38 | | - * linux_390-64, |
39 | | - * linux_390-64_cmprssptrs, |
40 | | - * win_x86-64_cmprssptrs, |
41 | | - * win_x86 (Java 8 support only), |
42 | | - * zos_390-64_cmprssptrs (Java 11 support only), |
43 | | - * osx_x86-64 (Java 8 and Java 11 support only), |
44 | | - * osx_x86-64_cmprssptrs (Java 8 and Java 11 support only), |
45 | | - * aarch64_linux (Java 8 and Java 11 support only), |
46 | | - * aarch64_linux_xl (Java 8 and Java 11 support only) |
| 31 | + * PLATFORMS: String - Comma separated platforms to build, or `all`. For the list of platforms, see `id=` in the `.spec` files found in the buildspecs directory (the id should be the same as the spec file name without the `.spec`). |
47 | 32 | * OPENJ9_REPO: String - the OpenJ9 git repository URL: e.g. https://github.com/eclipse/openj9.git (default) |
48 | 33 | * OPENJ9_BRANCH: String - the OpenJ9 branch to clone from: e.g. master (default) |
49 | 34 | * OPENJ9_SHA: String - the last commit SHA of the OpenJ9 repository |
@@ -117,9 +102,9 @@ SPECS = ['ppc64_aix' : CURRENT_RELEASES, |
117 | 102 | 'x86-32_windows' : ['8'], |
118 | 103 | 'x86-64_windows' : CURRENT_RELEASES, |
119 | 104 | 'x86-64_windows_xl' : CURRENT_RELEASES, |
120 | | - 'aarch64_linux' : ['8', '11'], |
| 105 | + 'aarch64_linux' : CURRENT_RELEASES, |
121 | 106 | 'aarch64_linux_cm': ['11'], |
122 | | - 'aarch64_linux_xl' : ['8', '11'], |
| 107 | + 'aarch64_linux_xl' : CURRENT_RELEASES, |
123 | 108 | 'aarch64_linux_xl_cm': ['11']] |
124 | 109 |
|
125 | 110 | // SHORT_NAMES is used for PullRequest triggers |
|
0 commit comments