-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
New release pipeline builds/smoke tests do not display well in Grid view #765
Comments
The regex we use to tokenize the build name was created to apply to build names structure like
So we end up losing the implementation info, and assigning wrong things to the wrong variables. In an ideal world, build and test would have aligned on a same naming schema, to avoid this fragile mapping step completely, but that ship may have sailed. Another question to ask is whether the release and evaluation pipelines need to rename the child jobs or not. |
Personally, I do not see the need to rename the child jobs. Currently, the release and evaluation pipelines trigger some renamed jobs (i.e., build and smoke test job) and some existing jobs (i.e., AQA test jobs). IMO, this is not ideal. |
Thanks @smlambert for updating TRSS for the current issue. Regarding rename the child jobs, I will leave a comment at adoptium/ci-jenkins-pipelines#473 for a broader discussion. |
FYI: I've just missed the regular Friday TRSS_Code_Sync, so triggering it manually now to pick up this change for use during pre-release dry run testing. |
There must be some funky new strings/naming to cope with as we now start to monitor
https://ci.adoptopenjdk.net/job/build-scripts/job/release-openjdk17-pipeline/ (and 8, 11, and 19)
Similar issue to #695, but worse because it is not clear what version or architecture mac_release, etc refer to, see below (or here).
The text was updated successfully, but these errors were encountered: