Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 43
    • Merge requests 43
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCbLHCb
  • LHCb
  • Merge requests
  • !3804

do not write keys imported from file into git

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gerhard Raven requested to merge avoid-spurious-git-writes into master Oct 07, 2022
  • Overview 7
  • Commits 1
  • Pipelines 3
  • Changes 1

Without this MR, any job loading encoding keys from a manifest file which are not in git will attempt to copy those keys into git. This MR distinguishes the keys cached in the (python) registry which are created from scratch (and thus have to be preserved, either by writing to git or to the manifest file) from those which are imported from a manifest file (which are thus known, and thus are already preserved, and do not necessarily have to be archived, by the reading job, into git).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: avoid-spurious-git-writes