Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C cmssw-docker
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • 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
  • cms-cloud
  • cmssw-docker
  • Merge requests
  • !18

CI transform release to lowercase

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Adelina Eleonora Lintuluoto requested to merge standalone into master Jul 17, 2020
  • Overview 4
  • Commits 2
  • Pipelines 1
  • Changes 1

Minor change to resolve an issue that occurred when trying to build image CMSSW_11_1_0_Patatrack. Docker image name has to be lowercase, why I naively made the release to be given in lowercase. I then later turn it into uppercase when it is passed to the Dockerfile. In this case that lead to CMSSW_VERSION=CMSSW_11_1_0_PATATRACK to be passed to the Dockerfile as opposed to the expected version CMSSW_VERSION=CMSSW_11_1_0_Patatrack.

Fixed by asking for release in normal typing (with upper and lowercase chars) and then transforming it to lowercase for the image name. The change was tested yesterday and successfully built the image CMSSW_11_1_0_Patatrack.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: standalone