Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Flatland Flatland
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Flatland
  • FlatlandFlatland
  • Merge requests
  • !313

Merged
Created Oct 07, 2020 by jyotish@jyotishContributor

Optimize CI/CD pipeline for faster testing

  • Overview 0
  • Commits 6
  • Pipelines 6
  • Changes 2

What does this merge request do?

  • Split the tests for py36, py37, notebooks, examples, docs and coverage into independant tasks. This way they can run in parallel and won't get blocked by each other.
  • Remove the CI/CD caching. Cache is stored locally on the node on which the CI/CD job runs. These nodes are shut down once the jobs are executed. So, there is no point of caching the tox files since they are dropped anyway (this saves a few minutes of time as well).
  • Remove the integration_tests job. This job is running the tests for the above mentioned six environments sequentially. Later starts a jupyter notebook (and doesn't do anything).
  • Fix coverage report
Edited Oct 07, 2020 by jyotish
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: parallelize-ci-cd-pipeline