Skip to content

Commit

Permalink
SQUASH
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsembwever committed Aug 2, 2024
1 parent 30b8f8a commit 7463454
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ds-collector-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
working-directory: ds-collector-tests
run: |
sudo apt-get install -y binfmt-support qemu qemu-user-static
sudo curl -L "https://github.com/docker/compose/releases/download/v2.29.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod uga+x /usr/local/bin/docker-compose
echo "Testing ds-collector"
make -f cluster-vanilla-ssh-docker.make
Expand Down
1 change: 1 addition & 0 deletions ds-collector-tests/cluster-vanilla-ssh-docker.make
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ${TESTS_DOCKER}: test_docker_%:
./collector/ds-collector -X -f $* -n ds-collector-tests_cassandra-00_1
# test archives exist
if ! ls /tmp/datastax/ | grep -q ".tar.gz" ; then echo "Failed to generate artefacts in the docker cluster " ; ls -l /tmp/datastax/ ; exit 1 ; fi
for f in $(ls /tmp/datastax/*.tar.gz) ; do if ! tar -xf $f ; then echo "Failed to untar artefact $f in the ssh cluster " ; exit 1 ; fi ; done


setup:
Expand Down
6 changes: 0 additions & 6 deletions ds-collector-tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ services:
retries: 60

cassandra-01:
build:
context: .
dockerfile: integration-cassandra.docker
image: ds-collector:integration-cassandra
container_name: ds-collector-tests_cassandra-01_1
depends_on:
Expand All @@ -43,9 +40,6 @@ services:
retries: 60

cassandra-02:
build:
context: .
dockerfile: integration-cassandra.docker
image: ds-collector:integration-cassandra
container_name: ds-collector-tests_cassandra-02_1
depends_on:
Expand Down

0 comments on commit 7463454

Please sign in to comment.