Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • koji-image-build koji-image-build
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linuxsupportlinuxsupport
  • koji-image-buildkoji-image-build
  • Merge requests
  • !16

Avoid useless job creation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Juarez requested to merge fix_useless_ci_jobs into master Feb 06, 2020
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

This MR removes jobs that should not be created in scheduled pipeline. These jobs were not breaking anything, but are just not necessary, so with this we make pipelines simpler and remove useless stuff.

  • Usual pipeline: https://gitlab.cern.ch/linuxsupport/koji-image-build/pipelines/1395994
  • Scheduled pipeline: https://gitlab.cern.ch/linuxsupport/koji-image-build/pipelines/1396000

Example of wrong pipeline: https://gitlab.cern.ch/linuxsupport/koji-image-build/pipelines/1383805

Edited Feb 06, 2020 by Daniel Juarez
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_useless_ci_jobs