Skip to content

Commit 36c2e02

Browse files
committed
Removing cassandra referenves from the integ tests
Signed-off-by: Alan Protasio <[email protected]>
1 parent fef46b2 commit 36c2e02

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test-build-deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
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
@@ -50,7 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)