mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
We should allow test-go and test-go-remote-docker to run so that they can satisfy the check. There's a short-circuit within them to avoid taking time if it's a ui/ or docs/ branch. (#10763)
This commit is contained in:
parent
7c1a73b6f3
commit
fd278ffb87
2 changed files with 0 additions and 22 deletions
10
.circleci/config.yml
generated
10
.circleci/config.yml
generated
|
|
@ -2245,19 +2245,9 @@ workflows:
|
|||
- install-ui-dependencies
|
||||
- build-go-dev
|
||||
- test-go:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- /^docs\/.*/
|
||||
- /^ui\/.*/
|
||||
requires:
|
||||
- pre-flight-checks
|
||||
- test-go-remote-docker:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- /^docs\/.*/
|
||||
- /^ui\/.*/
|
||||
requires:
|
||||
- pre-flight-checks
|
||||
- test-go-race:
|
||||
|
|
|
|||
|
|
@ -24,21 +24,9 @@ jobs:
|
|||
- test-go:
|
||||
requires:
|
||||
- pre-flight-checks
|
||||
filters:
|
||||
branches:
|
||||
# UI and Docs-only branches should skip go tests
|
||||
ignore:
|
||||
- /^docs\/.*/
|
||||
- /^ui\/.*/
|
||||
- test-go-remote-docker:
|
||||
requires:
|
||||
- pre-flight-checks
|
||||
filters:
|
||||
branches:
|
||||
# UI and Docs-only branches should skip go tests
|
||||
ignore:
|
||||
- /^docs\/.*/
|
||||
- /^ui\/.*/
|
||||
- test-go-race:
|
||||
requires:
|
||||
- pre-flight-checks
|
||||
|
|
|
|||
Loading…
Reference in a new issue