Skip to content

Commit 09a2599

Browse files
committed
update workflows
Signed-off-by: emdneto <[email protected]>
1 parent c906f7f commit 09a2599

File tree

2 files changed

+94
-148
lines changed

2 files changed

+94
-148
lines changed

Diff for: .github/workflows/test_1.yml

+94-94
Original file line numberDiff line numberDiff line change
@@ -1852,24 +1852,6 @@ jobs:
18521852
- name: Run tests
18531853
run: tox -e py312-test-instrumentation-pyramid -- -ra
18541854

1855-
py313-test-instrumentation-pyramid_ubuntu-latest:
1856-
name: instrumentation-pyramid 3.13 Ubuntu
1857-
runs-on: ubuntu-latest
1858-
steps:
1859-
- name: Checkout repo @ SHA - ${{ github.sha }}
1860-
uses: actions/checkout@v4
1861-
1862-
- name: Set up Python 3.13
1863-
uses: actions/setup-python@v5
1864-
with:
1865-
python-version: "3.13"
1866-
1867-
- name: Install tox
1868-
run: pip install tox
1869-
1870-
- name: Run tests
1871-
run: tox -e py313-test-instrumentation-pyramid -- -ra
1872-
18731855
pypy3-test-instrumentation-pyramid_ubuntu-latest:
18741856
name: instrumentation-pyramid pypy-3.8 Ubuntu
18751857
runs-on: ubuntu-latest
@@ -2392,24 +2374,6 @@ jobs:
23922374
- name: Run tests
23932375
run: tox -e py38-test-instrumentation-grpc-0 -- -ra
23942376

2395-
py38-test-instrumentation-grpc-1_ubuntu-latest:
2396-
name: instrumentation-grpc-1 3.8 Ubuntu
2397-
runs-on: ubuntu-latest
2398-
steps:
2399-
- name: Checkout repo @ SHA - ${{ github.sha }}
2400-
uses: actions/checkout@v4
2401-
2402-
- name: Set up Python 3.8
2403-
uses: actions/setup-python@v5
2404-
with:
2405-
python-version: "3.8"
2406-
2407-
- name: Install tox
2408-
run: pip install tox
2409-
2410-
- name: Run tests
2411-
run: tox -e py38-test-instrumentation-grpc-1 -- -ra
2412-
24132377
py39-test-instrumentation-grpc-0_ubuntu-latest:
24142378
name: instrumentation-grpc-0 3.9 Ubuntu
24152379
runs-on: ubuntu-latest
@@ -2428,149 +2392,149 @@ jobs:
24282392
- name: Run tests
24292393
run: tox -e py39-test-instrumentation-grpc-0 -- -ra
24302394

2431-
py39-test-instrumentation-grpc-1_ubuntu-latest:
2432-
name: instrumentation-grpc-1 3.9 Ubuntu
2395+
py310-test-instrumentation-grpc-0_ubuntu-latest:
2396+
name: instrumentation-grpc-0 3.10 Ubuntu
24332397
runs-on: ubuntu-latest
24342398
steps:
24352399
- name: Checkout repo @ SHA - ${{ github.sha }}
24362400
uses: actions/checkout@v4
24372401

2438-
- name: Set up Python 3.9
2402+
- name: Set up Python 3.10
24392403
uses: actions/setup-python@v5
24402404
with:
2441-
python-version: "3.9"
2405+
python-version: "3.10"
24422406

24432407
- name: Install tox
24442408
run: pip install tox
24452409

24462410
- name: Run tests
2447-
run: tox -e py39-test-instrumentation-grpc-1 -- -ra
2411+
run: tox -e py310-test-instrumentation-grpc-0 -- -ra
24482412

2449-
py310-test-instrumentation-grpc-0_ubuntu-latest:
2450-
name: instrumentation-grpc-0 3.10 Ubuntu
2413+
py311-test-instrumentation-grpc-0_ubuntu-latest:
2414+
name: instrumentation-grpc-0 3.11 Ubuntu
24512415
runs-on: ubuntu-latest
24522416
steps:
24532417
- name: Checkout repo @ SHA - ${{ github.sha }}
24542418
uses: actions/checkout@v4
24552419

