You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TKG queries TRSS for test execution time. The platform for aarch64_mac should not have _xl
00:02:11.422 Attempting to get test duration data from TRSS.
00:02:11.422 curl --silent --max-time 120 https://trssrtp1.fyre.ibm.com/api/getTestAvgDuration?limit=10&jdkVersion=11&impl=j9&platform=aarch64_mac_xl&group=functional&level=sanity
- The platform for aarch64_mac should not include _xl in TRSS url when querying for test execution times,
- Adjusted the code to remove _xl from the platform string if the OS is macOS.
related: adoptium#557
Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
TKG queries TRSS for test execution time. The platform for
aarch64_mac
should not have_xl
aarch64_mac test build
x86-64_mac test build is correct.
source code:
TKG/src/org/testKitGen/TestDivider.java
Line 228 in 3ed8f8b
The text was updated successfully, but these errors were encountered: