1919
2020jobs :
2121
22- py38-test-instrumentation-openai-v2-0 :
23- name : instrumentation-openai-v2-0
22+ py38-test-instrumentation-openai-v2-oldest :
23+ name : instrumentation-openai-v2-oldest
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -39,10 +39,10 @@ jobs:
3939 run : pip install tox-uv
4040
4141 - name : Run tests
42- run : tox -e py38-test-instrumentation-openai-v2-0 -- -ra
42+ run : tox -e py38-test-instrumentation-openai-v2-oldest -- -ra
4343
44- py38-test-instrumentation-openai-v2-1 :
45- name : instrumentation-openai-v2-1
44+ py38-test-instrumentation-openai-v2-latest :
45+ name : instrumentation-openai-v2-latest
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -61,10 +61,10 @@ jobs:
6161 run : pip install tox-uv
6262
6363 - name : Run tests
64- run : tox -e py38-test-instrumentation-openai-v2-1 -- -ra
64+ run : tox -e py38-test-instrumentation-openai-v2-latest -- -ra
6565
66- py38-test-instrumentation-vertexai-0 :
67- name : instrumentation-vertexai-0
66+ py38-test-instrumentation-vertexai-oldest :
67+ name : instrumentation-vertexai-oldest
6868 runs-on : ubuntu-latest
6969 steps :
7070 - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -83,10 +83,10 @@ jobs:
8383 run : pip install tox-uv
8484
8585 - name : Run tests
86- run : tox -e py38-test-instrumentation-vertexai-0 -- -ra
86+ run : tox -e py38-test-instrumentation-vertexai-oldest -- -ra
8787
88- py38-test-instrumentation-vertexai-1 :
89- name : instrumentation-vertexai-1
88+ py38-test-instrumentation-vertexai-latest :
89+ name : instrumentation-vertexai-latest
9090 runs-on : ubuntu-latest
9191 steps :
9292 - name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -105,7 +105,7 @@ jobs:
105105 run : pip install tox-uv
106106
107107 - name : Run tests
108- run : tox -e py38-test-instrumentation-vertexai-1 -- -ra
108+ run : tox -e py38-test-instrumentation-vertexai-latest -- -ra
109109
110110 py38-test-resource-detector-container :
111111 name : resource-detector-container
0 commit comments