Skip to content

Commit

Permalink
[chore] Move scylladb implementation to docker-compose (jaegertraci…
Browse files Browse the repository at this point in the history
…ng#6652)

## Which problem is this PR solving?
- Towards jaegertracing#6637

## Description of the changes
- This PR moves the docker-compose setup for scylladb to from
`plugin/storage/scylladb` to `docker-compose/scylladb`

## How was this change tested?
- CI

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `npm run lint` and `npm run test`

Signed-off-by: Mahad Zaryab <mahadzaryab1@gmail.com>
  • Loading branch information
mahadzaryab1 authored Feb 2, 2025
1 parent 92246c5 commit 987f795
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"docker-compose/monitor/docker-compose.yml",
"docker-compose/opensearch/v1/docker-compose.yml",
"docker-compose/opensearch/v2/docker-compose.yml",
"plugin/storage/scylladb/docker-compose.yml"
"docker-compose/scylladb/docker-compose.yml"
],
"matchUpdateTypes": [
"major",
Expand Down

0 comments on commit 987f795

Please sign in to comment.