Skip to content

Commit

Permalink
Docker examples cleanup (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jul 9, 2024
1 parent 4bd87e1 commit dbf5c4e
Show file tree
Hide file tree
Showing 97 changed files with 8 additions and 4,298 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build and start docker-compose
timeout-minutes: 10
run: docker-compose -f docker/e2e-old.yml up -d
run: docker-compose -f ci/e2e-old.yml up -d

- name: Wait until Elasticsearch is up
timeout-minutes: 6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Build and export
uses: docker/build-push-action@v6
with:
context: docker/${{ matrix.module }}/.
context: ci/${{ matrix.module }}/.
tags: ${{ matrix.module }}:latest
outputs: type=docker,dest=/tmp/image.tar
cache-from: type=gha
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Build and start docker-compose
timeout-minutes: 10
run: docker-compose -f docker/ci.yml up -d
run: docker-compose -f ci/ci.yml up -d

- name: Wait until services are healthy
timeout-minutes: 6
Expand All @@ -176,8 +176,8 @@ jobs:

- name: Print docker status
if: failure()
run: docker-compose -f docker/ci.yml ps
run: docker-compose -f ci/ci.yml ps

- name: Print docker-compose logs
if: failure()
run: docker-compose -f docker/ci.yml logs
run: docker-compose -f ci/ci.yml logs
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ mitmproxy/query/*.txt
.env
.env*
.DS_Store
docker/quesma/logs/err.log
docker/quesma/logs/quesma.log
ci/quesma/logs/err.log
ci/quesma/logs/quesma.log
quesma/logs/err.log
quesma/logs/quesma.log
heap.out
Expand Down
8 changes: 0 additions & 8 deletions bin/down.sh

This file was deleted.

49 changes: 0 additions & 49 deletions bin/lib.sh

This file was deleted.

7 changes: 0 additions & 7 deletions bin/logs.sh

This file was deleted.

9 changes: 0 additions & 9 deletions bin/prune.sh

This file was deleted.

10 changes: 0 additions & 10 deletions bin/rebuild-attach.sh

This file was deleted.

10 changes: 0 additions & 10 deletions bin/rebuild.sh

This file was deleted.

18 changes: 0 additions & 18 deletions bin/up.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions docker/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions docker/clean-clickhouse/.env.example

This file was deleted.

7 changes: 0 additions & 7 deletions docker/clean-clickhouse/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion docker/clean-clickhouse/README.md

This file was deleted.

63 changes: 0 additions & 63 deletions docker/clean-clickhouse/clean.py

This file was deleted.

54 changes: 0 additions & 54 deletions docker/clean-clickhouse/schema/01-device_logs.sql

This file was deleted.

39 changes: 0 additions & 39 deletions docker/clean-clickhouse/schema/02-windows_logs.sql

This file was deleted.

25 changes: 0 additions & 25 deletions docker/clean-clickhouse/schema/03-type_logs.sql

This file was deleted.

4 changes: 0 additions & 4 deletions docker/clean-clickhouse/schema/04-type-logs-insert.sql

This file was deleted.

Loading

0 comments on commit dbf5c4e

Please sign in to comment.