Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: emdneto <[email protected]>
  • Loading branch information
emdneto committed Dec 21, 2024
1 parent c906f7f commit 09a2599
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 148 deletions.
188 changes: 94 additions & 94 deletions .github/workflows/test_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1852,24 +1852,6 @@ jobs:
- name: Run tests
run: tox -e py312-test-instrumentation-pyramid -- -ra

py313-test-instrumentation-pyramid_ubuntu-latest:
name: instrumentation-pyramid 3.13 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py313-test-instrumentation-pyramid -- -ra

pypy3-test-instrumentation-pyramid_ubuntu-latest:
name: instrumentation-pyramid pypy-3.8 Ubuntu
runs-on: ubuntu-latest
Expand Down Expand Up @@ -2392,24 +2374,6 @@ jobs:
- name: Run tests
run: tox -e py38-test-instrumentation-grpc-0 -- -ra

py38-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.8 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

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

py39-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.9 Ubuntu
runs-on: ubuntu-latest
Expand All @@ -2428,149 +2392,149 @@ jobs:
- name: Run tests
run: tox -e py39-test-instrumentation-grpc-0 -- -ra

py39-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.9 Ubuntu
py310-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.10 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.10"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py39-test-instrumentation-grpc-1 -- -ra
run: tox -e py310-test-instrumentation-grpc-0 -- -ra

py310-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.10 Ubuntu
py311-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.11 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py310-test-instrumentation-grpc-0 -- -ra
run: tox -e py311-test-instrumentation-grpc-0 -- -ra

py310-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.10 Ubuntu
py312-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.12 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py310-test-instrumentation-grpc-1 -- -ra
run: tox -e py312-test-instrumentation-grpc-0 -- -ra

py311-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.11 Ubuntu
py38-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.8 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py311-test-instrumentation-grpc-0 -- -ra
run: tox -e py38-test-instrumentation-grpc-1 -- -ra

py311-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.11 Ubuntu
py39-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.9 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.11
- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: "3.9"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py311-test-instrumentation-grpc-1 -- -ra
run: tox -e py39-test-instrumentation-grpc-1 -- -ra

py312-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.12 Ubuntu
py310-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.10 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.10"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py312-test-instrumentation-grpc-0 -- -ra
run: tox -e py310-test-instrumentation-grpc-1 -- -ra

py312-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.12 Ubuntu
py311-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.11 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.12
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py312-test-instrumentation-grpc-1 -- -ra
run: tox -e py311-test-instrumentation-grpc-1 -- -ra

py313-test-instrumentation-grpc-0_ubuntu-latest:
name: instrumentation-grpc-0 3.13 Ubuntu
py312-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.12 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

- name: Set up Python 3.13
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.13"
python-version: "3.12"

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py313-test-instrumentation-grpc-0 -- -ra
run: tox -e py312-test-instrumentation-grpc-1 -- -ra

py313-test-instrumentation-grpc-1_ubuntu-latest:
name: instrumentation-grpc-1 3.13 Ubuntu
Expand Down Expand Up @@ -3904,24 +3868,6 @@ jobs:
- name: Run tests
run: tox -e py312-test-instrumentation-httpx-1 -- -ra

py313-test-instrumentation-httpx-0_ubuntu-latest:
name: instrumentation-httpx-0 3.13 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py313-test-instrumentation-httpx-0 -- -ra

py313-test-instrumentation-httpx-1_ubuntu-latest:
name: instrumentation-httpx-1 3.13 Ubuntu
runs-on: ubuntu-latest
Expand Down Expand Up @@ -4515,3 +4461,57 @@ jobs:

- name: Run tests
run: tox -e py38-test-instrumentation-sio-pika-1 -- -ra

py39-test-instrumentation-sio-pika-0_ubuntu-latest:
name: instrumentation-sio-pika-0 3.9 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py39-test-instrumentation-sio-pika-0 -- -ra

py39-test-instrumentation-sio-pika-1_ubuntu-latest:
name: instrumentation-sio-pika-1 3.9 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py39-test-instrumentation-sio-pika-1 -- -ra

py310-test-instrumentation-sio-pika-0_ubuntu-latest:
name: instrumentation-sio-pika-0 3.10 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py310-test-instrumentation-sio-pika-0 -- -ra
54 changes: 0 additions & 54 deletions .github/workflows/test_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,60 +16,6 @@ env:

jobs:

py39-test-instrumentation-sio-pika-0_ubuntu-latest:
name: instrumentation-sio-pika-0 3.9 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py39-test-instrumentation-sio-pika-0 -- -ra

py39-test-instrumentation-sio-pika-1_ubuntu-latest:
name: instrumentation-sio-pika-1 3.9 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py39-test-instrumentation-sio-pika-1 -- -ra

py310-test-instrumentation-sio-pika-0_ubuntu-latest:
name: instrumentation-sio-pika-0 3.10 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v4

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

- name: Install tox
run: pip install tox

- name: Run tests
run: tox -e py310-test-instrumentation-sio-pika-0 -- -ra

py310-test-instrumentation-sio-pika-1_ubuntu-latest:
name: instrumentation-sio-pika-1 3.10 Ubuntu
runs-on: ubuntu-latest
Expand Down

0 comments on commit 09a2599

Please sign in to comment.