Skip to content

Commit 59bb054

Browse files
committed
Run generate_workflows
1 parent 28e80b9 commit 59bb054

File tree

4 files changed

+156
-156
lines changed

4 files changed

+156
-156
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -293,36 +293,6 @@ jobs:
293293
- name: Run tests
294294
run: tox -e py39-test-resource-detector-azure-1 -- -ra
295295

296-
py39-test-exporter-credential-provider-gcp:
297-
name: exporter-credential-provider-gcp
298-
runs-on: ubuntu-latest
299-
timeout-minutes: 30
300-
steps:
301-
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
302-
uses: actions/checkout@v4
303-
with:
304-
repository: open-telemetry/opentelemetry-python-contrib
305-
ref: ${{ env.CONTRIB_REPO_SHA }}
306-
307-
- name: Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
308-
uses: actions/checkout@v4
309-
with:
310-
repository: open-telemetry/opentelemetry-python
311-
ref: ${{ env.CORE_REPO_SHA }}
312-
path: opentelemetry-python
313-
314-
- name: Set up Python 3.9
315-
uses: actions/setup-python@v5
316-
with:
317-
python-version: "3.9"
318-
architecture: "x64"
319-
320-
- name: Install tox
321-
run: pip install tox-uv
322-
323-
- name: Run tests
324-
run: tox -e py39-test-exporter-credential-provider-gcp -- -ra
325-
326296
py39-test-sdk-extension-aws-0:
327297
name: sdk-extension-aws-0
328298
runs-on: ubuntu-latest
@@ -2483,6 +2453,36 @@ jobs:
24832453
- name: Run tests
24842454
run: tox -e py39-test-util-http -- -ra
24852455

2456+
py39-test-exporter-credential-provider-gcp:
2457+
name: exporter-credential-provider-gcp
2458+
runs-on: ubuntu-latest
2459+
timeout-minutes: 30
2460+
steps:
2461+
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
2462+
uses: actions/checkout@v4
2463+
with:
2464+
repository: open-telemetry/opentelemetry-python-contrib
2465+
ref: ${{ env.CONTRIB_REPO_SHA }}
2466+
2467+
- name: Checkout core repo @ SHA - ${{ env.CORE_REPO_SHA }}
2468+
uses: actions/checkout@v4
2469+
with:
2470+
repository: open-telemetry/opentelemetry-python
2471+
ref: ${{ env.CORE_REPO_SHA }}
2472+
path: opentelemetry-python
2473+
2474+
- name: Set up Python 3.9
2475+
uses: actions/setup-python@v5
2476+
with:
2477+
python-version: "3.9"
2478+
architecture: "x64"
2479+
2480+
- name: Install tox
2481+
run: pip install tox-uv
2482+
2483+
- name: Run tests
2484+
run: tox -e py39-test-exporter-credential-provider-gcp -- -ra
2485+
24862486
py39-test-util-genai:
24872487
name: util-genai
24882488
runs-on: ubuntu-latest

.github/workflows/lint_0.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,8 @@ jobs:
10771077
- name: Run tests
10781078
run: tox -e lint-util-http
10791079

1080-
lint-util-genai:
1081-
name: util-genai
1080+
lint-exporter-credential-provider-gcp:
1081+
name: exporter-credential-provider-gcp
10821082
runs-on: ubuntu-latest
10831083
timeout-minutes: 30
10841084
steps:
@@ -1094,10 +1094,10 @@ jobs:
10941094
run: pip install tox-uv
10951095

10961096
- name: Run tests
1097-
run: tox -e lint-util-genai
1097+
run: tox -e lint-exporter-credential-provider-gcp
10981098

1099-
lint-gcp-exporter-credential-provider:
1100-
name: exporter-credential-provider-gcp
1099+
lint-util-genai:
1100+
name: util-genai
11011101
runs-on: ubuntu-latest
11021102
timeout-minutes: 30
11031103
steps:
@@ -1113,7 +1113,7 @@ jobs:
11131113
run: pip install tox-uv
11141114

11151115
- name: Run tests
1116-
run: tox -e lint-gcp-exporter-credential-provider
1116+
run: tox -e lint-util-genai
11171117

11181118
lint-propagator-aws-xray:
11191119
name: propagator-aws-xray

.github/workflows/test_1.yml

Lines changed: 6 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -3965,8 +3965,8 @@ jobs:
39653965
- name: Run tests
39663966
run: tox -e pypy3-test-util-http -- -ra
39673967

3968-
py39-test-util-genai_ubuntu-latest:
3969-
name: util-genai 3.9 Ubuntu
3968+
py39-test-exporter-credential-provider-gcp_ubuntu-latest:
3969+
name: exporter-credential-provider-gcp 3.9 Ubuntu
39703970
runs-on: ubuntu-latest
39713971
timeout-minutes: 30
39723972
steps:
@@ -3982,7 +3982,7 @@ py39-test-util-genai_ubuntu-latest:
39823982
run: pip install tox-uv
39833983

