Skip to content

Commit f13f7cb

Browse files
committed
generate-workflows
Signed-off-by: emdneto <[email protected]>
1 parent 412663b commit f13f7cb

File tree

4 files changed

+2542
-2240
lines changed

4 files changed

+2542
-2240
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -657,28 +657,6 @@ jobs:
657657
- name: Run tests
658658
run: tox -e py38-test-instrumentation-falcon-2 -- -ra
659659

660-
py38-test-instrumentation-falcon-3:
661-
name: instrumentation-falcon-3
662-
runs-on: ubuntu-latest
663-
steps:
664-
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
665-
uses: actions/checkout@v4
666-
with:
667-
repository: open-telemetry/opentelemetry-python-contrib
668-
ref: ${{ env.CONTRIB_REPO_SHA }}
669-
670-
- name: Set up Python 3.8
671-
uses: actions/setup-python@v5
672-
with:
673-
python-version: "3.8"
674-
architecture: "x64"
675-
676-
- name: Install tox
677-
run: pip install tox
678-
679-
- name: Run tests
680-
run: tox -e py38-test-instrumentation-falcon-3 -- -ra
681-
682660
py38-test-instrumentation-fastapi:
683661
name: instrumentation-fastapi
684662
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)