Skip to content

Commit 1466377

Browse files
committed
ci: regenerate workflows
1 parent 3c0432b commit 1466377

File tree

4 files changed

+152
-288
lines changed

4 files changed

+152
-288
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -83,66 +83,6 @@ jobs:
8383
- name: Run tests
8484
run: tox -e py39-test-instrumentation-openai-v2-latest -- -ra
8585

86-
py39-test-instrumentation-openai_agents-v2-oldest:
87-
name: instrumentation-openai_agents-v2-oldest
88-
runs-on: ubuntu-latest
89-
timeout-minutes: 30
90-
steps:
91-
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
92-
uses: actions/checkout@v4
93-
with:
94-
repository: open-telemetry/opentelemetry-python-contrib
95-
ref: ${{ env.CONTRIB_REPO_SHA }}
96-
97-
- name: Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
98-
uses: actions/checkout@v4
99-
with:
100-
repository: open-telemetry/opentelemetry-python
101-
ref: ${{ env.CORE_REPO_SHA }}
102-
path: opentelemetry-python
103-
104-
- name: Set up Python 3.9
105-
uses: actions/setup-python@v5
106-
with:
107-
python-version: "3.9"
108-
architecture: "x64"
109-
110-
- name: Install tox
111-
run: pip install tox-uv
112-
113-
- name: Run tests
114-
run: tox -e py39-test-instrumentation-openai_agents-v2-oldest -- -ra
115-
116-
py39-test-instrumentation-openai_agents-v2-latest:
117-
name: instrumentation-openai_agents-v2-latest
118-
runs-on: ubuntu-latest
119-
timeout-minutes: 30
120-
steps:
121-
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
122-
uses: actions/checkout@v4
123-
with:
124-
repository: open-telemetry/opentelemetry-python-contrib
125-
ref: ${{ env.CONTRIB_REPO_SHA }}
126-
127-
- name: Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
128-
uses: actions/checkout@v4
129-
with:
130-
repository: open-telemetry/opentelemetry-python
131-
ref: ${{ env.CORE_REPO_SHA }}
132-
path: opentelemetry-python
133-
134-
- name: Set up Python 3.9
135-
uses: actions/setup-python@v5
136-
with:
137-
python-version: "3.9"
138-
architecture: "x64"
139-
140-
- name: Install tox
141-
run: pip install tox-uv
142-
143-
- name: Run tests
144-
run: tox -e py39-test-instrumentation-openai_agents-v2-latest -- -ra
145-
14686
py39-test-instrumentation-vertexai-oldest:
14787
name: instrumentation-vertexai-oldest
14888
runs-on: ubuntu-latest

.github/workflows/test_0.yml

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -260,44 +260,6 @@ jobs:
260260
- name: Run tests
261261
run: tox -e pypy3-test-instrumentation-openai-v2-latest -- -ra
262262

263-
py39-test-instrumentation-openai_agents-v2-oldest_ubuntu-latest:
264-
name: instrumentation-openai_agents-v2-oldest 3.9 Ubuntu
265-
runs-on: ubuntu-latest
266-
timeout-minutes: 30
267-
steps:
268-
- name: Checkout repo @ SHA - ${{ github.sha }}
269-
uses: actions/checkout@v4
270-
271-
- name: Set up Python 3.9
272-
uses: actions/setup-python@v5
273-
with:
274-
python-version: "3.9"
275-
276-
- name: Install tox
277-
run: pip install tox-uv
278-
279-
- name: Run tests
280-
run: tox -e py39-test-instrumentation-openai_agents-v2-oldest -- -ra
281-
282-
py39-test-instrumentation-openai_agents-v2-latest_ubuntu-latest:
283-
name: instrumentation-openai_agents-v2-latest 3.9 Ubuntu
284-
runs-on: ubuntu-latest
285-
timeout-minutes: 30
286-
steps:
287-
- name: Checkout repo @ SHA - ${{ github.sha }}
288-
uses: actions/checkout@v4
289-
290-
- name: Set up Python 3.9
291-
uses: actions/setup-python@v5
292-
with:
293-
python-version: "3.9"
294-
295-
- name: Install tox
296-
run: pip install tox-uv
297-
298-
- name: Run tests
299-
run: tox -e py39-test-instrumentation-openai_agents-v2-latest -- -ra
300-
301263
py310-test-instrumentation-openai_agents-v2-oldest_ubuntu-latest:
302264
name: instrumentation-openai_agents-v2-oldest 3.10 Ubuntu
303265
runs-on: ubuntu-latest
@@ -450,44 +412,6 @@ jobs:
450412
- name: Run tests
451413
run: tox -e py313-test-instrumentation-openai_agents-v2-latest -- -ra
452414

