File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 3535 runs-on : ubuntu-20.04
3636 container :
3737 image : quay.io/cortexproject/build-image:update-go-1-17-8-6aed4de76
38- services :
39- cassandra :
40- image : cassandra:3.11
41- env :
42- JVM_OPTS : " -Xms1024M -Xmx1024M"
43- ports :
44- - 9042:9042
4538 steps :
4639 - name : Checkout Repo
4740 uses : actions/checkout@v2
5043 mkdir -p /go/src/github.com/cortexproject/cortex
5144 ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
5245 - name : Run Tests
53- run : CASSANDRA_TEST_ADDRESSES=cassandra:9042 make BUILD_IN_CONTAINER=false test
46+ run : make BUILD_IN_CONTAINER=false test
5447
5548 build :
5649 runs-on : ubuntu-20.04
@@ -138,7 +131,6 @@ jobs:
138131 docker pull quay.io/cortexproject/cortex:v1.9.0
139132 docker pull quay.io/cortexproject/cortex:v1.10.0
140133 docker pull shopify/bigtable-emulator:0.1.0
141- docker pull rinscy/cassandra:3.11.0
142134 docker pull memcached:1.6.1
143135 docker pull bouncestorage/swift-aio:55ba4331
144136 - name : Integration Tests
You can’t perform that action at this time.
0 commit comments