19
19
20
20
jobs :
21
21
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
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -39,10 +39,10 @@ jobs:
39
39
run : pip install tox-uv
40
40
41
41
- 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
43
43
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
46
46
runs-on : ubuntu-latest
47
47
steps :
48
48
- name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -61,10 +61,10 @@ jobs:
61
61
run : pip install tox-uv
62
62
63
63
- 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
65
65
66
- py38-test-instrumentation-vertexai-0 :
67
- name : instrumentation-vertexai-0
66
+ py38-test-instrumentation-vertexai-oldest :
67
+ name : instrumentation-vertexai-oldest
68
68
runs-on : ubuntu-latest
69
69
steps :
70
70
- name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -83,10 +83,10 @@ jobs:
83
83
run : pip install tox-uv
84
84
85
85
- name : Run tests
86
- run : tox -e py38-test-instrumentation-vertexai-0 -- -ra
86
+ run : tox -e py38-test-instrumentation-vertexai-oldest -- -ra
87
87
88
- py38-test-instrumentation-vertexai-1 :
89
- name : instrumentation-vertexai-1
88
+ py38-test-instrumentation-vertexai-latest :
89
+ name : instrumentation-vertexai-latest
90
90
runs-on : ubuntu-latest
91
91
steps :
92
92
- name : Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -105,7 +105,7 @@ jobs:
105
105
run : pip install tox-uv
106
106
107
107
- name : Run tests
108
- run : tox -e py38-test-instrumentation-vertexai-1 -- -ra
108
+ run : tox -e py38-test-instrumentation-vertexai-latest -- -ra
109
109
110
110
py38-test-resource-detector-container :
111
111
name : resource-detector-container
0 commit comments