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 35
35
runs-on : ubuntu-20.04
36
36
container :
37
37
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
45
38
steps :
46
39
- name : Checkout Repo
47
40
uses : actions/checkout@v2
50
43
mkdir -p /go/src/github.com/cortexproject/cortex
51
44
ln -s $GITHUB_WORKSPACE/* /go/src/github.com/cortexproject/cortex
52
45
- name : Run Tests
53
- run : CASSANDRA_TEST_ADDRESSES=cassandra:9042 make BUILD_IN_CONTAINER=false test
46
+ run : make BUILD_IN_CONTAINER=false test
54
47
55
48
build :
56
49
runs-on : ubuntu-20.04
@@ -138,7 +131,6 @@ jobs:
138
131
docker pull quay.io/cortexproject/cortex:v1.9.0
139
132
docker pull quay.io/cortexproject/cortex:v1.10.0
140
133
docker pull shopify/bigtable-emulator:0.1.0
141
- docker pull rinscy/cassandra:3.11.0
142
134
docker pull memcached:1.6.1
143
135
docker pull bouncestorage/swift-aio:55ba4331
144
136
- name : Integration Tests
You can’t perform that action at this time.
0 commit comments