Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.devtools bob.devtools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.devtoolsbob.devtools
  • Issues
  • #92

Closed
Open
Created Nov 22, 2021 by André Anjos@andre.anjos💬Owner

Test for yum install does not work if builder tag **contains** `docker`

The test verifies the following:

if "docker" in os.environ.get("CI_RUNNER_TAGS", "") and os.path.exists(
            yum_requirements_file
        ):
    ...

The CI_RUNNER_TAGS for the shell builder says docker-build, and therefore this test will also succeed then, whereas it shouldn't.

Failing pipeline: https://gitlab.idiap.ch/beat/beat.nightlies/-/jobs/250244

The solution would be to split the tags, and compare to "exactly" docker and not to just contain it.

Assignee
Assign to
Time tracking