Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F float
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ai3ai3
  • float
  • Merge requests
  • !252

Disable docker-cleanup job when 'testing: true'.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed micah requested to merge micah/float:testing_disable_cleanup into master Jan 23, 2022
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

If a container is in a crash loop, when the docker-cleanup script runs, it has a good chance of being removed.

When doing tests, its not uncommon to be in a crash loop scenario while trying to resolve problems, and it is undesirable to have the container removed out from under you.

This is particularly problematic when the container is large and/or the network between you and the registry is not optimal, as one has to repeatedly re-download the container.

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