adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
125 stars 304 forks source link

Some issues with time based parallel for AQA test in current adoptium jenkins environments #5368

Open sophia-guo opened 1 month ago

sophia-guo commented 1 month ago

Related with https://github.com/adoptium/ci-jenkins-pipelines/issues/1032

02:08:18  Total number of tests searched: 36
02:08:18  Number of test durations found: 36
02:08:18  Top slowest tests: 
02:08:18    14m30s jdk_util_2
02:08:18    08m25s jdk_security2_2
02:08:18    07m51s jdk_lang_2
02:08:18  ====================================================================================
02:08:18  
02:08:18  Test target is split into 1 lists.
02:08:18  Reducing estimated test running time from 51m18s to 51m18s.
02:08:18  
02:08:18  -------------------------------------testList_0-------------------------------------
02:08:18  Number of tests: 36
02:08:18  Estimated running time: 51m18s

So job number is doubled and test results will be archived twice. Which also makes job the win32 sanity job is more like a parents job to setup or generate testList, trigger child and archive child jobs test results than a test job itself.