Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
smlambert opened this issue Aug 8, 2024 · 3 comments
Labels
enhancement generation Issues that provide enhancements or fixes to the job generators testing

Comments

@smlambert
Copy link
Contributor

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
@github-actions github-actions bot added generation Issues that provide enhancements or fixes to the job generators testing labels Aug 8, 2024
@smlambert
Copy link
Contributor Author

I believe this is now happening, need to confirm.

@sophia-guo
Copy link
Contributor

sophia-guo commented Nov 7, 2024

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
Copy link
Contributor

Related adoptium/aqa-tests#5736

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement generation Issues that provide enhancements or fixes to the job generators testing
Projects
Status: Todo
Development

No branches or pull requests

2 participants