453-
pypy3-test-instrumentation-openai_agents-v2-oldest_ubuntu-latest:
454-
name: instrumentation-openai_agents-v2-oldest pypy-3.9 Ubuntu
455-
runs-on: ubuntu-latest
456-
timeout-minutes: 30
457-
steps:
458-
- name: Checkout repo @ SHA - ${{ github.sha }}
459-
uses: actions/checkout@v4
460-
461-
- name: Set up Python pypy-3.9
462-
uses: actions/setup-python@v5
463-
with:
464-
python-version: "pypy-3.9"
465-
466-
- name: Install tox
467-
run: pip install tox-uv
468-
469-
- name: Run tests
470-
run: tox -e pypy3-test-instrumentation-openai_agents-v2-oldest -- -ra
471-
472-
pypy3-test-instrumentation-openai_agents-v2-latest_ubuntu-latest:
473-
name: instrumentation-openai_agents-v2-latest pypy-3.9 Ubuntu
474-
runs-on: ubuntu-latest
475-
timeout-minutes: 30
476-
steps:
477-
- name: Checkout repo @ SHA - ${{ github.sha }}
478-
uses: actions/checkout@v4
479-
480-
- name: Set up Python pypy-3.9
481-
uses: actions/setup-python@v5
482-
with:
483-
python-version: "pypy-3.9"
484-
485-
- name: Install tox
486-
run: pip install tox-uv
487-
488-
- name: Run tests
489-
run: tox -e pypy3-test-instrumentation-openai_agents-v2-latest -- -ra
490-
491415
py39-test-instrumentation-vertexai-oldest_ubuntu-latest:
492416
name: instrumentation-vertexai-oldest 3.9 Ubuntu
493417
runs-on: ubuntu-latest
@@ -4781,3 +4705,79 @@ jobs:
47814705

47824706
- name: Run tests
47834707
run: tox -e py311-test-instrumentation-starlette-latest -- -ra
4708+
4709+
py312-test-instrumentation-starlette-oldest_ubuntu-latest:
4710+
name: instrumentation-starlette-oldest 3.12 Ubuntu
4711+
runs-on: ubuntu-latest
4712+
timeout-minutes: 30
4713+
steps:
4714+
- name: Checkout repo @ SHA - ${{ github.sha }}
4715+
uses: actions/checkout@v4
4716+
4717+
- name: Set up Python 3.12
4718+
uses: actions/setup-python@v5
4719+
with:
4720+
python-version: "3.12"
4721+
4722+
- name: Install tox
4723+
run: pip install tox-uv
4724+
4725+
- name: Run tests
4726+
run: tox -e py312-test-instrumentation-starlette-oldest -- -ra
4727+
4728+
py312-test-instrumentation-starlette-latest_ubuntu-latest:
4729+
name: instrumentation-starlette-latest 3.12 Ubuntu
4730+
runs-on: ubuntu-latest
4731+
timeout-minutes: 30
4732+
steps:
4733+
- name: Checkout repo @ SHA - ${{ github.sha }}
4734+
uses: actions/checkout@v4
4735+
4736+
- name: Set up Python 3.12
4737+
uses: actions/setup-python@v5
4738+
with:
4739+
python-version: "3.12"
4740+
4741+
- name: Install tox
4742+
run: pip install tox-uv
4743+
4744+
- name: Run tests
4745+
run: tox -e py312-test-instrumentation-starlette-latest -- -ra
4746+
4747+
py313-test-instrumentation-starlette-oldest_ubuntu-latest:
4748+
name: instrumentation-starlette-oldest 3.13 Ubuntu
4749+
runs-on: ubuntu-latest
4750+
timeout-minutes: 30
4751+
steps:
4752+
- name: Checkout repo @ SHA - ${{ github.sha }}
4753+
uses: actions/checkout@v4
4754+
4755+
- name: Set up Python 3.13
4756+
uses: actions/setup-python@v5
4757+
with:
4758+
python-version: "3.13"
4759+
4760+
- name: Install tox
4761+
run: pip install tox-uv
4762+
4763+
- name: Run tests
4764+
run: tox -e py313-test-instrumentation-starlette-oldest -- -ra
4765+
4766+
py313-test-instrumentation-starlette-latest_ubuntu-latest:
4767+
name: instrumentation-starlette-latest 3.13 Ubuntu
4768+
runs-on: ubuntu-latest
4769+
timeout-minutes: 30
4770+
steps:
4771+
- name: Checkout repo @ SHA - ${{ github.sha }}
4772+
uses: actions/checkout@v4
4773+
4774+
- name: Set up Python 3.13
4775+
uses: actions/setup-python@v5
4776+
with:
4777+
python-version: "3.13"
4778+
4779+
- name: Install tox
4780+
run: pip install tox-uv
4781+
4782+
- name: Run tests
4783+
run: tox -e py313-test-instrumentation-starlette-latest -- -ra

.github/workflows/test_1.yml

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -32,82 +32,6 @@ env:
3232

3333
jobs:
3434

35-
py312-test-instrumentation-starlette-oldest_ubuntu-latest:
36-
name: instrumentation-starlette-oldest 3.12 Ubuntu
37-
runs-on: ubuntu-latest
38-
timeout-minutes: 30
39-
steps:
40-
- name: Checkout repo @ SHA - ${{ github.sha }}
41-
uses: actions/checkout@v4
42-
43-
- name: Set up Python 3.12
44-
uses: actions/setup-python@v5
45-
with:
46-
python-version: "3.12"
47-
48-
- name: Install tox
49-
run: pip install tox-uv
50-
51-
- name: Run tests
52-
run: tox -e py312-test-instrumentation-starlette-oldest -- -ra
53-
54-
py312-test-instrumentation-starlette-latest_ubuntu-latest:
55-
name: instrumentation-starlette-latest 3.12 Ubuntu
56-
runs-on: ubuntu-latest
57-
timeout-minutes: 30
58-
steps:
59-
- name: Checkout repo @ SHA - ${{ github.sha }}
60-
uses: actions/checkout@v4
61-
62-
- name: Set up Python 3.12
63-
uses: actions/setup-python@v5
64-
with:
65-
python-version: "3.12"
66-
67-
- name: Install tox
68-
run: pip install tox-uv
69-
70-
- name: Run tests
71-
run: tox -e py312-test-instrumentation-starlette-latest -- -ra
72-
73-
py313-test-instrumentation-starlette-oldest_ubuntu-latest:
74-
name: instrumentation-starlette-oldest 3.13 Ubuntu
75-
runs-on: ubuntu-latest
76-
timeout-minutes: 30
77-
steps:
78-
- name: Checkout repo @ SHA - ${{ github.sha }}
79-
uses: actions/checkout@v4
80-
81-
- name: Set up Python 3.13
82-
uses: actions/setup-python@v5
83-
with:
84-
python-version: "3.13"
85-
86-
- name: Install tox
87-
run: pip install tox-uv
88-
89-
- name: Run tests
90-
run: tox -e py313-test-instrumentation-starlette-oldest -- -ra
91-
92-
py313-test-instrumentation-starlette-latest_ubuntu-latest:
93-
name: instrumentation-starlette-latest 3.13 Ubuntu
94-
runs-on: ubuntu-latest
95-
timeout-minutes: 30
96-
steps:
97-
- name: Checkout repo @ SHA - ${{ github.sha }}
98-
uses: actions/checkout@v4
99-
100-
- name: Set up Python 3.13
101-
uses: actions/setup-python@v5
102-
with:
103-
python-version: "3.13"
104-
105-
- name: Install tox
106-
run: pip install tox-uv
107-
108-
- name: Run tests
109-
run: tox -e py313-test-instrumentation-starlette-latest -- -ra
110-
11135
pypy3-test-instrumentation-starlette-oldest_ubuntu-latest:
11236
name: instrumentation-starlette-oldest pypy-3.9 Ubuntu
11337
runs-on: ubuntu-latest
@@ -4781,3 +4705,79 @@ jobs:
47814705

