1616
1717jobs :
1818
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
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout repo @ SHA - ${{ github.sha }}
@@ -32,10 +32,10 @@ jobs:
3232 run : pip install tox
3333
3434 - name : Run tests
35- run : tox -e py38-test-instrumentation-openai -- -ra
35+ run : tox -e py38-test-instrumentation-openai-v2 -- -ra
3636
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
3939 runs-on : ubuntu-latest
4040 steps :
4141 - name : Checkout repo @ SHA - ${{ github.sha }}
@@ -50,10 +50,10 @@ jobs:
5050 run : pip install tox
5151
5252 - name : Run tests
53- run : tox -e py39-test-instrumentation-openai -- -ra
53+ run : tox -e py39-test-instrumentation-openai-v2 -- -ra
5454
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
5757 runs-on : ubuntu-latest
5858 steps :
5959 - name : Checkout repo @ SHA - ${{ github.sha }}
@@ -68,10 +68,10 @@ jobs:
6868 run : pip install tox
6969
7070 - name : Run tests
71- run : tox -e py310-test-instrumentation-openai -- -ra
71+ run : tox -e py310-test-instrumentation-openai-v2 -- -ra
7272
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
7575 runs-on : ubuntu-latest
7676 steps :
7777 - name : Checkout repo @ SHA - ${{ github.sha }}
@@ -86,10 +86,10 @@ jobs:
8686 run : pip install tox
8787
8888 - name : Run tests
89- run : tox -e py311-test-instrumentation-openai -- -ra
89+ run : tox -e py311-test-instrumentation-openai-v2 -- -ra
9090
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
9393 runs-on : ubuntu-latest
9494 steps :
9595 - name : Checkout repo @ SHA - ${{ github.sha }}
@@ -104,10 +104,10 @@ jobs:
104104 run : pip install tox
105105
106106 - name : Run tests
107- run : tox -e py312-test-instrumentation-openai -- -ra
107+ run : tox -e py312-test-instrumentation-openai-v2 -- -ra
108108
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
111111 runs-on : ubuntu-latest
112112 steps :
113113 - name : Checkout repo @ SHA - ${{ github.sha }}
@@ -122,7 +122,7 @@ jobs:
122122 run : pip install tox
123123
124124 - name : Run tests
125- run : tox -e pypy3-test-instrumentation-openai -- -ra
125+ run : tox -e pypy3-test-instrumentation-openai-v2 -- -ra
126126
127127 py38-test-resource-detector-container_ubuntu-latest :
128128 name : resource-detector-container 3.8 Ubuntu
0 commit comments