open-nomad/.circleci
Tim Gross 5dd77d1dc8
ci: make split between e2e and integration tests explicit (#9091)
Currently we compile (but don't run) the e2e tests as part of `test-other`,
which is skipped for branches named `e2e-*`. Move this check into the
`test-e2e` job. Split out the vault compatibility integration check as its own
makefile target for clarity.
2020-10-14 14:53:21 -04:00
..
config ci: make split between e2e and integration tests explicit (#9091) 2020-10-14 14:53:21 -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
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
config.yml ci: make split between e2e and integration tests explicit (#9091) 2020-10-14 14:53:21 -04:00

README.md

How to use CircleCI multi-file config

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