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

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Wed Oct 31 10:33:21 UTC 2018


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