[urgent] RFR: JDK-8213184 Revert change in jib-profiles.js from run-test-prebuilt to test-prebuilt

David Holmes david.holmes at oracle.com
Wed Oct 31 10:36:32 UTC 2018


Looks good! Thanks for jumping on this.

David

On 31/10/2018 8:33 PM, Magnus Ihse Bursie wrote:
> In JDK-8210958, I changed the make target for the run-test-prebuilt 
> profile to be "test-prebuilt". Unfortunately, I missed to update the 
> run-test-prebuilt target in Help.gmk.
> 
> Since this is blocking our automated testing, the first step is to 
> revert the faulting change. I'll file a follow-up bug to actually fix 
> the target in Help.gmk.
> 
> Bug: https://bugs.openjdk.java.net/browse/JDK-8213184
> Patch inline:
> diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js
> --- a/make/conf/jib-profiles.js
> +++ b/make/conf/jib-profiles.js
> @@ -759,7 +759,7 @@
>                   testedProfile + ".test"
>               ],
>               src: "src.conf",
> -            make_args: [ "test-prebuilt", "LOG_CMDLINES=true", 
> "JTREG_VERBOSE=fail,error,time" ],
> +            make_args: [ "run-test-prebuilt", "LOG_CMDLINES=true", 
> "JTREG_VERBOSE=fail,error,time" ],
>               environment: {
>                   "BOOT_JDK": common.boot_jdk_home,
>                   "JDK_IMAGE_DIR": input.get(testedProfile + ".jdk", 
> "home_path"),
> 
> /Magnus


More information about the build-dev mailing list