@@ -4079,63 +4079,6 @@ jobs:
40794079 - name : Run tests
40804080 run : tox -e pypy3-test-instrumentation-dbapi-wrapt2 -- -ra
40814081
4082- py39-test-instrumentation-boto_ubuntu-latest :
4083- name : instrumentation-boto 3.9 Ubuntu
4084- runs-on : ubuntu-latest
4085- timeout-minutes : 30
4086- steps :
4087- - name : Checkout repo @ SHA - ${{ github.sha }}
4088- uses : actions/checkout@v4
4089-
4090- - name : Set up Python 3.9
4091- uses : actions/setup-python@v5
4092- with :
4093- python-version : " 3.9"
4094-
4095- - name : Install tox
4096- run : pip install tox-uv
4097-
4098- - name : Run tests
4099- run : tox -e py39-test-instrumentation-boto -- -ra
4100-
4101- py310-test-instrumentation-boto_ubuntu-latest :
4102- name : instrumentation-boto 3.10 Ubuntu
4103- runs-on : ubuntu-latest
4104- timeout-minutes : 30
4105- steps :
4106- - name : Checkout repo @ SHA - ${{ github.sha }}
4107- uses : actions/checkout@v4
4108-
4109- - name : Set up Python 3.10
4110- uses : actions/setup-python@v5
4111- with :
4112- python-version : " 3.10"
4113-
4114- - name : Install tox
4115- run : pip install tox-uv
4116-
4117- - name : Run tests
4118- run : tox -e py310-test-instrumentation-boto -- -ra
4119-
4120- py311-test-instrumentation-boto_ubuntu-latest :
4121- name : instrumentation-boto 3.11 Ubuntu
4122- runs-on : ubuntu-latest
4123- timeout-minutes : 30
4124- steps :
4125- - name : Checkout repo @ SHA - ${{ github.sha }}
4126- uses : actions/checkout@v4
4127-
4128- - name : Set up Python 3.11
4129- uses : actions/setup-python@v5
4130- with :
4131- python-version : " 3.11"
4132-
4133- - name : Install tox
4134- run : pip install tox-uv
4135-
4136- - name : Run tests
4137- run : tox -e py311-test-instrumentation-boto -- -ra
4138-
41394082 py39-test-instrumentation-asyncclick_ubuntu-latest :
41404083 name : instrumentation-asyncclick 3.9 Ubuntu
41414084 runs-on : ubuntu-latest
@@ -4781,3 +4724,60 @@ jobs:
47814724
47824725 - name : Run tests
47834726 run : tox -e pypy3-test-instrumentation-elasticsearch-1 -- -ra
4727+
4728+ pypy3-test-instrumentation-elasticsearch-2_ubuntu-latest :
4729+ name : instrumentation-elasticsearch-2 pypy-3.9 Ubuntu
4730+ runs-on : ubuntu-latest
4731+ timeout-minutes : 30
4732+ steps :
4733+ - name : Checkout repo @ SHA - ${{ github.sha }}
4734+ uses : actions/checkout@v4
4735+
4736+ - name : Set up Python pypy-3.9
4737+ uses : actions/setup-python@v5
4738+ with :
4739+ python-version : " pypy-3.9"
4740+
4741+ - name : Install tox
4742+ run : pip install tox-uv
4743+
4744+ - name : Run tests
4745+ run : tox -e pypy3-test-instrumentation-elasticsearch-2 -- -ra
4746+
4747+ py39-test-instrumentation-falcon-0_ubuntu-latest :
4748+ name : instrumentation-falcon-0 3.9 Ubuntu
4749+ runs-on : ubuntu-latest
4750+ timeout-minutes : 30
4751+ steps :
4752+ - name : Checkout repo @ SHA - ${{ github.sha }}
4753+ uses : actions/checkout@v4
4754+
4755+ - name : Set up Python 3.9
4756+ uses : actions/setup-python@v5
4757+ with :
4758+ python-version : " 3.9"
4759+
4760+ - name : Install tox
4761+ run : pip install tox-uv
4762+
4763+ - name : Run tests
4764+ run : tox -e py39-test-instrumentation-falcon-0 -- -ra
4765+
4766+ py39-test-instrumentation-falcon-1_ubuntu-latest :
4767+ name : instrumentation-falcon-1 3.9 Ubuntu
4768+ runs-on : ubuntu-latest
4769+ timeout-minutes : 30
4770+ steps :
4771+ - name : Checkout repo @ SHA - ${{ github.sha }}
4772+ uses : actions/checkout@v4
4773+
4774+ - name : Set up Python 3.9
4775+ uses : actions/setup-python@v5
4776+ with :
4777+ python-version : " 3.9"
4778+
4779+ - name : Install tox
4780+ run : pip install tox-uv
4781+
4782+ - name : Run tests
4783+ run : tox -e py39-test-instrumentation-falcon-1 -- -ra
0 commit comments