2456-
- name: Set up Python 3.10
2420+
- name: Set up Python 3.11
24572421
uses: actions/setup-python@v5
24582422
with:
2459-
python-version: "3.10"
2423+
python-version: "3.11"
24602424

24612425
- name: Install tox
24622426
run: pip install tox
24632427

24642428
- name: Run tests
2465-
run: tox -e py310-test-instrumentation-grpc-0 -- -ra
2429+
run: tox -e py311-test-instrumentation-grpc-0 -- -ra
24662430

2467-
py310-test-instrumentation-grpc-1_ubuntu-latest:
2468-
name: instrumentation-grpc-1 3.10 Ubuntu
2431+
py312-test-instrumentation-grpc-0_ubuntu-latest:
2432+
name: instrumentation-grpc-0 3.12 Ubuntu
24692433
runs-on: ubuntu-latest
24702434
steps:
24712435
- name: Checkout repo @ SHA - ${{ github.sha }}
24722436
uses: actions/checkout@v4
24732437

2474-
- name: Set up Python 3.10
2438+
- name: Set up Python 3.12
24752439
uses: actions/setup-python@v5
24762440
with:
2477-
python-version: "3.10"
2441+
python-version: "3.12"
24782442

24792443
- name: Install tox
24802444
run: pip install tox
24812445

24822446
- name: Run tests
2483-
run: tox -e py310-test-instrumentation-grpc-1 -- -ra
2447+
run: tox -e py312-test-instrumentation-grpc-0 -- -ra
24842448

2485-
py311-test-instrumentation-grpc-0_ubuntu-latest:
2486-
name: instrumentation-grpc-0 3.11 Ubuntu
2449+
py38-test-instrumentation-grpc-1_ubuntu-latest:
2450+
name: instrumentation-grpc-1 3.8 Ubuntu
24872451
runs-on: ubuntu-latest
24882452
steps:
24892453
- name: Checkout repo @ SHA - ${{ github.sha }}
24902454
uses: actions/checkout@v4
24912455

2492-
- name: Set up Python 3.11
2456+
- name: Set up Python 3.8
24932457
uses: actions/setup-python@v5
24942458
with:
2495-
python-version: "3.11"
2459+
python-version: "3.8"
24962460

24972461
- name: Install tox
24982462
run: pip install tox
24992463

25002464
- name: Run tests
2501-
run: tox -e py311-test-instrumentation-grpc-0 -- -ra
2465+
run: tox -e py38-test-instrumentation-grpc-1 -- -ra
25022466

2503-
py311-test-instrumentation-grpc-1_ubuntu-latest:
2504-
name: instrumentation-grpc-1 3.11 Ubuntu
2467+
py39-test-instrumentation-grpc-1_ubuntu-latest:
2468+
name: instrumentation-grpc-1 3.9 Ubuntu
25052469
runs-on: ubuntu-latest
25062470
steps:
25072471
- name: Checkout repo @ SHA - ${{ github.sha }}
25082472
uses: actions/checkout@v4
25092473

2510-
- name: Set up Python 3.11
2474+
- name: Set up Python 3.9
25112475
uses: actions/setup-python@v5
25122476
with:
2513-
python-version: "3.11"
2477+
python-version: "3.9"
25142478

25152479
- name: Install tox
25162480
run: pip install tox
25172481

25182482
- name: Run tests
2519-
run: tox -e py311-test-instrumentation-grpc-1 -- -ra
2483+
run: tox -e py39-test-instrumentation-grpc-1 -- -ra
25202484

2521-
py312-test-instrumentation-grpc-0_ubuntu-latest:
2522-
name: instrumentation-grpc-0 3.12 Ubuntu
2485+
py310-test-instrumentation-grpc-1_ubuntu-latest:
2486+
name: instrumentation-grpc-1 3.10 Ubuntu
25232487
runs-on: ubuntu-latest
25242488
steps:
25252489
- name: Checkout repo @ SHA - ${{ github.sha }}
25262490
uses: actions/checkout@v4
25272491

