File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ workflows:
20
20
tags :
21
21
only : /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
22
22
- integration :
23
+ requires :
24
+ - build
23
25
filters :
24
26
tags :
25
27
only : /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
84
86
working_directory : /go/src/github.com/cortexproject/cortex
85
87
steps :
86
88
- checkout
89
+ - setup_remote_docker
90
+ - install-docker
91
+ - restore_cache :
92
+ key : v1-cortex-{{ .Branch }}-{{ .Revision }}
87
93
- run :
88
94
name : Integration Test
89
95
command : MIGRATIONS_DIR=$(pwd)/cmd/cortex/migrations make BUILD_IN_CONTAINER=false configs-integration-test
96
+ - run :
97
+ name : Load Images
98
+ command : make BUILD_IN_CONTAINER=false load-images
99
+ - run :
100
+ name : Ingester hand-over test
101
+ command : ./integration-tests/test-handover.sh
90
102
91
103
build :
92
104
<< : *defaults
You can’t perform that action at this time.
0 commit comments