open-nomad/.circleci
Tim Gross c8ce887fb2
ci: exclude unit test runs from e2e branches (#8909)
Branches for the e2e code base can't have impact on the unit tests, so running
those tests just extends the time it takes to ship e2e updates. This changeset
updates the CircleCI config so that e2e branches run linting, build the
binary, and run the e2e unit tests (currently just vault compatibility).
2020-09-18 09:25:29 -04:00
..
config ci: exclude unit test runs from e2e branches (#8909) 2020-09-18 09:25:29 -04:00
.gitattributes git: only .circleci/config.yml is a generated one 2019-11-22 11:24:13 -05:00
.gitignore Refactor circleci CI scripts 2019-11-20 15:02:08 -05:00
config.yml ci: exclude unit test runs from e2e branches (#8909) 2020-09-18 09:25:29 -04:00
Makefile Refactor circleci CI scripts 2019-11-20 15:02:08 -05:00
README.md simply link to vault .circleci README 2019-11-20 15:02:10 -05:00

How to use CircleCI multi-file config

Refer to https://github.com/hashicorp/vault/blob/master/.circleci/README.md .