2528-
- name: Set up Python 3.12
2492+
- name: Set up Python 3.10
25292493
uses: actions/setup-python@v5
25302494
with:
2531-
python-version: "3.12"
2495+
python-version: "3.10"
25322496

25332497
- name: Install tox
25342498
run: pip install tox
25352499

25362500
- name: Run tests
2537-
run: tox -e py312-test-instrumentation-grpc-0 -- -ra
2501+
run: tox -e py310-test-instrumentation-grpc-1 -- -ra
25382502

2539-
py312-test-instrumentation-grpc-1_ubuntu-latest:
2540-
name: instrumentation-grpc-1 3.12 Ubuntu
2503+
py311-test-instrumentation-grpc-1_ubuntu-latest:
2504+
name: instrumentation-grpc-1 3.11 Ubuntu
25412505
runs-on: ubuntu-latest
25422506
steps:
25432507
- name: Checkout repo @ SHA - ${{ github.sha }}
25442508
uses: actions/checkout@v4
25452509

2546-
- name: Set up Python 3.12
2510+
- name: Set up Python 3.11
25472511
uses: actions/setup-python@v5
25482512
with:
2549-
python-version: "3.12"
2513+
python-version: "3.11"
25502514

25512515
- name: Install tox
25522516
run: pip install tox
25532517

25542518
- name: Run tests
2555-
run: tox -e py312-test-instrumentation-grpc-1 -- -ra
2519+
run: tox -e py311-test-instrumentation-grpc-1 -- -ra
25562520

2557-
py313-test-instrumentation-grpc-0_ubuntu-latest:
2558-
name: instrumentation-grpc-0 3.13 Ubuntu
2521+
py312-test-instrumentation-grpc-1_ubuntu-latest:
2522+
name: instrumentation-grpc-1 3.12 Ubuntu
25592523
runs-on: ubuntu-latest
25602524
steps:
25612525
- name: Checkout repo @ SHA - ${{ github.sha }}
25622526
uses: actions/checkout@v4
25632527

2564-
- name: Set up Python 3.13
2528+
- name: Set up Python 3.12
25652529
uses: actions/setup-python@v5
25662530
with:
2567-
python-version: "3.13"
2531+
python-version: "3.12"
25682532

25692533
- name: Install tox
25702534
run: pip install tox
25712535

25722536
- name: Run tests
2573-
run: tox -e py313-test-instrumentation-grpc-0 -- -ra
2537+
run: tox -e py312-test-instrumentation-grpc-1 -- -ra
25742538

25752539
py313-test-instrumentation-grpc-1_ubuntu-latest:
25762540
name: instrumentation-grpc-1 3.13 Ubuntu
@@ -3904,24 +3868,6 @@ jobs:
39043868
- name: Run tests
39053869
run: tox -e py312-test-instrumentation-httpx-1 -- -ra
39063870

3907-
py313-test-instrumentation-httpx-0_ubuntu-latest:
3908-
name: instrumentation-httpx-0 3.13 Ubuntu
3909-
runs-on: ubuntu-latest
3910-
steps:
3911-
- name: Checkout repo @ SHA - ${{ github.sha }}
3912-
uses: actions/checkout@v4
3913-
3914-
- name: Set up Python 3.13
3915-
uses: actions/setup-python@v5
3916-
with:
3917-
python-version: "3.13"
3918-
3919-
- name: Install tox
3920-
run: pip install tox
3921-
3922-
- name: Run tests
3923-
run: tox -e py313-test-instrumentation-httpx-0 -- -ra
3924-
39253871
py313-test-instrumentation-httpx-1_ubuntu-latest:
39263872
name: instrumentation-httpx-1 3.13 Ubuntu
39273873
runs-on: ubuntu-latest
@@ -4515,3 +4461,57 @@ jobs:
45154461

