Skip to content

Commit

Permalink
ci: use dynamic config for CircleCI
Browse files Browse the repository at this point in the history
When developing against ipfs/go-ipfs, we would like to be able to use
the 2xlarge resource class for faster build and test cycles, but many
external contributers will not have this resource class available to
them. There is no direct way to change the resource class, so this
uses dynamic config to generate a parameters JSON obj which is then
fed into the configuration when the workflow starts, based on the Git
URL of the build.

For repos other than ipfs/go-ipfs, this reverts back to the "medium"
resource class with a Make job parallelism of 3.
  • Loading branch information
guseggert committed Sep 10, 2021
1 parent 65d570c commit b2c3959
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 443 deletions.
Loading

0 comments on commit b2c3959

Please sign in to comment.