Skip to content

Commit dd3e284

Browse files
committed
Update workflows
1 parent eb4041a commit dd3e284

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

.github/workflows/test_0.yml

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,8 +2194,8 @@ jobs:
21942194
- name: Run tests
21952195
run: tox -e pypy3-test-instrumentation-falcon-2 -- -ra
21962196

2197-
py38-test-instrumentation-fastapi_ubuntu-latest:
2198-
name: instrumentation-fastapi 3.8 Ubuntu
2197+
py38-test-instrumentation-fastapi-main_ubuntu-latest:
2198+
name: instrumentation-fastapi-main 3.8 Ubuntu
21992199
runs-on: ubuntu-latest
22002200
steps:
22012201
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2210,154 +2210,154 @@ jobs:
22102210
run: pip install tox
22112211

22122212
- name: Run tests
2213-
run: tox -e py38-test-instrumentation-fastapi -- -ra
2213+
run: tox -e py38-test-instrumentation-fastapi-main -- -ra
22142214

2215-
py39-test-instrumentation-fastapi_ubuntu-latest:
2216-
name: instrumentation-fastapi 3.9 Ubuntu
2215+
py38-test-instrumentation-fastapi-slim_ubuntu-latest:
2216+
name: instrumentation-fastapi-slim 3.8 Ubuntu
22172217
runs-on: ubuntu-latest
22182218
steps:
22192219
- name: Checkout repo @ SHA - ${{ github.sha }}
22202220
uses: actions/checkout@v4
22212221

2222-
- name: Set up Python 3.9
2222+
- name: Set up Python 3.8
22232223
uses: actions/setup-python@v5
22242224
with:
2225-
python-version: "3.9"
2225+
python-version: "3.8"
22262226

22272227
- name: Install tox
22282228
run: pip install tox
22292229

22302230
- name: Run tests
2231-
run: tox -e py39-test-instrumentation-fastapi -- -ra
2231+
run: tox -e py38-test-instrumentation-fastapi-slim -- -ra
22322232

2233-
py310-test-instrumentation-fastapi_ubuntu-latest:
2234-
name: instrumentation-fastapi 3.10 Ubuntu
2233+
py39-test-instrumentation-fastapi-main_ubuntu-latest:
2234+
name: instrumentation-fastapi-main 3.9 Ubuntu
22352235
runs-on: ubuntu-latest
22362236
steps:
22372237
- name: Checkout repo @ SHA - ${{ github.sha }}
22382238
uses: actions/checkout@v4
22392239

2240-
- name: Set up Python 3.10
2240+
- name: Set up Python 3.9
22412241
uses: actions/setup-python@v5
22422242
with:
2243-
python-version: "3.10"
2243+
python-version: "3.9"
22442244

22452245
- name: Install tox
22462246
run: pip install tox
22472247

22482248
- name: Run tests
2249-
run: tox -e py310-test-instrumentation-fastapi -- -ra
2249+
run: tox -e py39-test-instrumentation-fastapi-main -- -ra
22502250

2251-
py311-test-instrumentation-fastapi_ubuntu-latest:
2252-
name: instrumentation-fastapi 3.11 Ubuntu
2251+
py39-test-instrumentation-fastapi-slim_ubuntu-latest:
2252+
name: instrumentation-fastapi-slim 3.9 Ubuntu
22532253
runs-on: ubuntu-latest
22542254
steps:
22552255
- name: Checkout repo @ SHA - ${{ github.sha }}
22562256
uses: actions/checkout@v4
22572257

2258-
- name: Set up Python 3.11
2258+
- name: Set up Python 3.9
22592259
uses: actions/setup-python@v5
22602260
with:
2261-
python-version: "3.11"
2261+
python-version: "3.9"
22622262

22632263
- name: Install tox
22642264
run: pip install tox
22652265

22662266
- name: Run tests
2267-
run: tox -e py311-test-instrumentation-fastapi -- -ra
2267+
run: tox -e py39-test-instrumentation-fastapi-slim -- -ra
22682268

2269-
py312-test-instrumentation-fastapi_ubuntu-latest:
2270-
name: instrumentation-fastapi 3.12 Ubuntu
2269+
py310-test-instrumentation-fastapi-main_ubuntu-latest:
2270+
name: instrumentation-fastapi-main 3.10 Ubuntu
22712271
runs-on: ubuntu-latest
22722272
steps:
22732273
- name: Checkout repo @ SHA - ${{ github.sha }}
22742274
uses: actions/checkout@v4
22752275

2276-
- name: Set up Python 3.12
2276+
- name: Set up Python 3.10
22772277
uses: actions/setup-python@v5
22782278
with:
2279-
python-version: "3.12"
2279+
python-version: "3.10"
22802280

22812281
- name: Install tox
22822282
run: pip install tox
22832283

22842284
- name: Run tests
2285-
run: tox -e py312-test-instrumentation-fastapi -- -ra
2285+
run: tox -e py310-test-instrumentation-fastapi-main -- -ra
22862286

2287-
py38-test-instrumentation-fastapislim_ubuntu-latest:
2288-
name: instrumentation-fastapislim 3.8 Ubuntu
2287+
py310-test-instrumentation-fastapi-slim_ubuntu-latest:
2288+
name: instrumentation-fastapi-slim 3.10 Ubuntu
22892289
runs-on: ubuntu-latest
22902290
steps:
22912291
- name: Checkout repo @ SHA - ${{ github.sha }}
22922292
uses: actions/checkout@v4
22932293

2294-
- name: Set up Python 3.8
2294+
- name: Set up Python 3.10
22952295
uses: actions/setup-python@v5
22962296
with:
2297-
python-version: "3.8"
2297+
python-version: "3.10"
22982298