47824706
- name: Run tests
47834707
run: tox -e py39-test-instrumentation-sio-pika-1 -- -ra
4708+
4709+
py310-test-instrumentation-sio-pika-0_ubuntu-latest:
4710+
name: instrumentation-sio-pika-0 3.10 Ubuntu
4711+
runs-on: ubuntu-latest
4712+
timeout-minutes: 30
4713+
steps:
4714+
- name: Checkout repo @ SHA - ${{ github.sha }}
4715+
uses: actions/checkout@v4
4716+
4717+
- name: Set up Python 3.10
4718+
uses: actions/setup-python@v5
4719+
with:
4720+
python-version: "3.10"
4721+
4722+
- name: Install tox
4723+
run: pip install tox-uv
4724+
4725+
- name: Run tests
4726+
run: tox -e py310-test-instrumentation-sio-pika-0 -- -ra
4727+
4728+
py310-test-instrumentation-sio-pika-1_ubuntu-latest:
4729+
name: instrumentation-sio-pika-1 3.10 Ubuntu
4730+
runs-on: ubuntu-latest
4731+
timeout-minutes: 30
4732+
steps:
4733+
- name: Checkout repo @ SHA - ${{ github.sha }}
4734+
uses: actions/checkout@v4
4735+
4736+
- name: Set up Python 3.10
4737+
uses: actions/setup-python@v5
4738+
with:
4739+
python-version: "3.10"
4740+
4741+
- name: Install tox
4742+
run: pip install tox-uv
4743+
4744+
- name: Run tests
4745+
run: tox -e py310-test-instrumentation-sio-pika-1 -- -ra
4746+
4747+
py311-test-instrumentation-sio-pika-0_ubuntu-latest:
4748+
name: instrumentation-sio-pika-0 3.11 Ubuntu
4749+
runs-on: ubuntu-latest
4750+
timeout-minutes: 30
4751+
steps:
4752+
- name: Checkout repo @ SHA - ${{ github.sha }}
4753+
uses: actions/checkout@v4
4754+
4755+
- name: Set up Python 3.11
4756+
uses: actions/setup-python@v5
4757+
with:
4758+
python-version: "3.11"
4759+
4760+
- name: Install tox
4761+
run: pip install tox-uv
4762+
4763+
- name: Run tests
4764+
run: tox -e py311-test-instrumentation-sio-pika-0 -- -ra
4765+
4766+
py311-test-instrumentation-sio-pika-1_ubuntu-latest:
4767+
name: instrumentation-sio-pika-1 3.11 Ubuntu
4768+
runs-on: ubuntu-latest
4769+
timeout-minutes: 30
4770+
steps:
4771+
- name: Checkout repo @ SHA - ${{ github.sha }}
4772+
uses: actions/checkout@v4
4773+
4774+
- name: Set up Python 3.11
4775+
uses: actions/setup-python@v5
4776+
with:
4777+
python-version: "3.11"
4778+
4779+
- name: Install tox
4780+
run: pip install tox-uv
4781+
4782+
- name: Run tests
4783+
run: tox -e py311-test-instrumentation-sio-pika-1 -- -ra

0 commit comments

Comments
 (0)