Skip to content

Commit 9ebecdc

Browse files
committed
Regenerate workflows
1 parent 6add10e commit 9ebecdc

File tree

4 files changed

+310
-198
lines changed

4 files changed

+310
-198
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ jobs:
349349
- name: Run tests
350350
run: tox -e py38-test-instrumentation-aws-lambda -- -ra
351351

352-
py38-test-instrumentation-botocore:
353-
name: instrumentation-botocore
352+
py38-test-instrumentation-botocore-0:
353+
name: instrumentation-botocore-0
354354
runs-on: ubuntu-latest
355355
steps:
356356
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
@@ -369,7 +369,29 @@ jobs:
369369
run: pip install tox
370370

371371
- name: Run tests
372-
run: tox -e py38-test-instrumentation-botocore -- -ra
372+
run: tox -e py38-test-instrumentation-botocore-0 -- -ra
373+
374+
py38-test-instrumentation-botocore-1:
375+
name: instrumentation-botocore-1
376+
runs-on: ubuntu-latest
377+
steps:
378+
- name: Checkout contrib repo @ SHA - ${{ env.CONTRIB_REPO_SHA }}
379+
uses: actions/checkout@v4
380+
with:
381+
repository: open-telemetry/opentelemetry-python-contrib
382+
ref: ${{ env.CONTRIB_REPO_SHA }}
383+
384+
- name: Set up Python 3.8
385+
uses: actions/setup-python@v5
386+
with:
387+
python-version: "3.8"
388+
architecture: "x64"
389+
390+
- name: Install tox
391+
run: pip install tox
392+
393+
- name: Run tests
394+
run: tox -e py38-test-instrumentation-botocore-1 -- -ra
373395

374396
py38-test-instrumentation-boto3sqs:
375397
name: instrumentation-boto3sqs

.github/workflows/test_0.yml

Lines changed: 105 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,8 +1582,8 @@ jobs:
15821582
- name: Run tests
15831583
run: tox -e pypy3-test-instrumentation-aws-lambda -- -ra
15841584

1585-
py38-test-instrumentation-botocore_ubuntu-latest:
1586-
name: instrumentation-botocore 3.8 Ubuntu
1585+
py38-test-instrumentation-botocore-0_ubuntu-latest:
1586+
name: instrumentation-botocore-0 3.8 Ubuntu
15871587
runs-on: ubuntu-latest
15881588
steps:
15891589
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -1598,10 +1598,46 @@ jobs:
15981598
run: pip install tox
15991599

16001600
- name: Run tests
1601-
run: tox -e py38-test-instrumentation-botocore -- -ra
1601+
run: tox -e py38-test-instrumentation-botocore-0 -- -ra
16021602

1603-
py39-test-instrumentation-botocore_ubuntu-latest:
1604-
name: instrumentation-botocore 3.9 Ubuntu
1603+
py38-test-instrumentation-botocore-1_ubuntu-latest:
1604+
name: instrumentation-botocore-1 3.8 Ubuntu
1605+
runs-on: ubuntu-latest
1606+
steps:
1607+
- name: Checkout repo @ SHA - ${{ github.sha }}
1608+
uses: actions/checkout@v4
1609+
1610+
- name: Set up Python 3.8
1611+
uses: actions/setup-python@v5
1612+
with:
1613+
python-version: "3.8"
1614+
1615+
- name: Install tox
1616+
run: pip install tox
1617+
1618+
- name: Run tests
1619+
run: tox -e py38-test-instrumentation-botocore-1 -- -ra
1620+
1621+
py39-test-instrumentation-botocore-0_ubuntu-latest:
1622+
name: instrumentation-botocore-0 3.9 Ubuntu
1623+
runs-on: ubuntu-latest
1624+
steps:
1625+
- name: Checkout repo @ SHA - ${{ github.sha }}
1626+
uses: actions/checkout@v4
1627+
1628+
- name: Set up Python 3.9
1629+
uses: actions/setup-python@v5
1630+
with:
1631+
python-version: "3.9"
1632+
1633+
- name: Install tox
1634+
run: pip install tox
1635+
1636+
- name: Run tests
1637+
run: tox -e py39-test-instrumentation-botocore-0 -- -ra
1638+
1639+
py39-test-instrumentation-botocore-1_ubuntu-latest:
1640+
name: instrumentation-botocore-1 3.9 Ubuntu
16051641
runs-on: ubuntu-latest
16061642
steps:
16071643
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -1616,10 +1652,10 @@ jobs:
16161652
run: pip install tox
16171653

16181654
- name: Run tests
1619-
run: tox -e py39-test-instrumentation-botocore -- -ra
1655+
run: tox -e py39-test-instrumentation-botocore-1 -- -ra
16201656

1621-
py310-test-instrumentation-botocore_ubuntu-latest:
1622-
name: instrumentation-botocore 3.10 Ubuntu
1657+
py310-test-instrumentation-botocore-0_ubuntu-latest:
1658+
name: instrumentation-botocore-0 3.10 Ubuntu
16231659
runs-on: ubuntu-latest
16241660
steps:
16251661
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -1634,10 +1670,28 @@ jobs:
16341670
run: pip install tox
16351671

16361672
- name: Run tests
1637-
run: tox -e py310-test-instrumentation-botocore -- -ra
1673+
run: tox -e py310-test-instrumentation-botocore-0 -- -ra
16381674

1639-
py311-test-instrumentation-botocore_ubuntu-latest:
1640-
name: instrumentation-botocore 3.11 Ubuntu
1675+
py310-test-instrumentation-botocore-1_ubuntu-latest:
1676+
name: instrumentation-botocore-1 3.10 Ubuntu
1677+
runs-on: ubuntu-latest
1678+
steps:
1679+
- name: Checkout repo @ SHA - ${{ github.sha }}
1680+
uses: actions/checkout@v4
1681+
1682+
- name: Set up Python 3.10
1683+
uses: actions/setup-python@v5
1684+
with:
1685+
python-version: "3.10"
1686+
1687+
- name: Install tox
1688+
run: pip install tox
1689+
1690+
- name: Run tests
1691+
run: tox -e py310-test-instrumentation-botocore-1 -- -ra
1692+
1693+
py311-test-instrumentation-botocore-0_ubuntu-latest:
1694+
name: instrumentation-botocore-0 3.11 Ubuntu
16411695
runs-on: ubuntu-latest
16421696
steps:
16431697
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -1652,10 +1706,46 @@ jobs:
16521706
run: pip install tox
16531707

16541708
- name: Run tests
1655-
run: tox -e py311-test-instrumentation-botocore -- -ra
1709+
run: tox -e py311-test-instrumentation-botocore-0 -- -ra
1710+
1711+
py311-test-instrumentation-botocore-1_ubuntu-latest:
1712+
name: instrumentation-botocore-1 3.11 Ubuntu
1713+
runs-on: ubuntu-latest
1714+
steps:
1715+
- name: Checkout repo @ SHA - ${{ github.sha }}
1716+
uses: actions/checkout@v4
1717+
1718+
- name: Set up Python 3.11
1719+
uses: actions/setup-python@v5
1720+
with:
1721+
python-version: "3.11"
1722+
1723+
- name: Install tox
1724+
run: pip install tox
1725+
1726+
- name: Run tests
1727+
run: tox -e py311-test-instrumentation-botocore-1 -- -ra
1728+
1729+
py312-test-instrumentation-botocore-0_ubuntu-latest:
1730+
name: instrumentation-botocore-0 3.12 Ubuntu
1731+
runs-on: ubuntu-latest
1732+
steps:
1733+
- name: Checkout repo @ SHA - ${{ github.sha }}
1734+
uses: actions/checkout@v4
1735+
1736+
- name: Set up Python 3.12
1737+
uses: actions/setup-python@v5
1738+
with:
1739+
python-version: "3.12"
1740+
1741+
- name: Install tox
1742+
run: pip install tox
1743+
1744+
- name: Run tests
1745+
run: tox -e py312-test-instrumentation-botocore-0 -- -ra
16561746

