Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alizenhom committed Oct 17, 2024
1 parent 51f2438 commit 8b58f27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/test_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:

jobs:

py38-test-instrumentation-openai_ubuntu-latest:
name: instrumentation-openai 3.8 Ubuntu
py38-test-instrumentation-openai-v2_ubuntu-latest:
name: instrumentation-openai-v2 3.8 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -32,10 +32,10 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e py38-test-instrumentation-openai -- -ra
run: tox -e py38-test-instrumentation-openai-v2 -- -ra

py39-test-instrumentation-openai_ubuntu-latest:
name: instrumentation-openai 3.9 Ubuntu
py39-test-instrumentation-openai-v2_ubuntu-latest:
name: instrumentation-openai-v2 3.9 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -50,10 +50,10 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e py39-test-instrumentation-openai -- -ra
run: tox -e py39-test-instrumentation-openai-v2 -- -ra

py310-test-instrumentation-openai_ubuntu-latest:
name: instrumentation-openai 3.10 Ubuntu
py310-test-instrumentation-openai-v2_ubuntu-latest:
name: instrumentation-openai-v2 3.10 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -68,10 +68,10 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e py310-test-instrumentation-openai -- -ra
run: tox -e py310-test-instrumentation-openai-v2 -- -ra

py311-test-instrumentation-openai_ubuntu-latest:
name: instrumentation-openai 3.11 Ubuntu
py311-test-instrumentation-openai-v2_ubuntu-latest:
name: instrumentation-openai-v2 3.11 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -86,10 +86,10 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e py311-test-instrumentation-openai -- -ra
run: tox -e py311-test-instrumentation-openai-v2 -- -ra

py312-test-instrumentation-openai_ubuntu-latest:
name: instrumentation-openai 3.12 Ubuntu
py312-test-instrumentation-openai-v2_ubuntu-latest:
name: instrumentation-openai-v2 3.12 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -104,10 +104,10 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e py312-test-instrumentation-openai -- -ra
run: tox -e py312-test-instrumentation-openai-v2 -- -ra

pypy3-test-instrumentation-openai_ubuntu-latest:
name: instrumentation-openai pypy-3.8 Ubuntu
pypy3-test-instrumentation-openai-v2_ubuntu-latest:
name: instrumentation-openai-v2 pypy-3.8 Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout repo @ SHA - ${{ github.sha }}
Expand All @@ -122,7 +122,7 @@ jobs:
run: pip install tox

- name: Run tests
run: tox -e pypy3-test-instrumentation-openai -- -ra
run: tox -e pypy3-test-instrumentation-openai-v2 -- -ra

py38-test-resource-detector-container_ubuntu-latest:
name: resource-detector-container 3.8 Ubuntu
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ envlist =
; for specifying supported Python versions per package.

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

; opentelemetry-resource-detector-container
Expand Down

0 comments on commit 8b58f27

Please sign in to comment.