adoptium / aqa-tests

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

Using custom target for rerun builds #5382

Closed sophia-guo closed 3 months ago

sophia-guo commented 3 months ago

Close https://github.com/adoptium/aqa-tests/issues/5241 fix #5388

sophia-guo commented 3 months ago

https://github.com/adoptium/aqa-tests/issues/5241 - rerun job custom_target can be setup correctly

sophia-guo commented 3 months ago

Feels like its hard to find lots of failures unless run the whole set ( extended) without problemlist. Tried some most succeed. https://ci.adoptium.net/job/Grinder/10348/

Wait this on window32 https://ci.adoptium.net/job/Grinder/10351/ and aix jdk17 https://ci.adoptium.net/job/Grinder/10354/

sophia-guo commented 3 months ago

Failed tests belong to different custom target failed targets will be used in rerun job instead https://ci.adoptium.net/job/Grinder/10359/ Failed tests belong to one custom target Custom Target will be used in rerun job https://ci.adoptium.net/job/Grinder/10344/

Failed tests belong to one custom target and test cases number exceeds the limitation ( using 10 as limitation) https://ci.adoptium.net/job/Grinder/10375/console - test target is not _custom , works. https://ci.adoptium.net/job/Grinder/10374/ - test target is _custom, custom_target is empty and passed using the default custom target, need to consider this situation.

update https://ci.adoptium.net/job/Grinder/10388/ -( using 3 as test number limitation)