22992299
- name: Install tox
23002300
run: pip install tox
23012301

23022302
- name: Run tests
2303-
run: tox -e py38-test-instrumentation-fastapislim -- -ra
2303+
run: tox -e py310-test-instrumentation-fastapi-slim -- -ra
23042304

2305-
py39-test-instrumentation-fastapislim_ubuntu-latest:
2306-
name: instrumentation-fastapislim 3.9 Ubuntu
2305+
py311-test-instrumentation-fastapi-main_ubuntu-latest:
2306+
name: instrumentation-fastapi-main 3.11 Ubuntu
23072307
runs-on: ubuntu-latest
23082308
steps:
23092309
- name: Checkout repo @ SHA - ${{ github.sha }}
23102310
uses: actions/checkout@v4
23112311

2312-
- name: Set up Python 3.9
2312+
- name: Set up Python 3.11
23132313
uses: actions/setup-python@v5
23142314
with:
2315-
python-version: "3.9"
2315+
python-version: "3.11"
23162316

23172317
- name: Install tox
23182318
run: pip install tox
23192319

23202320
- name: Run tests
2321-
run: tox -e py39-test-instrumentation-fastapislim -- -ra
2321+
run: tox -e py311-test-instrumentation-fastapi-main -- -ra
23222322

2323-
py310-test-instrumentation-fastapislim_ubuntu-latest:
2324-
name: instrumentation-fastapislim 3.10 Ubuntu
2323+
py311-test-instrumentation-fastapi-slim_ubuntu-latest:
2324+
name: instrumentation-fastapi-slim 3.11 Ubuntu
23252325
runs-on: ubuntu-latest
23262326
steps:
23272327
- name: Checkout repo @ SHA - ${{ github.sha }}
23282328
uses: actions/checkout@v4
23292329

2330-
- name: Set up Python 3.10
2330+
- name: Set up Python 3.11
23312331
uses: actions/setup-python@v5
23322332
with:
2333-
python-version: "3.10"
2333+
python-version: "3.11"
23342334

23352335
- name: Install tox
23362336
run: pip install tox
23372337

23382338
- name: Run tests
2339-
run: tox -e py310-test-instrumentation-fastapislim -- -ra
2339+
run: tox -e py311-test-instrumentation-fastapi-slim -- -ra
23402340

2341-
py311-test-instrumentation-fastapislim_ubuntu-latest:
2342-
name: instrumentation-fastapislim 3.11 Ubuntu
2341+
py312-test-instrumentation-fastapi-main_ubuntu-latest:
2342+
name: instrumentation-fastapi-main 3.12 Ubuntu
23432343
runs-on: ubuntu-latest
23442344
steps:
23452345
- name: Checkout repo @ SHA - ${{ github.sha }}
23462346
uses: actions/checkout@v4
23472347

2348-
- name: Set up Python 3.11
2348+
- name: Set up Python 3.12
23492349
uses: actions/setup-python@v5
23502350
with:
2351-
python-version: "3.11"
2351+
python-version: "3.12"
23522352

23532353
- name: Install tox
23542354
run: pip install tox
23552355

23562356
- name: Run tests
2357-
run: tox -e py311-test-instrumentation-fastapislim -- -ra
2357+
run: tox -e py312-test-instrumentation-fastapi-main -- -ra
23582358

2359-
py312-test-instrumentation-fastapislim_ubuntu-latest:
2360-
name: instrumentation-fastapislim 3.12 Ubuntu
2359+
py312-test-instrumentation-fastapi-slim_ubuntu-latest:
2360+
name: instrumentation-fastapi-slim 3.12 Ubuntu
23612361
runs-on: ubuntu-latest
23622362
steps:
23632363
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2372,10 +2372,10 @@ jobs:
23722372
run: pip install tox
23732373

23742374
- name: Run tests
2375-
run: tox -e py312-test-instrumentation-fastapislim -- -ra
2375+
run: tox -e py312-test-instrumentation-fastapi-slim -- -ra
23762376

2377-
pypy3-test-instrumentation-fastapi_ubuntu-latest:
2378-
name: instrumentation-fastapi pypy-3.8 Ubuntu
2377+
pypy3-test-instrumentation-fastapi-main_ubuntu-latest:
2378+
name: instrumentation-fastapi-main pypy-3.8 Ubuntu
23792379
runs-on: ubuntu-latest
23802380
steps:
23812381
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2390,10 +2390,10 @@ jobs:
23902390
run: pip install tox
23912391

23922392
- name: Run tests
2393-
run: tox -e pypy3-test-instrumentation-fastapi -- -ra
2393+
run: tox -e pypy3-test-instrumentation-fastapi-main -- -ra
23942394

2395-
pypy3-test-instrumentation-fastapislim_ubuntu-latest:
2396-
name: instrumentation-fastapislim pypy-3.8 Ubuntu
2395+
pypy3-test-instrumentation-fastapi-slim_ubuntu-latest:
2396+
name: instrumentation-fastapi-slim pypy-3.8 Ubuntu
23972397
runs-on: ubuntu-latest
23982398
steps:
23992399
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -2408,7 +2408,7 @@ jobs:
24082408
run: pip install tox
24092409

24102410
- name: Run tests
2411-
run: tox -e pypy3-test-instrumentation-fastapislim -- -ra
2411+
run: tox -e pypy3-test-instrumentation-fastapi-slim -- -ra
24122412

24132413
py38-test-instrumentation-flask-0_ubuntu-latest:
24142414
name: instrumentation-flask-0 3.8 Ubuntu

0 commit comments

Comments
 (0)