-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Update: nightlyBuildAndTestStatus job for release and evaluation pipepline #550
Comments
Yes, and I was presuming that the release pipeline (openjdk17-release-pipeline) and evaluation pipeline (openjdk17-evaluation-pipeline) and nightly pipeline will be explicitly named differently, and I would update which pipelines we are monitoring in TRSS**, so we could then query children independently: https://trss.adoptopenjdk.net/api/getBuildHistory?buildName=openjdk17-release-pipeline https://trss.adoptopenjdk.net/api/getBuildHistory?buildName=openjdk17-evaluation-pipeline ** TODO: Once new pipelines are live and running, update what we monitor in TRSS |
add to "2023 1Q", since the pipeline name has been changed |
This has been superceded by issue: #746 |
Since we introduced the new "release" and "evaluation" pipeline,
the current https://ci.adoptopenjdk.net/view/Tooling/job/nightlyBuildAndTestStats_temurin/ probably need to be updated accordingly.
Assume ${trssUrl}/api/getTopLevelBuildNames?type=Test will return all three kinds(?) once we have test job run, when we need a better filter (not only
contains('-pipeline')
) to get data for different jdk version.maybe a new section for evaluation (dont think release is needed to count)
The text was updated successfully, but these errors were encountered: