Fix git pull error in core contrib test #1501
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Do not edit this file. | |
| # This file is generated automatically by executing tox -e generate-workflows | |
| name: Test 2 | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'release/*' | |
| pull_request: | |
| env: | |
| CORE_REPO_SHA: main | |
| CONTRIB_REPO_SHA: main | |
| PIP_EXISTS_ACTION: w | |
| jobs: | |
| py313-test-instrumentation-tornado_ubuntu-latest: | |
| name: instrumentation-tornado 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-tornado --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-tornado --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-tornado_ubuntu-latest: | |
| name: instrumentation-tornado pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-tornado --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-tornado --skip-pkg-install -- -ra | |
| py38-test-instrumentation-tortoiseorm_ubuntu-latest: | |
| name: instrumentation-tortoiseorm 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-tortoiseorm --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-tortoiseorm --skip-pkg-install -- -ra | |
| py39-test-instrumentation-tortoiseorm_ubuntu-latest: | |
| name: instrumentation-tortoiseorm 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-tortoiseorm --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-tortoiseorm --skip-pkg-install -- -ra | |
| py310-test-instrumentation-tortoiseorm_ubuntu-latest: | |
| name: instrumentation-tortoiseorm 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-tortoiseorm --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-tortoiseorm --skip-pkg-install -- -ra | |
| py311-test-instrumentation-tortoiseorm_ubuntu-latest: | |
| name: instrumentation-tortoiseorm 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-tortoiseorm --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-tortoiseorm --skip-pkg-install -- -ra | |
| py312-test-instrumentation-tortoiseorm_ubuntu-latest: | |
| name: instrumentation-tortoiseorm 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-tortoiseorm --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-tortoiseorm --skip-pkg-install -- -ra | |
| py313-test-instrumentation-tortoiseorm_ubuntu-latest: | |
| name: instrumentation-tortoiseorm 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-tortoiseorm --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-tortoiseorm --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-tortoiseorm_ubuntu-latest: | |
| name: instrumentation-tortoiseorm pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-tortoiseorm --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-tortoiseorm --skip-pkg-install -- -ra | |
| py38-test-instrumentation-httpx-0_ubuntu-latest: | |
| name: instrumentation-httpx-0 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-httpx-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-httpx-0 --skip-pkg-install -- -ra | |
| py38-test-instrumentation-httpx-1_ubuntu-latest: | |
| name: instrumentation-httpx-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-httpx-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-httpx-1 --skip-pkg-install -- -ra | |
| py39-test-instrumentation-httpx-0_ubuntu-latest: | |
| name: instrumentation-httpx-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-httpx-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-httpx-0 --skip-pkg-install -- -ra | |
| py39-test-instrumentation-httpx-1_ubuntu-latest: | |
| name: instrumentation-httpx-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-httpx-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-httpx-1 --skip-pkg-install -- -ra | |
| py310-test-instrumentation-httpx-0_ubuntu-latest: | |
| name: instrumentation-httpx-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-httpx-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-httpx-0 --skip-pkg-install -- -ra | |
| py310-test-instrumentation-httpx-1_ubuntu-latest: | |
| name: instrumentation-httpx-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-httpx-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-httpx-1 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-httpx-0_ubuntu-latest: | |
| name: instrumentation-httpx-0 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-httpx-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-httpx-0 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-httpx-1_ubuntu-latest: | |
| name: instrumentation-httpx-1 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-httpx-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-httpx-1 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-httpx-0_ubuntu-latest: | |
| name: instrumentation-httpx-0 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-httpx-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-httpx-0 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-httpx-1_ubuntu-latest: | |
| name: instrumentation-httpx-1 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-httpx-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-httpx-1 --skip-pkg-install -- -ra | |
| py313-test-instrumentation-httpx-1_ubuntu-latest: | |
| name: instrumentation-httpx-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-httpx-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-httpx-1 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-httpx-0_ubuntu-latest: | |
| name: instrumentation-httpx-0 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-httpx-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-httpx-0 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-httpx-1_ubuntu-latest: | |
| name: instrumentation-httpx-1 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-httpx-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-httpx-1 --skip-pkg-install -- -ra | |
| py38-test-util-http_ubuntu-latest: | |
| name: util-http 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-util-http --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-util-http --skip-pkg-install -- -ra | |
| py39-test-util-http_ubuntu-latest: | |
| name: util-http 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-util-http --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-util-http --skip-pkg-install -- -ra | |
| py310-test-util-http_ubuntu-latest: | |
| name: util-http 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-util-http --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-util-http --skip-pkg-install -- -ra | |
| py311-test-util-http_ubuntu-latest: | |
| name: util-http 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-util-http --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-util-http --skip-pkg-install -- -ra | |
| py312-test-util-http_ubuntu-latest: | |
| name: util-http 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-util-http --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-util-http --skip-pkg-install -- -ra | |
| py313-test-util-http_ubuntu-latest: | |
| name: util-http 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-util-http --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-util-http --skip-pkg-install -- -ra | |
| pypy3-test-util-http_ubuntu-latest: | |
| name: util-http pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-util-http --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-util-http --skip-pkg-install -- -ra | |
| py38-test-propagator-aws-xray-0_ubuntu-latest: | |
| name: propagator-aws-xray-0 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-propagator-aws-xray-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-propagator-aws-xray-0 --skip-pkg-install -- -ra | |
| py38-test-propagator-aws-xray-1_ubuntu-latest: | |
| name: propagator-aws-xray-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-propagator-aws-xray-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-propagator-aws-xray-1 --skip-pkg-install -- -ra | |
| py39-test-propagator-aws-xray-0_ubuntu-latest: | |
| name: propagator-aws-xray-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-propagator-aws-xray-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-propagator-aws-xray-0 --skip-pkg-install -- -ra | |
| py39-test-propagator-aws-xray-1_ubuntu-latest: | |
| name: propagator-aws-xray-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-propagator-aws-xray-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-propagator-aws-xray-1 --skip-pkg-install -- -ra | |
| py310-test-propagator-aws-xray-0_ubuntu-latest: | |
| name: propagator-aws-xray-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-propagator-aws-xray-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-propagator-aws-xray-0 --skip-pkg-install -- -ra | |
| py310-test-propagator-aws-xray-1_ubuntu-latest: | |
| name: propagator-aws-xray-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-propagator-aws-xray-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-propagator-aws-xray-1 --skip-pkg-install -- -ra | |
| py311-test-propagator-aws-xray-0_ubuntu-latest: | |
| name: propagator-aws-xray-0 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-propagator-aws-xray-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-propagator-aws-xray-0 --skip-pkg-install -- -ra | |
| py311-test-propagator-aws-xray-1_ubuntu-latest: | |
| name: propagator-aws-xray-1 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-propagator-aws-xray-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-propagator-aws-xray-1 --skip-pkg-install -- -ra | |
| py312-test-propagator-aws-xray-0_ubuntu-latest: | |
| name: propagator-aws-xray-0 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-propagator-aws-xray-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-propagator-aws-xray-0 --skip-pkg-install -- -ra | |
| py312-test-propagator-aws-xray-1_ubuntu-latest: | |
| name: propagator-aws-xray-1 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-propagator-aws-xray-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-propagator-aws-xray-1 --skip-pkg-install -- -ra | |
| py313-test-propagator-aws-xray-0_ubuntu-latest: | |
| name: propagator-aws-xray-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-propagator-aws-xray-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-propagator-aws-xray-0 --skip-pkg-install -- -ra | |
| py313-test-propagator-aws-xray-1_ubuntu-latest: | |
| name: propagator-aws-xray-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-propagator-aws-xray-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-propagator-aws-xray-1 --skip-pkg-install -- -ra | |
| pypy3-test-propagator-aws-xray-0_ubuntu-latest: | |
| name: propagator-aws-xray-0 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-propagator-aws-xray-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-propagator-aws-xray-0 --skip-pkg-install -- -ra | |
| pypy3-test-propagator-aws-xray-1_ubuntu-latest: | |
| name: propagator-aws-xray-1 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-propagator-aws-xray-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-propagator-aws-xray-1 --skip-pkg-install -- -ra | |
| py38-test-propagator-ot-trace_ubuntu-latest: | |
| name: propagator-ot-trace 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-propagator-ot-trace --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-propagator-ot-trace --skip-pkg-install -- -ra | |
| py39-test-propagator-ot-trace_ubuntu-latest: | |
| name: propagator-ot-trace 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-propagator-ot-trace --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-propagator-ot-trace --skip-pkg-install -- -ra | |
| py310-test-propagator-ot-trace_ubuntu-latest: | |
| name: propagator-ot-trace 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-propagator-ot-trace --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-propagator-ot-trace --skip-pkg-install -- -ra | |
| py311-test-propagator-ot-trace_ubuntu-latest: | |
| name: propagator-ot-trace 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-propagator-ot-trace --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-propagator-ot-trace --skip-pkg-install -- -ra | |
| py312-test-propagator-ot-trace_ubuntu-latest: | |
| name: propagator-ot-trace 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-propagator-ot-trace --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-propagator-ot-trace --skip-pkg-install -- -ra | |
| py313-test-propagator-ot-trace_ubuntu-latest: | |
| name: propagator-ot-trace 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-propagator-ot-trace --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-propagator-ot-trace --skip-pkg-install -- -ra | |
| pypy3-test-propagator-ot-trace_ubuntu-latest: | |
| name: propagator-ot-trace pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-propagator-ot-trace --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-propagator-ot-trace --skip-pkg-install -- -ra | |
| py38-test-instrumentation-sio-pika-0_ubuntu-latest: | |
| name: instrumentation-sio-pika-0 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-sio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-sio-pika-0 --skip-pkg-install -- -ra | |
| py38-test-instrumentation-sio-pika-1_ubuntu-latest: | |
| name: instrumentation-sio-pika-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-sio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-sio-pika-1 --skip-pkg-install -- -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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-sio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-sio-pika-0 --skip-pkg-install -- -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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-sio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-sio-pika-1 --skip-pkg-install -- -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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-sio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-sio-pika-0 --skip-pkg-install -- -ra | |
| py310-test-instrumentation-sio-pika-1_ubuntu-latest: | |
| name: instrumentation-sio-pika-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-sio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-sio-pika-1 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-sio-pika-0_ubuntu-latest: | |
| name: instrumentation-sio-pika-0 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-sio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-sio-pika-0 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-sio-pika-1_ubuntu-latest: | |
| name: instrumentation-sio-pika-1 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-sio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-sio-pika-1 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-sio-pika-0_ubuntu-latest: | |
| name: instrumentation-sio-pika-0 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-sio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-sio-pika-0 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-sio-pika-1_ubuntu-latest: | |
| name: instrumentation-sio-pika-1 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-sio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-sio-pika-1 --skip-pkg-install -- -ra | |
| py313-test-instrumentation-sio-pika-0_ubuntu-latest: | |
| name: instrumentation-sio-pika-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-sio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-sio-pika-0 --skip-pkg-install -- -ra | |
| py313-test-instrumentation-sio-pika-1_ubuntu-latest: | |
| name: instrumentation-sio-pika-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-sio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-sio-pika-1 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-sio-pika-0_ubuntu-latest: | |
| name: instrumentation-sio-pika-0 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-sio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-sio-pika-0 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-sio-pika-1_ubuntu-latest: | |
| name: instrumentation-sio-pika-1 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-sio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-sio-pika-1 --skip-pkg-install -- -ra | |
| py38-test-instrumentation-aio-pika-0_ubuntu-latest: | |
| name: instrumentation-aio-pika-0 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-aio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-aio-pika-0 --skip-pkg-install -- -ra | |
| py38-test-instrumentation-aio-pika-1_ubuntu-latest: | |
| name: instrumentation-aio-pika-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-aio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-aio-pika-1 --skip-pkg-install -- -ra | |
| py38-test-instrumentation-aio-pika-2_ubuntu-latest: | |
| name: instrumentation-aio-pika-2 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-aio-pika-2 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-aio-pika-2 --skip-pkg-install -- -ra | |
| py38-test-instrumentation-aio-pika-3_ubuntu-latest: | |
| name: instrumentation-aio-pika-3 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-aio-pika-3 --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-aio-pika-3 --skip-pkg-install -- -ra | |
| py39-test-instrumentation-aio-pika-0_ubuntu-latest: | |
| name: instrumentation-aio-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-aio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-aio-pika-0 --skip-pkg-install -- -ra | |
| py39-test-instrumentation-aio-pika-1_ubuntu-latest: | |
| name: instrumentation-aio-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-aio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-aio-pika-1 --skip-pkg-install -- -ra | |
| py39-test-instrumentation-aio-pika-2_ubuntu-latest: | |
| name: instrumentation-aio-pika-2 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-aio-pika-2 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-aio-pika-2 --skip-pkg-install -- -ra | |
| py39-test-instrumentation-aio-pika-3_ubuntu-latest: | |
| name: instrumentation-aio-pika-3 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-aio-pika-3 --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-aio-pika-3 --skip-pkg-install -- -ra | |
| py310-test-instrumentation-aio-pika-0_ubuntu-latest: | |
| name: instrumentation-aio-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-aio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-aio-pika-0 --skip-pkg-install -- -ra | |
| py310-test-instrumentation-aio-pika-1_ubuntu-latest: | |
| name: instrumentation-aio-pika-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-aio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-aio-pika-1 --skip-pkg-install -- -ra | |
| py310-test-instrumentation-aio-pika-2_ubuntu-latest: | |
| name: instrumentation-aio-pika-2 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-aio-pika-2 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-aio-pika-2 --skip-pkg-install -- -ra | |
| py310-test-instrumentation-aio-pika-3_ubuntu-latest: | |
| name: instrumentation-aio-pika-3 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-aio-pika-3 --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-aio-pika-3 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-aio-pika-0_ubuntu-latest: | |
| name: instrumentation-aio-pika-0 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-aio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-aio-pika-0 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-aio-pika-1_ubuntu-latest: | |
| name: instrumentation-aio-pika-1 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-aio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-aio-pika-1 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-aio-pika-2_ubuntu-latest: | |
| name: instrumentation-aio-pika-2 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-aio-pika-2 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-aio-pika-2 --skip-pkg-install -- -ra | |
| py311-test-instrumentation-aio-pika-3_ubuntu-latest: | |
| name: instrumentation-aio-pika-3 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-aio-pika-3 --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-aio-pika-3 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-aio-pika-0_ubuntu-latest: | |
| name: instrumentation-aio-pika-0 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-aio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-aio-pika-0 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-aio-pika-1_ubuntu-latest: | |
| name: instrumentation-aio-pika-1 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-aio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-aio-pika-1 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-aio-pika-2_ubuntu-latest: | |
| name: instrumentation-aio-pika-2 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-aio-pika-2 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-aio-pika-2 --skip-pkg-install -- -ra | |
| py312-test-instrumentation-aio-pika-3_ubuntu-latest: | |
| name: instrumentation-aio-pika-3 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-aio-pika-3 --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-aio-pika-3 --skip-pkg-install -- -ra | |
| py313-test-instrumentation-aio-pika-0_ubuntu-latest: | |
| name: instrumentation-aio-pika-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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-aio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-aio-pika-0 --skip-pkg-install -- -ra | |
| py313-test-instrumentation-aio-pika-1_ubuntu-latest: | |
| name: instrumentation-aio-pika-1 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-aio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-aio-pika-1 --skip-pkg-install -- -ra | |
| py313-test-instrumentation-aio-pika-2_ubuntu-latest: | |
| name: instrumentation-aio-pika-2 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-aio-pika-2 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-aio-pika-2 --skip-pkg-install -- -ra | |
| py313-test-instrumentation-aio-pika-3_ubuntu-latest: | |
| name: instrumentation-aio-pika-3 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-aio-pika-3 --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-aio-pika-3 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-aio-pika-0_ubuntu-latest: | |
| name: instrumentation-aio-pika-0 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-aio-pika-0 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-aio-pika-0 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-aio-pika-1_ubuntu-latest: | |
| name: instrumentation-aio-pika-1 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-aio-pika-1 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-aio-pika-1 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-aio-pika-2_ubuntu-latest: | |
| name: instrumentation-aio-pika-2 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-aio-pika-2 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-aio-pika-2 --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-aio-pika-3_ubuntu-latest: | |
| name: instrumentation-aio-pika-3 pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-aio-pika-3 --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-aio-pika-3 --skip-pkg-install -- -ra | |
| py38-test-instrumentation-aiokafka_ubuntu-latest: | |
| name: instrumentation-aiokafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-aiokafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-aiokafka --skip-pkg-install -- -ra | |
| py39-test-instrumentation-aiokafka_ubuntu-latest: | |
| name: instrumentation-aiokafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-aiokafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-aiokafka --skip-pkg-install -- -ra | |
| py310-test-instrumentation-aiokafka_ubuntu-latest: | |
| name: instrumentation-aiokafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-aiokafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-aiokafka --skip-pkg-install -- -ra | |
| py311-test-instrumentation-aiokafka_ubuntu-latest: | |
| name: instrumentation-aiokafka 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-aiokafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-aiokafka --skip-pkg-install -- -ra | |
| py312-test-instrumentation-aiokafka_ubuntu-latest: | |
| name: instrumentation-aiokafka 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-aiokafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-aiokafka --skip-pkg-install -- -ra | |
| py313-test-instrumentation-aiokafka_ubuntu-latest: | |
| name: instrumentation-aiokafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-aiokafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-aiokafka --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-aiokafka_ubuntu-latest: | |
| name: instrumentation-aiokafka pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-aiokafka --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-aiokafka --skip-pkg-install -- -ra | |
| py38-test-instrumentation-kafka-python_ubuntu-latest: | |
| name: instrumentation-kafka-python 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-kafka-python --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-kafka-python --skip-pkg-install -- -ra | |
| py39-test-instrumentation-kafka-python_ubuntu-latest: | |
| name: instrumentation-kafka-python 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-kafka-python --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-kafka-python --skip-pkg-install -- -ra | |
| py310-test-instrumentation-kafka-python_ubuntu-latest: | |
| name: instrumentation-kafka-python 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-kafka-python --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-kafka-python --skip-pkg-install -- -ra | |
| py311-test-instrumentation-kafka-python_ubuntu-latest: | |
| name: instrumentation-kafka-python 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-kafka-python --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-kafka-python --skip-pkg-install -- -ra | |
| py38-test-instrumentation-kafka-pythonng_ubuntu-latest: | |
| name: instrumentation-kafka-pythonng 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-kafka-pythonng --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-kafka-pythonng --skip-pkg-install -- -ra | |
| py39-test-instrumentation-kafka-pythonng_ubuntu-latest: | |
| name: instrumentation-kafka-pythonng 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-kafka-pythonng --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-kafka-pythonng --skip-pkg-install -- -ra | |
| py310-test-instrumentation-kafka-pythonng_ubuntu-latest: | |
| name: instrumentation-kafka-pythonng 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-kafka-pythonng --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-kafka-pythonng --skip-pkg-install -- -ra | |
| py311-test-instrumentation-kafka-pythonng_ubuntu-latest: | |
| name: instrumentation-kafka-pythonng 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-kafka-pythonng --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-kafka-pythonng --skip-pkg-install -- -ra | |
| py312-test-instrumentation-kafka-pythonng_ubuntu-latest: | |
| name: instrumentation-kafka-pythonng 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-kafka-pythonng --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-kafka-pythonng --skip-pkg-install -- -ra | |
| py313-test-instrumentation-kafka-pythonng_ubuntu-latest: | |
| name: instrumentation-kafka-pythonng 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-kafka-pythonng --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-kafka-pythonng --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-kafka-python_ubuntu-latest: | |
| name: instrumentation-kafka-python pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-kafka-python --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-kafka-python --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-kafka-pythonng_ubuntu-latest: | |
| name: instrumentation-kafka-pythonng pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-kafka-pythonng --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-kafka-pythonng --skip-pkg-install -- -ra | |
| py38-test-instrumentation-confluent-kafka_ubuntu-latest: | |
| name: instrumentation-confluent-kafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-confluent-kafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-confluent-kafka --skip-pkg-install -- -ra | |
| py39-test-instrumentation-confluent-kafka_ubuntu-latest: | |
| name: instrumentation-confluent-kafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-confluent-kafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-confluent-kafka --skip-pkg-install -- -ra | |
| py310-test-instrumentation-confluent-kafka_ubuntu-latest: | |
| name: instrumentation-confluent-kafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-confluent-kafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-confluent-kafka --skip-pkg-install -- -ra | |
| py311-test-instrumentation-confluent-kafka_ubuntu-latest: | |
| name: instrumentation-confluent-kafka 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-confluent-kafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-confluent-kafka --skip-pkg-install -- -ra | |
| py312-test-instrumentation-confluent-kafka_ubuntu-latest: | |
| name: instrumentation-confluent-kafka 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-confluent-kafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-confluent-kafka --skip-pkg-install -- -ra | |
| py313-test-instrumentation-confluent-kafka_ubuntu-latest: | |
| name: instrumentation-confluent-kafka 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-confluent-kafka --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-confluent-kafka --skip-pkg-install -- -ra | |
| py38-test-instrumentation-asyncio_ubuntu-latest: | |
| name: instrumentation-asyncio 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-asyncio --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-asyncio --skip-pkg-install -- -ra | |
| py39-test-instrumentation-asyncio_ubuntu-latest: | |
| name: instrumentation-asyncio 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-asyncio --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-asyncio --skip-pkg-install -- -ra | |
| py310-test-instrumentation-asyncio_ubuntu-latest: | |
| name: instrumentation-asyncio 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-asyncio --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-asyncio --skip-pkg-install -- -ra | |
| py311-test-instrumentation-asyncio_ubuntu-latest: | |
| name: instrumentation-asyncio 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-asyncio --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-asyncio --skip-pkg-install -- -ra | |
| py312-test-instrumentation-asyncio_ubuntu-latest: | |
| name: instrumentation-asyncio 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-asyncio --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-asyncio --skip-pkg-install -- -ra | |
| py313-test-instrumentation-asyncio_ubuntu-latest: | |
| name: instrumentation-asyncio 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-asyncio --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-asyncio --skip-pkg-install -- -ra | |
| py38-test-instrumentation-cassandra_ubuntu-latest: | |
| name: instrumentation-cassandra 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-instrumentation-cassandra --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-instrumentation-cassandra --skip-pkg-install -- -ra | |
| py39-test-instrumentation-cassandra_ubuntu-latest: | |
| name: instrumentation-cassandra 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-instrumentation-cassandra --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-instrumentation-cassandra --skip-pkg-install -- -ra | |
| py310-test-instrumentation-cassandra_ubuntu-latest: | |
| name: instrumentation-cassandra 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-instrumentation-cassandra --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-instrumentation-cassandra --skip-pkg-install -- -ra | |
| py311-test-instrumentation-cassandra_ubuntu-latest: | |
| name: instrumentation-cassandra 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-instrumentation-cassandra --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-instrumentation-cassandra --skip-pkg-install -- -ra | |
| py312-test-instrumentation-cassandra_ubuntu-latest: | |
| name: instrumentation-cassandra 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-instrumentation-cassandra --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-instrumentation-cassandra --skip-pkg-install -- -ra | |
| py313-test-instrumentation-cassandra_ubuntu-latest: | |
| name: instrumentation-cassandra 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-instrumentation-cassandra --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-instrumentation-cassandra --skip-pkg-install -- -ra | |
| pypy3-test-instrumentation-cassandra_ubuntu-latest: | |
| name: instrumentation-cassandra pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-instrumentation-cassandra --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-instrumentation-cassandra --skip-pkg-install -- -ra | |
| py38-test-processor-baggage_ubuntu-latest: | |
| name: processor-baggage 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py38-test-processor-baggage --pkg-only | |
| - name: Run tests | |
| run: tox -e py38-test-processor-baggage --skip-pkg-install -- -ra | |
| py39-test-processor-baggage_ubuntu-latest: | |
| name: processor-baggage 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py39-test-processor-baggage --pkg-only | |
| - name: Run tests | |
| run: tox -e py39-test-processor-baggage --skip-pkg-install -- -ra | |
| py310-test-processor-baggage_ubuntu-latest: | |
| name: processor-baggage 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py310-test-processor-baggage --pkg-only | |
| - name: Run tests | |
| run: tox -e py310-test-processor-baggage --skip-pkg-install -- -ra | |
| py311-test-processor-baggage_ubuntu-latest: | |
| name: processor-baggage 3.11 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.11 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.11" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py311-test-processor-baggage --pkg-only | |
| - name: Run tests | |
| run: tox -e py311-test-processor-baggage --skip-pkg-install -- -ra | |
| py312-test-processor-baggage_ubuntu-latest: | |
| name: processor-baggage 3.12 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.12 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.12" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py312-test-processor-baggage --pkg-only | |
| - name: Run tests | |
| run: tox -e py312-test-processor-baggage --skip-pkg-install -- -ra | |
| py313-test-processor-baggage_ubuntu-latest: | |
| name: processor-baggage 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-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e py313-test-processor-baggage --pkg-only | |
| - name: Run tests | |
| run: tox -e py313-test-processor-baggage --skip-pkg-install -- -ra | |
| pypy3-test-processor-baggage_ubuntu-latest: | |
| name: processor-baggage pypy-3.8 Ubuntu | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.8 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.8" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Setup tox with retry | |
| uses: nick-fields/retry@v2 | |
| with: | |
| timeout_minutes: 2 | |
| max_attempts: 3 | |
| command: tox -e pypy3-test-processor-baggage --pkg-only | |
| - name: Run tests | |
| run: tox -e pypy3-test-processor-baggage --skip-pkg-install -- -ra |