1657-
py312-test-instrumentation-botocore_ubuntu-latest:
1658-
name: instrumentation-botocore 3.12 Ubuntu
1747+
py312-test-instrumentation-botocore-1_ubuntu-latest:
1748+
name: instrumentation-botocore-1 3.12 Ubuntu
16591749
runs-on: ubuntu-latest
16601750
steps:
16611751
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -1670,7 +1760,7 @@ jobs:
16701760
run: pip install tox
16711761

16721762
- name: Run tests
1673-
run: tox -e py312-test-instrumentation-botocore -- -ra
1763+
run: tox -e py312-test-instrumentation-botocore-1 -- -ra
16741764

16751765
py38-test-instrumentation-boto3sqs_ubuntu-latest:
16761766
name: instrumentation-boto3sqs 3.8 Ubuntu
@@ -4425,93 +4515,3 @@ jobs:
44254515

44264516
- name: Run tests
44274517
run: tox -e py311-test-exporter-prometheus-remote-write -- -ra
4428-
4429-
py312-test-exporter-prometheus-remote-write_ubuntu-latest:
4430-
name: exporter-prometheus-remote-write 3.12 Ubuntu
4431-
runs-on: ubuntu-latest
4432-
steps:
4433-
- name: Checkout repo @ SHA - ${{ github.sha }}
4434-
uses: actions/checkout@v4
4435-
4436-
- name: Set up Python 3.12
4437-
uses: actions/setup-python@v5
4438-
with:
4439-
python-version: "3.12"
4440-
4441-
- name: Install tox
4442-
run: pip install tox
4443-
4444-
- name: Run tests
4445-
run: tox -e py312-test-exporter-prometheus-remote-write -- -ra
4446-
4447-
pypy3-test-exporter-prometheus-remote-write_ubuntu-latest:
4448-
name: exporter-prometheus-remote-write pypy-3.8 Ubuntu
4449-
runs-on: ubuntu-latest
4450-
steps:
4451-
- name: Checkout repo @ SHA - ${{ github.sha }}
4452-
uses: actions/checkout@v4
4453-
4454-
- name: Set up Python pypy-3.8
4455-
uses: actions/setup-python@v5
4456-
with:
4457-
python-version: "pypy-3.8"
4458-
4459-
- name: Install tox
4460-
run: pip install tox
4461-
4462-
- name: Run tests
4463-
run: tox -e pypy3-test-exporter-prometheus-remote-write -- -ra
4464-
4465-
py38-test-instrumentation-mysql-0_ubuntu-latest:
4466-
name: instrumentation-mysql-0 3.8 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.8
4473-
uses: actions/setup-python@v5
4474-
with:
4475-
python-version: "3.8"
4476-
4477-
- name: Install tox
4478-
run: pip install tox
4479-
4480-
- name: Run tests
4481-
run: tox -e py38-test-instrumentation-mysql-0 -- -ra
4482-
4483-
py38-test-instrumentation-mysql-1_ubuntu-latest:
4484-
name: instrumentation-mysql-1 3.8 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.8
4491-
uses: actions/setup-python@v5
4492-
with:
4493-
python-version: "3.8"
4494-
4495-
- name: Install tox
4496-
run: pip install tox
4497-
4498-
- name: Run tests
4499-
run: tox -e py38-test-instrumentation-mysql-1 -- -ra
4500-
4501-
py39-test-instrumentation-mysql-0_ubuntu-latest:
4502-
name: instrumentation-mysql-0 3.9 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.9
4509-
uses: actions/setup-python@v5
4510-
with:
4511-
python-version: "3.9"
4512-
4513-
- name: Install tox
4514-
run: pip install tox
4515-
4516-
- name: Run tests
4517-
run: tox -e py39-test-instrumentation-mysql-0 -- -ra

0 commit comments

Comments
 (0)