39843984
- name: Run tests
3985-
run: tox -e py39-test-util-genai -- -ra
3985+
run: tox -e py39-test-exporter-credential-provider-gcp -- -ra
39863986

39873987
py310-test-exporter-credential-provider-gcp_ubuntu-latest:
39883988
name: exporter-credential-provider-gcp 3.10 Ubuntu
@@ -4079,8 +4079,8 @@ py39-test-util-genai_ubuntu-latest:
40794079
- name: Run tests
40804080
run: tox -e pypy3-test-exporter-credential-provider-gcp -- -ra
40814081

4082-
py39-test-exporter-credential-provider-gcp_ubuntu-latest:
4083-
name: exporter-credential-provider-gcp 3.9 Ubuntu
4082+
py39-test-util-genai_ubuntu-latest:
4083+
name: util-genai 3.9 Ubuntu
40844084
runs-on: ubuntu-latest
40854085
timeout-minutes: 30
40864086
steps:
@@ -4096,7 +4096,7 @@ py39-test-util-genai_ubuntu-latest:
40964096
run: pip install tox-uv
40974097

40984098
- name: Run tests
4099-
run: tox -e py39-test-exporter-credential-provider-gcp -- -ra
4099+
run: tox -e py39-test-util-genai -- -ra
41004100

41014101
py310-test-util-genai_ubuntu-latest:
41024102
name: util-genai 3.10 Ubuntu
@@ -4781,117 +4781,3 @@ py39-test-util-genai_ubuntu-latest:
47814781

47824782
- name: Run tests
47834783
run: tox -e py39-test-instrumentation-aio-pika-0 -- -ra
4784-
4785-
py39-test-instrumentation-aio-pika-1_ubuntu-latest:
4786-
name: instrumentation-aio-pika-1 3.9 Ubuntu
4787-
runs-on: ubuntu-latest
4788-
timeout-minutes: 30
4789-
steps:
4790-
- name: Checkout repo @ SHA - ${{ github.sha }}
4791-
uses: actions/checkout@v4
4792-
4793-
- name: Set up Python 3.9
4794-
uses: actions/setup-python@v5
4795-
with:
4796-
python-version: "3.9"
4797-
4798-
- name: Install tox
4799-
run: pip install tox-uv
4800-
4801-
- name: Run tests
4802-
run: tox -e py39-test-instrumentation-aio-pika-1 -- -ra
4803-
4804-
py39-test-instrumentation-aio-pika-2_ubuntu-latest:
4805-
name: instrumentation-aio-pika-2 3.9 Ubuntu
4806-
runs-on: ubuntu-latest
4807-
timeout-minutes: 30
4808-
steps:
4809-
- name: Checkout repo @ SHA - ${{ github.sha }}
4810-
uses: actions/checkout@v4
4811-
4812-
- name: Set up Python 3.9
4813-
uses: actions/setup-python@v5
4814-
with:
4815-
python-version: "3.9"
4816-
4817-
- name: Install tox
4818-
run: pip install tox-uv
4819-
4820-
- name: Run tests
4821-
run: tox -e py39-test-instrumentation-aio-pika-2 -- -ra
4822-
4823-
py39-test-instrumentation-aio-pika-3_ubuntu-latest:
4824-
name: instrumentation-aio-pika-3 3.9 Ubuntu
4825-
runs-on: ubuntu-latest
4826-
timeout-minutes: 30
4827-
steps:
4828-
- name: Checkout repo @ SHA - ${{ github.sha }}
4829-
uses: actions/checkout@v4
4830-
4831-
- name: Set up Python 3.9
4832-
uses: actions/setup-python@v5
4833-
with:
4834-
python-version: "3.9"
4835-
4836-
- name: Install tox
4837-
run: pip install tox-uv
4838-
4839-
- name: Run tests
4840-
run: tox -e py39-test-instrumentation-aio-pika-3 -- -ra
4841-
4842-
py310-test-instrumentation-aio-pika-0_ubuntu-latest:
4843-
name: instrumentation-aio-pika-0 3.10 Ubuntu
4844-
runs-on: ubuntu-latest
4845-
timeout-minutes: 30
4846-
steps:
4847-
- name: Checkout repo @ SHA - ${{ github.sha }}
4848-
uses: actions/checkout@v4
4849-
4850-
- name: Set up Python 3.10
4851-
uses: actions/setup-python@v5
4852-
with:
4853-
python-version: "3.10"
4854-
4855-
- name: Install tox
4856-
run: pip install tox-uv
4857-
4858-
- name: Run tests
4859-
run: tox -e py310-test-instrumentation-aio-pika-0 -- -ra
4860-
4861-
py310-test-instrumentation-aio-pika-1_ubuntu-latest:
4862-
name: instrumentation-aio-pika-1 3.10 Ubuntu
4863-
runs-on: ubuntu-latest
4864-
timeout-minutes: 30
4865-
steps:
4866-
- name: Checkout repo @ SHA - ${{ github.sha }}
4867-
uses: actions/checkout@v4
4868-
4869-
- name: Set up Python 3.10
4870-
uses: actions/setup-python@v5
4871-
with:
4872-
python-version: "3.10"
4873-
4874-
- name: Install tox
4875-
run: pip install tox-uv
4876-
4877-
- name: Run tests
4878-
run: tox -e py310-test-instrumentation-aio-pika-1 -- -ra
4879-
4880-
py310-test-instrumentation-aio-pika-2_ubuntu-latest:
4881-
name: instrumentation-aio-pika-2 3.10 Ubuntu
4882-
runs-on: ubuntu-latest
4883-
timeout-minutes: 30
4884-
steps:
4885-
- name: Checkout repo @ SHA - ${{ github.sha }}
4886-
uses: actions/checkout@v4
4887-
4888-
- name: Set up Python 3.10
4889-
uses: actions/setup-python@v5
4890-
with:
4891-
python-version: "3.10"
4892-
4893-
- name: Install tox
4894-
run: pip install tox-uv
4895-
4896-
- name: Run tests
4897-
run: tox -e py310-test-instrumentation-aio-pika-2 -- -ra

