-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Generate test jobs at ci.adoptopenjdk.net with new naming scheme #1168
Comments
Jobs generated: |
Regenerated the above jobs without |
Once adoptium/temurin-build#1125 is merged, I will manually rename the top level external test job names to match with the new naming convention. For example, External test jobs cannot be auto-gened as they are the top-level test jobs and have special configuration. |
External test jobs are renamed and top-level jobs configure are updated. |
Deleted the jobs that were generated with the unneeded suffixes. I believe this can be closed now. |
Test jobs have been auto-generated at other projects/Jenkins servers (see #890). We will do similar at AdoptOpenJDK (taking on a new naming convention, to make more consistent across projects and make tooling like TRSS easier to write.
We want to create more types of nightly and weekly test jobs (as part of the AQA v1.0 deliverables in time for the July release).
This will need to be co-ordinated with a change in the build pipelines, which currently rely on the test job names to trigger launching.
In this issue, we will need to do the following:
generate the jobs
verify they run
change build pipelines to trigger newly generated jobs
delete old test jobs
The text was updated successfully, but these errors were encountered: