@@ -412,42 +412,6 @@ jobs:
412412 - name : Run tests
413413 run : tox -e py312-test-instrumentation-vertexai-v2-1 -- -ra
414414
415- pypy3-test-instrumentation-vertexai-v2-0_ubuntu-latest :
416- name : instrumentation-vertexai-v2-0 pypy-3.8 Ubuntu
417- runs-on : ubuntu-latest
418- steps :
419- - name : Checkout repo @ SHA - ${{ github.sha }}
420- uses : actions/checkout@v4
421-
422- - name : Set up Python pypy-3.8
423- uses : actions/setup-python@v5
424- with :
425- python-version : " pypy-3.8"
426-
427- - name : Install tox
428- run : pip install tox
429-
430- - name : Run tests
431- run : tox -e pypy3-test-instrumentation-vertexai-v2-0 -- -ra
432-
433- pypy3-test-instrumentation-vertexai-v2-1_ubuntu-latest :
434- name : instrumentation-vertexai-v2-1 pypy-3.8 Ubuntu
435- runs-on : ubuntu-latest
436- steps :
437- - name : Checkout repo @ SHA - ${{ github.sha }}
438- uses : actions/checkout@v4
439-
440- - name : Set up Python pypy-3.8
441- uses : actions/setup-python@v5
442- with :
443- python-version : " pypy-3.8"
444-
445- - name : Install tox
446- run : pip install tox
447-
448- - name : Run tests
449- run : tox -e pypy3-test-instrumentation-vertexai-v2-1 -- -ra
450-
451415 py38-test-resource-detector-container_ubuntu-latest :
452416 name : resource-detector-container 3.8 Ubuntu
453417 runs-on : ubuntu-latest
@@ -4515,3 +4479,39 @@ jobs:
45154479
45164480 - name : Run tests
45174481 run : tox -e pypy3-test-instrumentation-mysql-0 -- -ra
4482+
4483+ pypy3-test-instrumentation-mysql-1_ubuntu-latest :
4484+ name : instrumentation-mysql-1 pypy-3.8 Ubuntu
4485+ runs-on : ubuntu-latest
4486+ steps :
4487+ - name : Checkout repo @ SHA - ${{ github.sha }}
4488+ uses : actions/checkout@v4
4489+
4490+ - name : Set up Python pypy-3.8
4491+ uses : actions/setup-python@v5
4492+ with :
4493+ python-version : " pypy-3.8"
4494+
4495+ - name : Install tox
4496+ run : pip install tox
4497+
4498+ - name : Run tests
4499+ run : tox -e pypy3-test-instrumentation-mysql-1 -- -ra
4500+
4501+ py38-test-instrumentation-mysqlclient_ubuntu-latest :
4502+ name : instrumentation-mysqlclient 3.8 Ubuntu
4503+ runs-on : ubuntu-latest
4504+ steps :
4505+ - name : Checkout repo @ SHA - ${{ github.sha }}
4506+ uses : actions/checkout@v4
4507+
4508+ - name : Set up Python 3.8
4509+ uses : actions/setup-python@v5
4510+ with :
4511+ python-version : " 3.8"
4512+
4513+ - name : Install tox
4514+ run : pip install tox
4515+
4516+ - name : Run tests
4517+ run : tox -e py38-test-instrumentation-mysqlclient -- -ra
0 commit comments