Skip to content

Commit 054e7ce

Browse files
committed
Rerun generate-wokflows
1 parent 21afea4 commit 054e7ce

File tree

3 files changed

+190
-190
lines changed

3 files changed

+190
-190
lines changed

.github/workflows/test_0.yml

Lines changed: 0 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -4781,98 +4781,3 @@ jobs:
47814781

47824782
- name: Run tests
47834783
run: tox -e pypy3-test-instrumentation-urllib3-1 -- -ra
4784-
4785-
py39-test-instrumentation-requests_ubuntu-latest:
4786-
name: instrumentation-requests 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-requests -- -ra
4803-
4804-
py310-test-instrumentation-requests_ubuntu-latest:
4805-
name: instrumentation-requests 3.10 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.10
4813-
uses: actions/setup-python@v5
4814-
with:
4815-
python-version: "3.10"
4816-
4817-
- name: Install tox
4818-
run: pip install tox-uv
4819-
4820-
- name: Run tests
4821-
run: tox -e py310-test-instrumentation-requests -- -ra
4822-
4823-
py311-test-instrumentation-requests_ubuntu-latest:
4824-
name: instrumentation-requests 3.11 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.11
4832-
uses: actions/setup-python@v5
4833-
with:
4834-
python-version: "3.11"
4835-
4836-
- name: Install tox
4837-
run: pip install tox-uv
4838-
4839-
- name: Run tests
4840-
run: tox -e py311-test-instrumentation-requests -- -ra
4841-
4842-
py312-test-instrumentation-requests_ubuntu-latest:
4843-
name: instrumentation-requests 3.12 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.12
4851-
uses: actions/setup-python@v5
4852-
with:
4853-
python-version: "3.12"
4854-
4855-
- name: Install tox
4856-
run: pip install tox-uv
4857-
4858-
- name: Run tests
4859-
run: tox -e py312-test-instrumentation-requests -- -ra
4860-
4861-
py313-test-instrumentation-requests_ubuntu-latest:
4862-
name: instrumentation-requests 3.13 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.13
4870-
uses: actions/setup-python@v5
4871-
with:
4872-
python-version: "3.13"
4873-
4874-
- name: Install tox
4875-
run: pip install tox-uv
4876-
4877-
- name: Run tests
4878-
run: tox -e py313-test-instrumentation-requests -- -ra

.github/workflows/test_1.yml

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

3333
jobs:
3434

35+
py39-test-instrumentation-requests_ubuntu-latest:
36+
name: instrumentation-requests 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-requests -- -ra
53+
54+
py310-test-instrumentation-requests_ubuntu-latest:
55+
name: instrumentation-requests 3.10 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.10
63+
uses: actions/setup-python@v5
64+
with:
65+
python-version: "3.10"
66+
67+
- name: Install tox
68+
run: pip install tox-uv
69+
70+
- name: Run tests
71+
run: tox -e py310-test-instrumentation-requests -- -ra
72+
73+
py311-test-instrumentation-requests_ubuntu-latest:
74+
name: instrumentation-requests 3.11 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.11
82+
uses: actions/setup-python@v5
83+
with:
84+
python-version: "3.11"
85+
86+
- name: Install tox
87+
run: pip install tox-uv
88+
89+
- name: Run tests
90+
run: tox -e py311-test-instrumentation-requests -- -ra
91+
92+
py312-test-instrumentation-requests_ubuntu-latest:
93+
name: instrumentation-requests 3.12 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.12
101+
uses: actions/setup-python@v5
102+
with:
103+
python-version: "3.12"
104+
105+
- name: Install tox
106+
run: pip install tox-uv
107+
108+
- name: Run tests
109+
run: tox -e py312-test-instrumentation-requests -- -ra
110+
111+
py313-test-instrumentation-requests_ubuntu-latest:
112+
name: instrumentation-requests 3.13 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.13
120+
uses: actions/setup-python@v5
121+
with:
122+
python-version: "3.13"
123+
124+
- name: Install tox
125+
run: pip install tox-uv
126+
127+
- name: Run tests
128+
run: tox -e py313-test-instrumentation-requests -- -ra
129+
35130
py39-test-instrumentation-starlette-oldest_ubuntu-latest:
36131
name: instrumentation-starlette-oldest 3.9 Ubuntu
37132
runs-on: ubuntu-latest
@@ -4686,98 +4781,3 @@ jobs:
46864781

46874782
- name: Run tests
46884783
run: tox -e py313-test-propagator-aws-xray-0 -- -ra
4689-
4690-
py313-test-propagator-aws-xray-1_ubuntu-latest:
4691-
name: propagator-aws-xray-1 3.13 Ubuntu
4692-
runs-on: ubuntu-latest
4693-
timeout-minutes: 30
4694-
steps:
4695-
- name: Checkout repo @ SHA - ${{ github.sha }}
4696-
uses: actions/checkout@v4
4697-
4698-
- name: Set up Python 3.13
4699-
uses: actions/setup-python@v5
4700-
with:
4701-
python-version: "3.13"
4702-
4703-
- name: Install tox
4704-
run: pip install tox-uv
4705-
4706-
- name: Run tests
4707-
run: tox -e py313-test-propagator-aws-xray-1 -- -ra
4708-
4709-
pypy3-test-propagator-aws-xray-0_ubuntu-latest:
4710-
name: propagator-aws-xray-0 pypy-3.9 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 pypy-3.9
4718-
uses: actions/setup-python@v5
4719-
with:
4720-
python-version: "pypy-3.9"
4721-
4722-
- name: Install tox
4723-
run: pip install tox-uv
4724-
4725-
- name: Run tests
4726-
run: tox -e pypy3-test-propagator-aws-xray-0 -- -ra
4727-
4728-
pypy3-test-propagator-aws-xray-1_ubuntu-latest:
4729-
name: propagator-aws-xray-1 pypy-3.9 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 pypy-3.9
4737-
uses: actions/setup-python@v5
4738-
with:
4739-
python-version: "pypy-3.9"
4740-
4741-
- name: Install tox
4742-
run: pip install tox-uv
4743-
4744-
- name: Run tests
4745-
run: tox -e pypy3-test-propagator-aws-xray-1 -- -ra
4746-
4747-
py39-test-propagator-ot-trace_ubuntu-latest:
4748-
name: propagator-ot-trace 3.9 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.9
4756-
uses: actions/setup-python@v5
4757-
with:
4758-
python-version: "3.9"
4759-
4760-
- name: Install tox
4761-
run: pip install tox-uv
4762-
4763-
- name: Run tests
4764-
run: tox -e py39-test-propagator-ot-trace -- -ra
4765-
4766-
py310-test-propagator-ot-trace_ubuntu-latest:
4767-
name: propagator-ot-trace 3.10 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.10
4775-
uses: actions/setup-python@v5
4776-
with:
4777-
python-version: "3.10"
4778-
4779-
- name: Install tox
4780-
run: pip install tox-uv
4781-
4782-
- name: Run tests
4783-
run: tox -e py310-test-propagator-ot-trace -- -ra

0 commit comments

Comments
 (0)