File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
jobs :
11
- build :
11
+ example :
12
12
environment : integration
13
13
strategy :
14
14
matrix :
@@ -18,14 +18,18 @@ jobs:
18
18
- s3://tansu/
19
19
runs-on : ${{matrix.os}}
20
20
env :
21
- TANSU_IMAGE : ghcr.io/tansu-io/tansu:main
22
- CLUSTER_ID : kafka-python-integration
21
+ ADVERTISED_LISTENER_URL : tcp://[::]:9092
23
22
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
24
- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
23
+ AWS_ALLOW_HTTP : true
25
24
AWS_DEFAULT_REGION : auto
26
25
AWS_ENDPOINT : http://minio:9000
27
- AWS_ALLOW_HTTP : true
26
+ AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
27
+ CLUSTER_ID : kafka-python-integration
28
+ PROMETHEUS_LISTENER_URL : tcp://[::]:9100
29
+ RUST_BACKTRACE : 1
30
+ RUST_LOG : warn,tansu_server=debug,tansu_storage=debug,tansu_schema_registry=debug
28
31
STORAGE_ENGINE : ${{matrix.storage}}
32
+ TANSU_IMAGE : ghcr.io/tansu-io/tansu:main
29
33
steps :
30
34
- uses : actions/checkout@v4
31
35
- run : docker compose --progress plain up --no-color --quiet-pull --detach
34
38
- run : docker compose exec minio /usr/bin/mc mb local/tansu
35
39
- uses : astral-sh/setup-uv@v5
36
40
- run : uv sync --all-groups
41
+ - run : uv run example.py
You can’t perform that action at this time.
0 commit comments