Skip to content

Commit dc1a6e4

Browse files
committed
ci: add otlp kafka exporter tests to workflows
1 parent 89fe17a commit dc1a6e4

File tree

3 files changed

+490
-184
lines changed

3 files changed

+490
-184
lines changed

.github/workflows/lint_0.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,25 @@ jobs:
260260
- name: Run tests
261261
run: tox -e lint-opentelemetry-exporter-otlp-proto-http
262262

263+
lint-opentelemetry-exporter-otlp-proto-kafka:
264+
name: opentelemetry-exporter-otlp-proto-kafka
265+
runs-on: ubuntu-latest
266+
timeout-minutes: 30
267+
steps:
268+
- name: Checkout repo @ SHA - ${{ github.sha }}
269+
uses: actions/checkout@v4
270+
271+
- name: Set up Python 3.14
272+
uses: actions/setup-python@v5
273+
with:
274+
python-version: "3.14"
275+
276+
- name: Install tox
277+
run: pip install tox-uv
278+
279+
- name: Run tests
280+
run: tox -e lint-opentelemetry-exporter-otlp-proto-kafka
281+
263282
lint-opentelemetry-exporter-prometheus:
264283
name: opentelemetry-exporter-prometheus
265284
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)