Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0415fa

Browse files
authoredApr 9, 2025··
Merge branch 'main' into bug-3352/fix-transient-ci-git-errors
2 parents 01d7ae6 + 6d5a514 commit b0415fa

File tree

71 files changed

+5332
-1726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+5332
-1726
lines changed
 

‎.github/component_owners.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ components:
1111
- oxeye-nikolay
1212
- nikosokolik
1313

14+
instrumentation/opentelemetry-instrumentation-asyncclick:
15+
- jomcgi
16+
1417
instrumentation/opentelemetry-instrumentation-kafka-python:
1518
- nozik
1619

‎.github/workflows/core_contrib_test_0.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,28 @@ jobs:
732732
env:
733733
CORE_REPO: "git+file://${{ github.workspace }}/opentelemetry-python"
734734

735+
py38-test-instrumentation-asyncclick:
736+
name: instrumentation-asyncclick
737+
runs-on: ubuntu-latest
738+
steps:
739+
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
740+
uses: actions/checkout@v4
741+
with:
742+
repository: open-telemetry/opentelemetry-python-contrib
743+
ref: ${{ env.CONTRIB_REPO_SHA }}
744+
745+
- name: Set up Python 3.8
746+
uses: actions/setup-python@v5
747+
with:
748+
python-version: "3.8"
749+
architecture: "x64"
750+
751+
- name: Install tox
752+
run: pip install tox-uv
753+
754+
- name: Run tests
755+
run: tox -e py38-test-instrumentation-asyncclick -- -ra
756+
735757
py38-test-instrumentation-click:
736758
name: instrumentation-click
737759
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
Please sign in to comment.