make/conf/jib-profiles.js
changeset 52343 b66b51c4e405
parent 52342 9341b077bd55
child 52352 0c25fa66b5c5
equal deleted inserted replaced
52342:9341b077bd55 52343:b66b51c4e405
   757             target_cpu: input.build_cpu,
   757             target_cpu: input.build_cpu,
   758             dependencies: [ "jtreg", "gnumake", "boot_jdk", "jib", testedProfile + ".jdk",
   758             dependencies: [ "jtreg", "gnumake", "boot_jdk", "jib", testedProfile + ".jdk",
   759                 testedProfile + ".test"
   759                 testedProfile + ".test"
   760             ],
   760             ],
   761             src: "src.conf",
   761             src: "src.conf",
   762             make_args: [ "test-prebuilt", "LOG_CMDLINES=true", "JTREG_VERBOSE=fail,error,time" ],
   762             make_args: [ "run-test-prebuilt", "LOG_CMDLINES=true", "JTREG_VERBOSE=fail,error,time" ],
   763             environment: {
   763             environment: {
   764                 "BOOT_JDK": common.boot_jdk_home,
   764                 "BOOT_JDK": common.boot_jdk_home,
   765                 "JDK_IMAGE_DIR": input.get(testedProfile + ".jdk", "home_path"),
   765                 "JDK_IMAGE_DIR": input.get(testedProfile + ".jdk", "home_path"),
   766                 "TEST_IMAGE_DIR": input.get(testedProfile + ".test", "home_path")
   766                 "TEST_IMAGE_DIR": input.get(testedProfile + ".test", "home_path")
   767             },
   767             },