.github/workflows/test_2.yml

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,120 @@ env:
3232

3333
jobs:
3434

35+
py39-test-instrumentation-aio-pika-1_ubuntu-latest:
36+
name: instrumentation-aio-pika-1 3.9 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.9
44+
uses: actions/setup-python@v5
45+
with:
46+
python-version: "3.9"
47+
48+
- name: Install tox
49+
run: pip install tox-uv
50+
51+
- name: Run tests
52+
run: tox -e py39-test-instrumentation-aio-pika-1 -- -ra
53+
54+
py39-test-instrumentation-aio-pika-2_ubuntu-latest:
55+
name: instrumentation-aio-pika-2 3.9 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.9
63+
uses: actions/setup-python@v5
64+
with:
65+
python-version: "3.9"
66+
67+
- name: Install tox
68+
run: pip install tox-uv
69+
70+
- name: Run tests
71+
run: tox -e py39-test-instrumentation-aio-pika-2 -- -ra
72+
73+
py39-test-instrumentation-aio-pika-3_ubuntu-latest:
74+
name: instrumentation-aio-pika-3 3.9 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.9
82+
uses: actions/setup-python@v5
83+
with:
84+
python-version: "3.9"
85+
86+
- name: Install tox
87+
run: pip install tox-uv
88+
89+
- name: Run tests
90+
run: tox -e py39-test-instrumentation-aio-pika-3 -- -ra
91+
92+
py310-test-instrumentation-aio-pika-0_ubuntu-latest:
93+
name: instrumentation-aio-pika-0 3.10 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.10
101+
uses: actions/setup-python@v5
102+
with:
103+
python-version: "3.10"
104+
105+
- name: Install tox
106+
run: pip install tox-uv
107+
108+
- name: Run tests
109+
run: tox -e py310-test-instrumentation-aio-pika-0 -- -ra
110+
111+
py310-test-instrumentation-aio-pika-1_ubuntu-latest:
112+
name: instrumentation-aio-pika-1 3.10 Ubuntu
113+
runs-on: ubuntu-latest
114+
timeout-minutes: 30
115+
steps:
116+
- name: Checkout repo @ SHA - ${{ github.sha }}
117+
uses: actions/checkout@v4
118+
119+
- name: Set up Python 3.10
120+
uses: actions/setup-python@v5
121+
with:
122+
python-version: "3.10"
123+
124+
- name: Install tox
125+
run: pip install tox-uv
126+
127+
- name: Run tests
128+
run: tox -e py310-test-instrumentation-aio-pika-1 -- -ra
129+
130+
py310-test-instrumentation-aio-pika-2_ubuntu-latest:
131+
name: instrumentation-aio-pika-2 3.10 Ubuntu
132+
runs-on: ubuntu-latest
133+
timeout-minutes: 30
134+
steps:
135+
- name: Checkout repo @ SHA - ${{ github.sha }}
136+
uses: actions/checkout@v4
137+
138+
- name: Set up Python 3.10
139+
uses: actions/setup-python@v5
140+
with:
141+
python-version: "3.10"
142+
143+
- name: Install tox
144+
run: pip install tox-uv
145+
146+
- name: Run tests
147+
run: tox -e py310-test-instrumentation-aio-pika-2 -- -ra
148+
35149
py310-test-instrumentation-aio-pika-3_ubuntu-latest:
36150
name: instrumentation-aio-pika-3 3.10 Ubuntu
37151
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)