Lan Xia
Lan Xia
The above job link has expired. Could you run it again? We also need to test on other platforms.
@pshipton could you also review the change? Thanks
regarding the MBCS data, @rishabh-ibm did we get it from the CLDR site https://cldr.unicode.org/? If so, can we just directly download from https://github.com/unicode-org/cldr-json/tags?
`MBCS_Tests_i18n_ko_KR_linux` should be fixed by PR https://github.com/adoptium/aqa-tests/pull/6651
serviceability jvmti are the only tests that we need so far. It only works for 19+. Close this issue as the changes are delivered.
This is a known issue with Jenkins copyArtifacts on UNB machine. ``` 00:17:31.891 Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] copyArtifacts 01:17:31.892 Cancelling nested steps...
Alternatively, we can leave https://ci.adoptium.net/job/systemtest.getDependency/ as it is. And leverage https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl in TKG to pre-stage 3rd party jars for system tests.
@annaibm Please take a look when you have time. We can talk in more detail in the meeting.
Just for the record, we will break down this into several tasks: - [x] download the system test jars from https://ci.adoptium.net/job/systemtest.getDependency/ and ignore checksum if the jar is generated by...
@theresa-m you can check https://ci.adoptium.net/job/dependency_pipeline/lastSuccessfulBuild/artifact/asmtools/ for latest version. Ideally, you should only need to update https://github.com/adoptium/TKG/blob/master/scripts/getDependencies.pl#L127-L132 and run testing to verify.