Skip to content

test: add Weaver live-check smoke workflow#3615

Draft
cijothomas wants to merge 1 commit into
open-telemetry:mainfrom
cijothomas:cijothomas/weaver-live-check-poc
Draft

test: add Weaver live-check smoke workflow#3615
cijothomas wants to merge 1 commit into
open-telemetry:mainfrom
cijothomas:cijothomas/weaver-live-check-poc

Conversation

@cijothomas

Copy link
Copy Markdown
Member

No description provided.

@cijothomas cijothomas requested a review from a team as a code owner June 30, 2026 15:44
@github-actions github-actions Bot added the helm-update-required Requires an update to the Helm chart when released label Jun 30, 2026
@cijothomas cijothomas marked this pull request as draft June 30, 2026 15:53
@cijothomas cijothomas force-pushed the cijothomas/weaver-live-check-poc branch 4 times, most recently from 79e7654 to a110974 Compare July 3, 2026 12:27
@cijothomas cijothomas force-pushed the cijothomas/weaver-live-check-poc branch from a110974 to 5ad609d Compare July 4, 2026 14:05
@cijothomas cijothomas force-pushed the cijothomas/weaver-live-check-poc branch from 5ad609d to 0e7cc9d Compare July 4, 2026 14:09
persist-credentials: false

- name: Setup Weaver
uses: open-telemetry/weaver/.github/actions/setup-weaver@14b8a6028f69c4ba70e3d112480b75c4cf06a508 # v0.24.2

- name: Start Weaver live-check listener
id: live-check
uses: open-telemetry/weaver/.github/actions/weaver-live-check-start@14b8a6028f69c4ba70e3d112480b75c4cf06a508 # v0.24.2
- name: Stop Weaver live-check and collect report
id: live-check-report
if: always()
uses: open-telemetry/weaver/.github/actions/weaver-live-check-stop@14b8a6028f69c4ba70e3d112480b75c4cf06a508 # v0.24.2
WEAVER_VERSION: v0.24.2

jobs:
live-check:
persist-credentials: false

- name: Setup Weaver
uses: open-telemetry/weaver/.github/actions/setup-weaver@14b8a6028f69c4ba70e3d112480b75c4cf06a508 # v0.24.2

- name: Start Weaver live-check listener
id: live-check
uses: open-telemetry/weaver/.github/actions/weaver-live-check-start@14b8a6028f69c4ba70e3d112480b75c4cf06a508 # v0.24.2
- name: Stop Weaver live-check and collect report
id: live-check-report
if: always()
uses: open-telemetry/weaver/.github/actions/weaver-live-check-stop@14b8a6028f69c4ba70e3d112480b75c4cf06a508 # v0.24.2

- name: Check live-check report coverage
if: always() && steps.live-check-report.outputs.report-path != ''
run: python3 test/telemetry/check_weaver_live_report.py "${{ steps.live-check-report.outputs.report-path }}"
@cijothomas cijothomas mentioned this pull request Jul 5, 2026
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

helm-update-required Requires an update to the Helm chart when released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants