-
Enhancement
-
Resolution: Fixed
-
P2
-
10
-
None
-
b31
In order to get rid of SocketTimeoutException failures in the Hotspot nightly we should update the jib-profile to require b10 of jtreg:
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
@@ -1060,7 +1060,7 @@
jtreg: {
server: "javare",
revision: "4.2",
- build_number: "b09",
+ build_number: "b10",
checksum_file: "MD5_VALUES",
file: "jtreg_bin-4.2.zip",
environment_name: "JT_HOME",
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
@@ -1060,7 +1060,7 @@
jtreg: {
server: "javare",
revision: "4.2",
- build_number: "b09",
+ build_number: "b10",
checksum_file: "MD5_VALUES",
file: "jtreg_bin-4.2.zip",
environment_name: "JT_HOME",