Skip to content
Snippets Groups Projects

Add metadata to detect partial builds

Merged Emanuele Aina requested to merge wip/em/metadata-detect-partial-builds into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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') {
  • 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 Dalleau
  • Emanuele Aina added 5 commits

    added 5 commits

    • 849e855f - 1 commit from branch master
    • 0a89ad64 - Jenkinsfile: Add metadata to detect partial builds
    • f8211094 - Jenkinsfile: Drop obsoleted function parameter
    • 1ffbdd05 - Jenkinsfile: Merge runTestsJobs() into submitTests()
    • 702aa4a4 - Jenkins: Explicit a value that doesn't actually change

    Compare with previous version

  • Author Owner

    Done.

  • Emanuele Aina added 4 commits

    added 4 commits

    • 5f0fa2a6 - Jenkinsfile: Add metadata to detect partial builds
    • ab1232b0 - Jenkinsfile: Drop obsoleted function parameter
    • cc39622a - Jenkinsfile: Merge runTestsJobs() into submitTests()
    • e3d2ed9b - Jenkins: Explicit a value that doesn't actually change

    Compare with previous version

  • Emanuele Aina added 4 commits

    added 4 commits

    • ebdf10f3 - Jenkinsfile: Add metadata to detect partial builds
    • 20241781 - Jenkinsfile: Drop obsoleted function parameter
    • 8980cc50 - Jenkinsfile: Merge runTestsJobs() into submitTests()
    • 92ae62bc - Jenkins: Explicit a value that doesn't actually change

    Compare with previous version

  • Emanuele Aina added 1 commit

    added 1 commit

    Compare with previous version

  • Emanuele Aina added 1 commit

    added 1 commit

    Compare with previous version

  • Emanuele Aina added 1 commit

    added 1 commit

    Compare with previous version

  • Emanuele Aina added 5 commits

    added 5 commits

    • 1fedca83 - Jenkinsfile: Add metadata to detect partial builds
    • 9fe9c3df - Jenkinsfile: Drop obsoleted function parameter
    • 5794e096 - Jenkinsfile: Merge runTestsJobs() into submitTests()
    • 59e19a01 - Jenkins: Explicit a value that doesn't actually change
    • 8c44216d - WIP: skip debos

    Compare with previous version

  • Emanuele Aina added 5 commits

    added 5 commits

    • c740c527 - Jenkinsfile: Add metadata to detect partial builds
    • d35e85e6 - Jenkinsfile: Drop obsoleted function parameter
    • 35f42377 - Jenkinsfile: Merge runTestsJobs() into submitTests()
    • 1e3c2f42 - Jenkins: Explicit a value that doesn't actually change
    • e8b51765 - WIP: skip debos

    Compare with previous version

  • Emanuele Aina added 7 commits

    added 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

    Compare with previous version

  • Emanuele Aina unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Did you have a test run for this updated job?

  • Please register or sign in to reply
    Loading