Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peteraritchie/d3850febe11e16cbc8a7fa9fa888fad0 to your computer and use it in GitHub Desktop.
Save peteraritchie/d3850febe11e16cbc8a7fa9fa888fad0 to your computer and use it in GitHub Desktop.

Simple Estimate

A simple rule of thumb: Estimate that you'll need one parallel job for every four to five users in your organization.

Details Estimate

In the following scenarios, you might need multiple parallel jobs:

  • If you have multiple teams, and if each of them requires a CI build, you'll likely need a parallel job for each team.
  • If your CI build trigger applies to multiple branches, you'll likely need a parallel job for each active branch.
  • If you develop multiple applications by using one organization or server, you'll likely need more parallel jobs: one to deploy each application simultaneously.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment