Skip to content

Commit

Permalink
Merge branch 'main' into py313-celery
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored Dec 24, 2024
2 parents 18bb77f + 375eb6f commit 609e258
Show file tree
Hide file tree
Showing 21 changed files with 661 additions and 396 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/core_contrib_test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,28 @@ jobs:
- name: Run tests
run: tox -e py38-test-instrumentation-falcon-2 -- -ra

py38-test-instrumentation-falcon-3:
name: instrumentation-falcon-3
runs-on: ubuntu-latest
steps:
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
uses: actions/checkout@v4
with:
repository: open-telemetry/opentelemetry-python-contrib
ref: ${{ env.CONTRIB_REPO_SHA }}

- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: "3.8"
architecture: "x64"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py38-test-instrumentation-falcon-3 -- -ra

py38-test-instrumentation-fastapi:
name: instrumentation-fastapi
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 609e258

Please sign in to comment.