45164462
- name: Run tests
45174463
run: tox -e py38-test-instrumentation-sio-pika-1 -- -ra
4464+
4465+
py39-test-instrumentation-sio-pika-0_ubuntu-latest:
4466+
name: instrumentation-sio-pika-0 3.9 Ubuntu
4467+
runs-on: ubuntu-latest
4468+
steps:
4469+
- name: Checkout repo @ SHA - ${{ github.sha }}
4470+
uses: actions/checkout@v4
4471+
4472+
- name: Set up Python 3.9
4473+
uses: actions/setup-python@v5
4474+
with:
4475+
python-version: "3.9"
4476+
4477+
- name: Install tox
4478+
run: pip install tox
4479+
4480+
- name: Run tests
4481+
run: tox -e py39-test-instrumentation-sio-pika-0 -- -ra
4482+
4483+
py39-test-instrumentation-sio-pika-1_ubuntu-latest:
4484+
name: instrumentation-sio-pika-1 3.9 Ubuntu
4485+
runs-on: ubuntu-latest
4486+
steps:
4487+
- name: Checkout repo @ SHA - ${{ github.sha }}
4488+
uses: actions/checkout@v4
4489+
4490+
- name: Set up Python 3.9
4491+
uses: actions/setup-python@v5
4492+
with:
4493+
python-version: "3.9"
4494+
4495+
- name: Install tox
4496+
run: pip install tox
4497+
4498+
- name: Run tests
4499+
run: tox -e py39-test-instrumentation-sio-pika-1 -- -ra
4500+
4501+
py310-test-instrumentation-sio-pika-0_ubuntu-latest:
4502+
name: instrumentation-sio-pika-0 3.10 Ubuntu
4503+
runs-on: ubuntu-latest
4504+
steps:
4505+
- name: Checkout repo @ SHA - ${{ github.sha }}
4506+
uses: actions/checkout@v4
4507+
4508+
- name: Set up Python 3.10
4509+
uses: actions/setup-python@v5
4510+
with:
4511+
python-version: "3.10"
4512+
4513+
- name: Install tox
4514+
run: pip install tox
4515+
4516+
- name: Run tests
4517+
run: tox -e py310-test-instrumentation-sio-pika-0 -- -ra

Diff for: .github/workflows/test_2.yml

-54
Original file line numberDiff line numberDiff line change
@@ -16,60 +16,6 @@ env:
1616

1717
jobs:
1818

19-
py39-test-instrumentation-sio-pika-0_ubuntu-latest:
20-
name: instrumentation-sio-pika-0 3.9 Ubuntu
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Checkout repo @ SHA - ${{ github.sha }}
24-
uses: actions/checkout@v4
25-
26-
- name: Set up Python 3.9
27-
uses: actions/setup-python@v5
28-
with:
29-
python-version: "3.9"
30-
31-
- name: Install tox
32-
run: pip install tox
33-
34-
- name: Run tests
35-
run: tox -e py39-test-instrumentation-sio-pika-0 -- -ra
36-
37-
py39-test-instrumentation-sio-pika-1_ubuntu-latest:
38-
name: instrumentation-sio-pika-1 3.9 Ubuntu
39-
runs-on: ubuntu-latest
40-
steps:
41-
- name: Checkout repo @ SHA - ${{ github.sha }}
42-
uses: actions/checkout@v4
43-
44-
- name: Set up Python 3.9
45-
uses: actions/setup-python@v5
46-
with:
47-
python-version: "3.9"
48-
49-
- name: Install tox
50-
run: pip install tox
51-
52-
- name: Run tests
53-
run: tox -e py39-test-instrumentation-sio-pika-1 -- -ra
54-
55-
py310-test-instrumentation-sio-pika-0_ubuntu-latest:
56-
name: instrumentation-sio-pika-0 3.10 Ubuntu
57-
runs-on: ubuntu-latest
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
69-
70-
- name: Run tests
71-
run: tox -e py310-test-instrumentation-sio-pika-0 -- -ra
72-
7319
py310-test-instrumentation-sio-pika-1_ubuntu-latest:
7420
name: instrumentation-sio-pika-1 3.10 Ubuntu
7521
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)