Skip to content

Commit

Permalink
tox -e generate-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jan 27, 2025
1 parent 2450145 commit fe244a0
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/workflows/core_contrib_test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,28 @@ jobs:
- name: Run tests
run: tox -e py38-test-instrumentation-psycopg2 -- -ra

py38-test-instrumentation-psycopg2-binary:
name: instrumentation-psycopg2-binary
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-uv

- name: Run tests
run: tox -e py38-test-instrumentation-psycopg2-binary -- -ra

py38-test-instrumentation-psycopg:
name: instrumentation-psycopg
runs-on: ubuntu-latest
Expand Down Expand Up @@ -1251,6 +1273,28 @@ jobs:
- name: Run tests
run: tox -e py38-test-instrumentation-pymysql -- -ra

py38-test-instrumentation-pymssql:
name: instrumentation-pymssql
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-uv

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

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

0 comments on commit fe244a0

Please sign in to comment.