open-nomad/.circleci
Mahmood Ali 07fe93da3c ci: match ci timeout to go test timeout
make test-nomad sets 15 minute time out for build.  Increase the ci
timeout to 20m, so we can get meaningful output and goroutine stack
traces rather than have test be simply killed by CircleCI.

The extra 5 minutes is a buffer for generating-structs and some
unnecessary padding.
2019-11-20 20:39:23 -05:00
..
config ci: match ci timeout to go test timeout 2019-11-20 20:39:23 -05:00
.gitattributes Refactor circleci CI scripts 2019-11-20 15:02:08 -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: match ci timeout to go test timeout 2019-11-20 20:39:23 -05:00

README.md

How to use CircleCI multi-file config

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