adoptium / ci-jenkins-pipelines

jenkins pipeline build scripts
Apache License 2.0
19 stars 71 forks source link

Consider setting GENERATE_JOBS=true when triggering temurin-compliance jobs during EA runs #1095

Closed smlambert closed 1 week ago

smlambert commented 3 months ago

GENERATE_JOBS calls Test_Job_Auto_Gen to trigger the test jobs to be regenerated. Setting that parameter to true means that jobs will be using the latest updates to test job parameters. We already regenerate AQAvit test jobs triggered by EA buiilds, this issue is to also regenerate test jobs on the temurin-compliance Jenkins server.

Screenshot 2024-08-08 at 4 56 02 PM
smlambert commented 1 week ago

I believe this is now happening, need to confirm.

sophia-guo commented 1 week ago

No, this has not been done.

To enable this we can set AUTO_AQA_GEN of AQA_Test_Pipeline, which will force generate test jobs (parents) by job Test_Job_Auto_Gen . And will also set GENERATE_JOBS correspondingly to force generate test child jobs.

As this will regen the job per platform by Test_Job_Auto_Gen and each parents job will regen all sub jobs I'm not sure how it will affect the actual jobs ( running time). So might also just enable for non-release (EA).

sophia-guo commented 1 week ago

Related https://github.com/adoptium/aqa-tests/issues/5736