Skip to content
GitLab
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 4
    • Issues 4
    • 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
  • bobbob
  • bob.devtoolsbob.devtools
  • Merge requests
  • !338

Check for yum presence rather than rely on CI tags

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Samuel GAIST requested to merge fix_yum_install into master Dec 23, 2022
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

From the looks of it, the CI_RUNNER_TAGS format may have changed to be '["tag1", "tag2"]' so doing the actual check will not work.

Hence rather than relying on this environment variable content and format, check whether yum is present on the runner and use it if so.

This fixes the issue from beat/beat.editor> pipelines not running because there are now missing packages.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_yum_install