Skip to content

Commit 8b58f27

Browse files
committed
adjust tests
1 parent 51f2438 commit 8b58f27

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.github/workflows/test_0.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env:
1616

1717
jobs:
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

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ envlist =
77
; for specifying supported Python versions per package.
88

99
; instrumentation-openai
10-
py3{8,9,10,11,12}-test-instrumentation-openai
11-
pypy3-test-instrumentation-openai
10+
py3{8,9,10,11,12}-test-instrumentation-openai-v2
11+
pypy3-test-instrumentation-openai-v2
1212
lint-instrumentation-openai
1313

1414
; opentelemetry-resource-detector-container

0 commit comments

Comments
 (0)