Skip to content

Commit

Permalink
Add opentsdb to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Sep 1, 2024
1 parent 1bc5af5 commit e483e4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ jobs:
ports:
- 4242:4242
- 60030:60030
options: >-
--health-cmd="curl -f http://localhost:4242/api/version"
--health-interval=10s
--health-timeout=5s
--health-retries=3
env:
TSDB_LOG_LEVEL: "DEBUG"
TSDB_STORAGE_BACKEND: "tsd.storage.hbase.HBaseClient"
HBASE_ZOOKEEPER_QUORUM: "localhost"
HBASE_ZOOKEEPER_CLIENT_PORT: "2181"


strategy:
fail-fast: false
Expand Down

0 comments on commit e483e4d

Please sign in to comment.