Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L lb-nightly-functions
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb Core Software
  • Nightly Builds
  • lb-nightly-functions
  • Merge requests
  • !104

Draft: Use tar instead of zip for archiving artifacts

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Maciej Pawel Szymanski requested to merge maszyman-use-tarfile into master May 25, 2022
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 6

This MR addresses the comment about moving from zip to tar.

Related things to do:

  • remove zip from the artifact name: https://gitlab.cern.ch/lhcb-core/nightly-builds/lb-nightly-configuration/-/blob/master/lb/nightly/configuration/project.py#L632-700 (lb-nightly-configuration!44)
    • and then adapt the test: https://gitlab.cern.ch/lhcb-core/nightly-builds/lb-nightly-scheduler/-/blob/master/tests/test_trigger_deployment.py (lb-nightly-scheduler!52)
  • adapt the function to create slot deployment directory artifact: https://gitlab.cern.ch/lhcb-core/nightly-builds/lb-nightly-utils/-/blob/master/lb/nightly/utils/_deployment_helpers.py#L35-65
  • adapt lbtask to use tar archives directly: https://gitlab.cern.ch/lhcb-core/tasks/lbtaskrun/-/blob/master/src/lbtaskrun/cvmfs/new_nightlies.py
Edited May 30, 2022 by Maciej Pawel Szymanski
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: maszyman-use-tarfile