|
1 |
| -# Do not edit this file by hand. This is generated automatically by running |
2 |
| -# generate_tests_yml.py. |
| 1 | +# Do not edit this file. |
| 2 | +# This file is generated automatically by executing generate_tests.py. |
3 | 3 |
|
4 | 4 | name: Tests
|
5 | 5 |
|
@@ -211,24 +211,6 @@ jobs:
|
211 | 211 | - name: Run tests
|
212 | 212 | run: tox -e py312-test-exporter-prometheus-remote-write -- -ra
|
213 | 213 |
|
214 |
| - exporter-prometheus-remote-write_py3_ubuntu-latest: |
215 |
| - name: exporter-prometheus-remote-write pypy-3.8 ubuntu |
216 |
| - runs-on: ubuntu-latest |
217 |
| - steps: |
218 |
| - - name: Checkout Contrib Repo @ SHA - ${{ github.sha }} |
219 |
| - uses: actions/checkout@v4 |
220 |
| - |
221 |
| - - name: Set up Python pypy-3.8 |
222 |
| - uses: actions/setup-python@v5 |
223 |
| - with: |
224 |
| - python-version: "pypy-3.8" |
225 |
| - |
226 |
| - - name: Install tox |
227 |
| - run: pip install tox |
228 |
| - |
229 |
| - - name: Run tests |
230 |
| - run: tox -e pypy3-test-exporter-prometheus-remote-write -- -ra |
231 |
| - |
232 | 214 | exporter-richconsole_38_ubuntu-latest:
|
233 | 215 | name: exporter-richconsole 3.8 ubuntu
|
234 | 216 | runs-on: ubuntu-latest
|
@@ -2047,24 +2029,6 @@ jobs:
|
2047 | 2029 | - name: Run tests
|
2048 | 2030 | run: tox -e py312-test-instrumentation-confluent-kafka -- -ra
|
2049 | 2031 |
|
2050 |
| - instrumentation-confluent-kafka_py3_ubuntu-latest: |
2051 |
| - name: instrumentation-confluent-kafka pypy-3.8 ubuntu |
2052 |
| - runs-on: ubuntu-latest |
2053 |
| - steps: |
2054 |
| - - name: Checkout Contrib Repo @ SHA - ${{ github.sha }} |
2055 |
| - uses: actions/checkout@v4 |
2056 |
| - |
2057 |
| - - name: Set up Python pypy-3.8 |
2058 |
| - uses: actions/setup-python@v5 |
2059 |
| - with: |
2060 |
| - python-version: "pypy-3.8" |
2061 |
| - |
2062 |
| - - name: Install tox |
2063 |
| - run: pip install tox |
2064 |
| - |
2065 |
| - - name: Run tests |
2066 |
| - run: tox -e pypy3-test-instrumentation-confluent-kafka -- -ra |
2067 |
| - |
2068 | 2032 | instrumentation-dbapi_38_ubuntu-latest:
|
2069 | 2033 | name: instrumentation-dbapi 3.8 ubuntu
|
2070 | 2034 | runs-on: ubuntu-latest
|
@@ -3523,24 +3487,6 @@ jobs:
|
3523 | 3487 | - name: Run tests
|
3524 | 3488 | run: tox -e py312-test-instrumentation-grpc -- -ra
|
3525 | 3489 |
|
3526 |
| - instrumentation-grpc_py3_ubuntu-latest: |
3527 |
| - name: instrumentation-grpc pypy-3.8 ubuntu |
3528 |
| - runs-on: ubuntu-latest |
3529 |
| - steps: |
3530 |
| - - name: Checkout Contrib Repo @ SHA - ${{ github.sha }} |
3531 |
| - uses: actions/checkout@v4 |
3532 |
| - |
3533 |
| - - name: Set up Python pypy-3.8 |
3534 |
| - uses: actions/setup-python@v5 |
3535 |
| - with: |
3536 |
| - python-version: "pypy-3.8" |
3537 |
| - |
3538 |
| - - name: Install tox |
3539 |
| - run: pip install tox |
3540 |
| - |
3541 |
| - - name: Run tests |
3542 |
| - run: tox -e pypy3-test-instrumentation-grpc -- -ra |
3543 |
| - |
3544 | 3490 | instrumentation-httpx_0_38_ubuntu-latest:
|
3545 | 3491 | name: instrumentation-httpx-0 3.8 ubuntu
|
3546 | 3492 | runs-on: ubuntu-latest
|
|
0 commit comments