Skip to content

Commit 73664a3

Browse files
generated new workflows.
1 parent de4eb31 commit 73664a3

4 files changed

Lines changed: 76 additions & 57 deletions

File tree

.github/workflows/test_0.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,25 @@ jobs:
259259
- name: Run tests
260260
run: tox -e py314-test-instrumentation-openai-v2-latest -- -ra
261261

262+
py313-test-instrumentation-openai-v2-pydantic1_ubuntu-latest:
263+
name: instrumentation-openai-v2-pydantic1 3.13 Ubuntu
264+
runs-on: ubuntu-latest
265+
timeout-minutes: 30
266+
steps:
267+
- name: Checkout repo @ SHA - ${{ github.sha }}
268+
uses: actions/checkout@v4
269+
270+
- name: Set up Python 3.13
271+
uses: actions/setup-python@v5
272+
with:
273+
python-version: "3.13"
274+
275+
- name: Install tox
276+
run: pip install tox-uv
277+
278+
- name: Run tests
279+
run: tox -e py313-test-instrumentation-openai-v2-pydantic1 -- -ra
280+
262281
pypy3-test-instrumentation-openai-v2-oldest_ubuntu-latest:
263282
name: instrumentation-openai-v2-oldest pypy-3.9 Ubuntu
264283
runs-on: ubuntu-latest
@@ -4761,22 +4780,3 @@ jobs:
47614780

47624781
- name: Run tests
47634782
run: tox -e py312-test-instrumentation-elasticsearch-0 -- -ra
4764-
4765-
py312-test-instrumentation-elasticsearch-1_ubuntu-latest:
4766-
name: instrumentation-elasticsearch-1 3.12 Ubuntu
4767-
runs-on: ubuntu-latest
4768-
timeout-minutes: 30
4769-
steps:
4770-
- name: Checkout repo @ SHA - ${{ github.sha }}
4771-
uses: actions/checkout@v4
4772-
4773-
- name: Set up Python 3.12
4774-
uses: actions/setup-python@v5
4775-
with:
4776-
python-version: "3.12"
4777-
4778-
- name: Install tox
4779-
run: pip install tox-uv
4780-
4781-
- name: Run tests
4782-
run: tox -e py312-test-instrumentation-elasticsearch-1 -- -ra

.github/workflows/test_1.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,25 @@ env:
3131

3232
jobs:
3333

34+
py312-test-instrumentation-elasticsearch-1_ubuntu-latest:
35+
name: instrumentation-elasticsearch-1 3.12 Ubuntu
36+
runs-on: ubuntu-latest
37+
timeout-minutes: 30
38+
steps:
39+
- name: Checkout repo @ SHA - ${{ github.sha }}
40+
uses: actions/checkout@v4
41+
42+
- name: Set up Python 3.12
43+
uses: actions/setup-python@v5
44+
with:
45+
python-version: "3.12"
46+
47+
- name: Install tox
48+
run: pip install tox-uv
49+
50+
- name: Run tests
51+
run: tox -e py312-test-instrumentation-elasticsearch-1 -- -ra
52+
3453
py312-test-instrumentation-elasticsearch-2_ubuntu-latest:
3554
name: instrumentation-elasticsearch-2 3.12 Ubuntu
3655
runs-on: ubuntu-latest
@@ -4761,22 +4780,3 @@ jobs:
47614780

47624781
- name: Run tests
47634782
run: tox -e py312-test-instrumentation-asyncpg-wrapt1 -- -ra
4764-
4765-
py312-test-instrumentation-asyncpg-wrapt2_ubuntu-latest:
4766-
name: instrumentation-asyncpg-wrapt2 3.12 Ubuntu
4767-
runs-on: ubuntu-latest
4768-
timeout-minutes: 30
4769-
steps:
4770-
- name: Checkout repo @ SHA - ${{ github.sha }}
4771-
uses: actions/checkout@v4
4772-
4773-
- name: Set up Python 3.12
4774-
uses: actions/setup-python@v5
4775-
with:
4776-
python-version: "3.12"
4777-
4778-
- name: Install tox
4779-
run: pip install tox-uv
4780-
4781-
- name: Run tests
4782-
run: tox -e py312-test-instrumentation-asyncpg-wrapt2 -- -ra

.github/workflows/test_2.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,25 @@ env:
3131

3232
jobs:
3333

34+
py312-test-instrumentation-asyncpg-wrapt2_ubuntu-latest:
35+
name: instrumentation-asyncpg-wrapt2 3.12 Ubuntu
36+
runs-on: ubuntu-latest
37+
timeout-minutes: 30
38+
steps:
39+
- name: Checkout repo @ SHA - ${{ github.sha }}
40+
uses: actions/checkout@v4
41+
42+
- name: Set up Python 3.12
43+
uses: actions/setup-python@v5
44+
with:
45+
python-version: "3.12"
46+
47+
- name: Install tox
48+
run: pip install tox-uv
49+
50+
- name: Run tests
51+
run: tox -e py312-test-instrumentation-asyncpg-wrapt2 -- -ra
52+
3453
py313-test-instrumentation-asyncpg-wrapt1_ubuntu-latest:
3554
name: instrumentation-asyncpg-wrapt1 3.13 Ubuntu
3655
runs-on: ubuntu-latest
@@ -4761,22 +4780,3 @@ jobs:
47614780

47624781
- name: Run tests
47634782
run: tox -e py39-test-instrumentation-cassandra-scylla -- -ra
4764-
4765-
py310-test-instrumentation-cassandra-driver_ubuntu-latest:
4766-
name: instrumentation-cassandra-driver 3.10 Ubuntu
4767-
runs-on: ubuntu-latest
4768-
timeout-minutes: 30
4769-
steps:
4770-
- name: Checkout repo @ SHA - ${{ github.sha }}
4771-
uses: actions/checkout@v4
4772-
4773-
- name: Set up Python 3.10
4774-
uses: actions/setup-python@v5
4775-
with:
4776-
python-version: "3.10"
4777-
4778-
- name: Install tox
4779-
run: pip install tox-uv
4780-
4781-
- name: Run tests
4782-
run: tox -e py310-test-instrumentation-cassandra-driver -- -ra

.github/workflows/test_3.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,25 @@ env:
3131

3232
jobs:
3333

34+
py310-test-instrumentation-cassandra-driver_ubuntu-latest:
35+
name: instrumentation-cassandra-driver 3.10 Ubuntu
36+
runs-on: ubuntu-latest
37+
timeout-minutes: 30
38+
steps:
39+
- name: Checkout repo @ SHA - ${{ github.sha }}
40+
uses: actions/checkout@v4
41+
42+
- name: Set up Python 3.10
43+
uses: actions/setup-python@v5
44+
with:
45+
python-version: "3.10"
46+
47+
- name: Install tox
48+
run: pip install tox-uv
49+
50+
- name: Run tests
51+
run: tox -e py310-test-instrumentation-cassandra-driver -- -ra
52+
3453
py310-test-instrumentation-cassandra-scylla_ubuntu-latest:
3554
name: instrumentation-cassandra-scylla 3.10 Ubuntu
3655
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)