feat(config): add process resource detector support for declarative config #2743
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 1 | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| pull_request: | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
| cancel-in-progress: true | |
| env: | |
| CORE_REPO_SHA: main | |
| # Set the SHA to the branch name if the PR has a label 'prepare-release' or 'backport' otherwise, set it to 'main' | |
| # For PRs you can change the inner fallback ('main') | |
| # For pushes you change the outer fallback ('main') | |
| # The logic below is used during releases and depends on having an equivalent branch name in the contrib repo. | |
| CONTRIB_REPO_SHA: ${{ github.event_name == 'pull_request' && ( | |
| contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref || | |
| contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref || | |
| 'main' | |
| ) || 'main' }} | |
| PIP_EXISTS_ACTION: w | |
| CONTRIB_REPO_UTIL_HTTP: ${{ github.workspace }}/opentelemetry-python-contrib/util/opentelemetry-util-http | |
| CONTRIB_REPO_INSTRUMENTATION: ${{ github.workspace }}/opentelemetry-python-contrib/opentelemetry-instrumentation | |
| CONTRIB_REPO_INSTRUMENTATION_REQUESTS: ${{ github.workspace }}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-requests | |
| CONTRIB_REPO_INSTRUMENTATION_WSGI: ${{ github.workspace }}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-wsgi | |
| CONTRIB_REPO_INSTRUMENTATION_FLASK: ${{ github.workspace }}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-flask | |
| jobs: | |
| py313-test-opentelemetry-opentracing-shim_windows-latest: | |
| name: opentelemetry-opentracing-shim 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-opentracing-shim -- -ra | |
| py314-test-opentelemetry-opentracing-shim_windows-latest: | |
| name: opentelemetry-opentracing-shim 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-opentracing-shim -- -ra | |
| py314t-test-opentelemetry-opentracing-shim_windows-latest: | |
| name: opentelemetry-opentracing-shim 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-opentracing-shim -- -ra | |
| pypy3-test-opentelemetry-opentracing-shim_windows-latest: | |
| name: opentelemetry-opentracing-shim pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-opentracing-shim -- -ra | |
| py39-test-opentelemetry-opencensus-shim_windows-latest: | |
| name: opentelemetry-opencensus-shim 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-opencensus-shim -- -ra | |
| py310-test-opentelemetry-opencensus-shim_windows-latest: | |
| name: opentelemetry-opencensus-shim 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-opencensus-shim -- -ra | |
| py311-test-opentelemetry-opencensus-shim_windows-latest: | |
| name: opentelemetry-opencensus-shim 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-opencensus-shim -- -ra | |
| py312-test-opentelemetry-opencensus-shim_windows-latest: | |
| name: opentelemetry-opencensus-shim 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-opencensus-shim -- -ra | |
| py313-test-opentelemetry-opencensus-shim_windows-latest: | |
| name: opentelemetry-opencensus-shim 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-opencensus-shim -- -ra | |
| py314-test-opentelemetry-opencensus-shim_windows-latest: | |
| name: opentelemetry-opencensus-shim 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-opencensus-shim -- -ra | |
| py39-test-opentelemetry-exporter-opencensus_windows-latest: | |
| name: opentelemetry-exporter-opencensus 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-opencensus -- -ra | |
| py310-test-opentelemetry-exporter-opencensus_windows-latest: | |
| name: opentelemetry-exporter-opencensus 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-opencensus -- -ra | |
| py311-test-opentelemetry-exporter-opencensus_windows-latest: | |
| name: opentelemetry-exporter-opencensus 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-opencensus -- -ra | |
| py312-test-opentelemetry-exporter-opencensus_windows-latest: | |
| name: opentelemetry-exporter-opencensus 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-opencensus -- -ra | |
| py313-test-opentelemetry-exporter-opencensus_windows-latest: | |
| name: opentelemetry-exporter-opencensus 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-opencensus -- -ra | |
| py314-test-opentelemetry-exporter-opencensus_windows-latest: | |
| name: opentelemetry-exporter-opencensus 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-opencensus -- -ra | |
| py39-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| py310-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| py311-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| py312-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| py313-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| py314-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| py314t-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| pypy3-test-opentelemetry-exporter-otlp-proto-common_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-common pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-exporter-otlp-proto-common -- -ra | |
| py39-test-opentelemetry-exporter-otlp-combined_windows-latest: | |
| name: opentelemetry-exporter-otlp-combined 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-otlp-combined -- -ra | |
| py310-test-opentelemetry-exporter-otlp-combined_windows-latest: | |
| name: opentelemetry-exporter-otlp-combined 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-otlp-combined -- -ra | |
| py311-test-opentelemetry-exporter-otlp-combined_windows-latest: | |
| name: opentelemetry-exporter-otlp-combined 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-otlp-combined -- -ra | |
| py312-test-opentelemetry-exporter-otlp-combined_windows-latest: | |
| name: opentelemetry-exporter-otlp-combined 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-otlp-combined -- -ra | |
| py313-test-opentelemetry-exporter-otlp-combined_windows-latest: | |
| name: opentelemetry-exporter-otlp-combined 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-otlp-combined -- -ra | |
| py314-test-opentelemetry-exporter-otlp-combined_windows-latest: | |
| name: opentelemetry-exporter-otlp-combined 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-otlp-combined -- -ra | |
| py39-test-opentelemetry-exporter-otlp-proto-grpc-oldest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-oldest 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-otlp-proto-grpc-oldest -- -ra | |
| py39-test-opentelemetry-exporter-otlp-proto-grpc-latest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-latest 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra | |
| py310-test-opentelemetry-exporter-otlp-proto-grpc-oldest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-oldest 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-otlp-proto-grpc-oldest -- -ra | |
| py310-test-opentelemetry-exporter-otlp-proto-grpc-latest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-latest 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra | |
| py311-test-opentelemetry-exporter-otlp-proto-grpc-oldest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-oldest 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-otlp-proto-grpc-oldest -- -ra | |
| py311-test-opentelemetry-exporter-otlp-proto-grpc-latest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-latest 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra | |
| py312-test-opentelemetry-exporter-otlp-proto-grpc-oldest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-oldest 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-otlp-proto-grpc-oldest -- -ra | |
| py312-test-opentelemetry-exporter-otlp-proto-grpc-latest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-latest 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra | |
| py313-test-opentelemetry-exporter-otlp-proto-grpc-oldest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-oldest 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-otlp-proto-grpc-oldest -- -ra | |
| py313-test-opentelemetry-exporter-otlp-proto-grpc-latest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-latest 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra | |
| py314-test-opentelemetry-exporter-otlp-proto-grpc-oldest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-oldest 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-otlp-proto-grpc-oldest -- -ra | |
| py314-test-opentelemetry-exporter-otlp-proto-grpc-latest_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-grpc-latest 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-otlp-proto-grpc-latest -- -ra | |
| py39-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| py310-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| py311-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| py312-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| py313-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| py314-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| py314t-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| pypy3-test-opentelemetry-exporter-otlp-proto-http_windows-latest: | |
| name: opentelemetry-exporter-otlp-proto-http pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-exporter-otlp-proto-http -- -ra | |
| py39-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-prometheus -- -ra | |
| py310-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-prometheus -- -ra | |
| py311-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-prometheus -- -ra | |
| py312-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-prometheus -- -ra | |
| py313-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-prometheus -- -ra | |
| py314-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-prometheus -- -ra | |
| py314t-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-exporter-prometheus -- -ra | |
| pypy3-test-opentelemetry-exporter-prometheus_windows-latest: | |
| name: opentelemetry-exporter-prometheus pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-exporter-prometheus -- -ra | |
| py39-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| py310-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| py311-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| py312-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| py313-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| py314-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| py314t-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| pypy3-test-opentelemetry-exporter-zipkin-combined_windows-latest: | |
| name: opentelemetry-exporter-zipkin-combined pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-exporter-zipkin-combined -- -ra | |
| py39-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| py310-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| py311-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| py312-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| py313-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| py314-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| py314t-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| pypy3-test-opentelemetry-exporter-zipkin-proto-http_windows-latest: | |
| name: opentelemetry-exporter-zipkin-proto-http pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-exporter-zipkin-proto-http -- -ra | |
| py39-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-exporter-zipkin-json -- -ra | |
| py310-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-exporter-zipkin-json -- -ra | |
| py311-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-exporter-zipkin-json -- -ra | |
| py312-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-exporter-zipkin-json -- -ra | |
| py313-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-exporter-zipkin-json -- -ra | |
| py314-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-exporter-zipkin-json -- -ra | |
| py314t-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-exporter-zipkin-json -- -ra | |
| pypy3-test-opentelemetry-exporter-zipkin-json_windows-latest: | |
| name: opentelemetry-exporter-zipkin-json pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-exporter-zipkin-json -- -ra | |
| py39-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-propagator-b3 -- -ra | |
| py310-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-propagator-b3 -- -ra | |
| py311-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-propagator-b3 -- -ra | |
| py312-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-propagator-b3 -- -ra | |
| py313-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-propagator-b3 -- -ra | |
| py314-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-propagator-b3 -- -ra | |
| py314t-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-propagator-b3 -- -ra | |
| pypy3-test-opentelemetry-propagator-b3_windows-latest: | |
| name: opentelemetry-propagator-b3 pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-propagator-b3 -- -ra | |
| py39-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-propagator-jaeger -- -ra | |
| py310-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-propagator-jaeger -- -ra | |
| py311-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-propagator-jaeger -- -ra | |
| py312-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-propagator-jaeger -- -ra | |
| py313-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-propagator-jaeger -- -ra | |
| py314-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-propagator-jaeger -- -ra | |
| py314t-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-propagator-jaeger -- -ra | |
| pypy3-test-opentelemetry-propagator-jaeger_windows-latest: | |
| name: opentelemetry-propagator-jaeger pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-propagator-jaeger -- -ra | |
| py39-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils 3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py39-test-opentelemetry-test-utils -- -ra | |
| py310-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils 3.10 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py310-test-opentelemetry-test-utils -- -ra | |
| py311-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils 3.11 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py311-test-opentelemetry-test-utils -- -ra | |
| py312-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils 3.12 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py312-test-opentelemetry-test-utils -- -ra | |
| py313-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils 3.13 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - 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: Run tests | |
| run: tox -e py313-test-opentelemetry-test-utils -- -ra | |
| py314-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils 3.14 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314-test-opentelemetry-test-utils -- -ra | |
| py314t-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils 3.14t Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python 3.14t | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.14t" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e py314t-test-opentelemetry-test-utils -- -ra | |
| pypy3-test-opentelemetry-test-utils_windows-latest: | |
| name: opentelemetry-test-utils pypy-3.9 Windows | |
| runs-on: windows-latest | |
| timeout-minutes: 30 | |
| steps: | |
| - name: Configure git to support long filenames | |
| run: git config --system core.longpaths true | |
| - name: Checkout repo @ SHA - ${{ github.sha }} | |
| uses: actions/checkout@v4 | |
| - name: Set up Python pypy-3.9 | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "pypy-3.9" | |
| - name: Install tox | |
| run: pip install tox-uv | |
| - name: Run tests | |
| run: tox -e pypy3-test-opentelemetry-test-utils -- -ra |