-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for prototype jobs/pipelines
- add back aarch64Windows for 11,17,19,20 - move non-temurin variants into prototype config
- Loading branch information
Showing
15 changed files
with
164 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
targetConfigurations = [ | ||
'x64Mac' : [ 'openj9' ], | ||
'x64Linux' : [ 'openj9', 'dragonwell', 'corretto', 'bisheng', 'fast_startup'], | ||
'x64Windows' : [ 'openj9', 'dragonwell' ], | ||
'ppc64Aix' : [ 'openj9' ], | ||
'ppc64leLinux' : [ 'openj9' ], | ||
's390xLinux' : [ 'openj9' ], | ||
'aarch64Linux' : [ 'openj9', 'dragonwell', 'bisheng' ], | ||
'aarch64Windows': [ 'temurin' ] | ||
] | ||
return this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
targetConfigurations = [ | ||
'aarch64Windows': [ | ||
'temurin' | ||
], | ||
'x64Mac' : [ | ||
'openj9' | ||
], | ||
'x64Linux' : [ | ||
'openj9', | ||
'bisheng' | ||
], | ||
'x64Windows' : [ | ||
'openj9' | ||
], | ||
'ppc64Aix' : [ | ||
'openj9' | ||
], | ||
'ppc64leLinux': [ | ||
'openj9' | ||
], | ||
's390xLinux' : [ | ||
'openj9' | ||
], | ||
'aarch64Linux': [ | ||
'openj9', | ||
'bisheng' | ||
] | ||
] | ||
|
||
return this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
targetConfigurations = [ | ||
'aarch64Windows': [ 'temurin' ] | ||
] | ||
return this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
targetConfigurations = [ | ||
'aarch64Linux': [ | ||
'hotspot' | ||
], | ||
'aarch64Windows' : [ | ||
'temurin' | ||
] | ||
] | ||
return this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
targetConfigurations = [ | ||
'x64Mac' : [ | ||
'openj9' | ||
], | ||
'x64Linux' : [ | ||
'openj9', | ||
'corretto', | ||
'dragonwell', | ||
'bisheng' | ||
], | ||
'x32Windows' : [ | ||
'openj9' | ||
], | ||
'x64Windows' : [ | ||
'openj9', | ||
'dragonwell' | ||
], | ||
'ppc64Aix' : [ | ||
'openj9' | ||
], | ||
'ppc64leLinux' : [ | ||
'openj9' | ||
], | ||
's390xLinux' : [ | ||
'openj9' | ||
], | ||
'aarch64Linux' : [ | ||
'openj9', | ||
'dragonwell', | ||
'bisheng' | ||
] | ||
] | ||
|
||
|
||
return this |