-
-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto download test-images and debug-images (#1692)
- add auto download test-images and debug-images - to simplify the story, auto download will only be triggered if users provide only one CUSTOMIZED_SDK_URL and URL filename contains OpenJ9-JDK. In this way, if users want to provide multiple separate URLs or multiple separate URLs from separate servers, they can still do so and auto-download will not be triggered. - Once auto-download is triggered, by default, the flag test_images_required and debug_images_required are set to true in get.sh. If the flag is set to true, it means the script will retry if the download fails and the program will fail if all retry attempts fail (the same behavior as downloading SDK). If the flag is set to false, it means the script will not try to auto download. - In JenkinsfileBase, pass in test_images_required and debug_images_required to get.sh if users want to overwrite the flag(s) - During unzipping process, if debug-images jar is found, overlay debug-images on top of sdk j2sdk-image/jre dir if it exists. Otherwise, extracts into j2sdk-image dir Issue: eclipse-openj9/openj9#8874 Signed-off-by: lanxia <[email protected]>
- Loading branch information
Showing
2 changed files
with
111 additions
and
35 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