Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Umami Umami
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 5
    • Merge requests 5
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-flavor-tagging-tools
  • algorithms
  • UmamiUmami
  • Merge requests
  • !571

fixing docker CI stage jump

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Manuel Guth requested to merge mguth-ci-docker into master Jun 22, 2022
  • Overview 1
  • Commits 4
  • Pipelines 7
  • Changes 2

Summary

This MR introduces the following changes

  • Fixes the order of the CI docker building jobs

This implementation should still allow the base image build to start immediately such that the CI is faster in general, not including dependencies from previous jobs (image size does not blow up which was fixed in #166 (closed)) while preserving the stage dependencies for the image builds which depend on the base images.

Relates to the following issues

  • Closes #192 (closed)

Conformity

  • Changelog entry
Edited Jun 22, 2022 by Alexander Froch
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mguth-ci-docker