Add metadata to detect partial builds
1 unresolved thread
1 unresolved thread
@fredo asked to make the weekly rotation script smarter so it can prioritize full builds over partial ones, either parametrized builds or faulty ones.
This MR tries to publish some metadata alongside the images to enable the above.
Edited by Emanuele Aina
Merge request reports
Activity
Filter activity
551 546 parallel first_pass 552 547 parallel second_pass 553 548 549 stage("upload meta") { 550 // mark builds where some artifacts have been skipped 551 skipped = architectures - buildCandidates 552 dir (env.PIPELINE_VERSION + '/meta/skipped') { changed this line in version 2 of the diff
A small comment, otherwise, it looks good ! Maybe putting every file in a single directory would allow user to view the final status by checking only one folder
Edited by Frédéric Dalleauadded 5 commits
Toggle commit listadded 5 commits
Toggle commit listadded 5 commits
Toggle commit listadded 7 commits
-
1e3c2f42...c97ef6bc - 3 commits from branch
master
- 219f2666 - Jenkinsfile: Add metadata to detect partial builds
- 0535303a - Jenkinsfile: Drop obsoleted function parameter
- 950ea2d8 - Jenkinsfile: Merge runTestsJobs() into submitTests()
- 30e5ee16 - Jenkins: Explicit a value that doesn't actually change
Toggle commit list-
1e3c2f42...c97ef6bc - 3 commits from branch
Please register or sign in to reply