16
16
17
17
jobs :
18
18
19
- py38-test-instrumentation-openai_ubuntu -latest :
20
- name : instrumentation-openai 3.8 Ubuntu
19
+ py38-test-instrumentation-openai-v2_ubuntu -latest :
20
+ name : instrumentation-openai-v2 3.8 Ubuntu
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -32,10 +32,10 @@ jobs:
32
32
run : pip install tox
33
33
34
34
- name : Run tests
35
- run : tox -e py38-test-instrumentation-openai -- -ra
35
+ run : tox -e py38-test-instrumentation-openai-v2 -- -ra
36
36
37
- py39-test-instrumentation-openai_ubuntu -latest :
38
- name : instrumentation-openai 3.9 Ubuntu
37
+ py39-test-instrumentation-openai-v2_ubuntu -latest :
38
+ name : instrumentation-openai-v2 3.9 Ubuntu
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -50,10 +50,10 @@ jobs:
50
50
run : pip install tox
51
51
52
52
- name : Run tests
53
- run : tox -e py39-test-instrumentation-openai -- -ra
53
+ run : tox -e py39-test-instrumentation-openai-v2 -- -ra
54
54
55
- py310-test-instrumentation-openai_ubuntu -latest :
56
- name : instrumentation-openai 3.10 Ubuntu
55
+ py310-test-instrumentation-openai-v2_ubuntu -latest :
56
+ name : instrumentation-openai-v2 3.10 Ubuntu
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -68,10 +68,10 @@ jobs:
68
68
run : pip install tox
69
69
70
70
- name : Run tests
71
- run : tox -e py310-test-instrumentation-openai -- -ra
71
+ run : tox -e py310-test-instrumentation-openai-v2 -- -ra
72
72
73
- py311-test-instrumentation-openai_ubuntu -latest :
74
- name : instrumentation-openai 3.11 Ubuntu
73
+ py311-test-instrumentation-openai-v2_ubuntu -latest :
74
+ name : instrumentation-openai-v2 3.11 Ubuntu
75
75
runs-on : ubuntu-latest
76
76
steps :
77
77
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -86,10 +86,10 @@ jobs:
86
86
run : pip install tox
87
87
88
88
- name : Run tests
89
- run : tox -e py311-test-instrumentation-openai -- -ra
89
+ run : tox -e py311-test-instrumentation-openai-v2 -- -ra
90
90
91
- py312-test-instrumentation-openai_ubuntu -latest :
92
- name : instrumentation-openai 3.12 Ubuntu
91
+ py312-test-instrumentation-openai-v2_ubuntu -latest :
92
+ name : instrumentation-openai-v2 3.12 Ubuntu
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -104,10 +104,10 @@ jobs:
104
104
run : pip install tox
105
105
106
106
- name : Run tests
107
- run : tox -e py312-test-instrumentation-openai -- -ra
107
+ run : tox -e py312-test-instrumentation-openai-v2 -- -ra
108
108
109
- pypy3-test-instrumentation-openai_ubuntu -latest :
110
- name : instrumentation-openai pypy-3.8 Ubuntu
109
+ pypy3-test-instrumentation-openai-v2_ubuntu -latest :
110
+ name : instrumentation-openai-v2 pypy-3.8 Ubuntu
111
111
runs-on : ubuntu-latest
112
112
steps :
113
113
- name : Checkout repo @ SHA - ${{ github.sha }}
@@ -122,7 +122,7 @@ jobs:
122
122
run : pip install tox
123
123
124
124
- name : Run tests
125
- run : tox -e pypy3-test-instrumentation-openai -- -ra
125
+ run : tox -e pypy3-test-instrumentation-openai-v2 -- -ra
126
126
127
127
py38-test-resource-detector-container_ubuntu-latest :
128
128
name : resource-detector-container 3.8 Ubuntu
0 commit comments