adoptium / aqa-tests

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

No need to trigger a child test job if job can be finished within the TEST_TIME. #5375

Open sophia-guo opened 3 weeks ago

sophia-guo commented 3 weeks ago

Based on the discussion of https://github.com/adoptium/aqa-tests/issues/5368 if a test job can be finished within the TEST_TIME there is no need to trigger a child job (or generate and trigger the child job) to run the test from scratch. It might not be costly for one job however overall for all jdkversions, platforms, categories and impls it should be worth to avoid the triggering the unnecessary child job.