Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Files Files
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 414
    • Issues 414
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 67
    • Merge requests 67
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • FilesFiles
  • Merge requests
  • !1125

Fix pipeline on gnome-42 branch

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ondrej Holy requested to merge wip/oholy/yaml-42 into gnome-42 Feb 07, 2023
  • Overview 2
  • Commits 4
  • Pipelines 1
  • Changes 4

This all is needed to make the pipeline happy on the gnome-42 branch. This is pretty annoying. Is it desired? Shouldn't we rather switch all dependencies to stable releases on our stable branches to avoid such issues in the future? Shouldn't we use the old image for the style check job instead (although this might fail in some cases as well when cherry-picking)? The style check job is disabled for gnome- branches, but it doesn't apply to pipelines that are part of merge requests currently (we would have to probably disable pipelines for $CI_PIPELINE_SOURCE == push and use $CI_PIPELINE_SOURCE == merge_request_event instead and add a rule with $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == master). What do you think?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/oholy/yaml-42