Skip to content

Commit

Permalink
Merge branch 'main' into steven/aws-payload-tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
erikayasuda authored Nov 12, 2024
2 parents b9ee1ec + 9e7acd0 commit c6c5551
Show file tree
Hide file tree
Showing 63 changed files with 828 additions and 407 deletions.
2 changes: 2 additions & 0 deletions .gitlab/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build_base_venvs:
variables:
CMAKE_BUILD_PARALLEL_LEVEL: 12
PIP_VERBOSE: 1
DD_PROFILING_NATIVE_TESTS: 1
script:
- pip install riot==0.20.0
- riot -P -v generate --python=$PYTHON_VERSION
Expand All @@ -16,6 +17,7 @@ build_base_venvs:
- .riot/venv_*
- ddtrace/**/*.so*
- ddtrace/internal/datadog/profiling/crashtracker/crashtracker_exe*
- ddtrace/internal/datadog/profiling/test/test_*

download_ddtrace_artifacts:
image: registry.ddbuild.io/github-cli:v27480869-eafb11d-2.43.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/acb0de0.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/118a763.in
#
attrs==24.2.0
coverage[toml]==7.6.4
Expand All @@ -18,9 +18,10 @@ protobuf==5.28.3
py-cpuinfo==8.0.0
pytest==8.3.3
pytest-asyncio==0.21.1
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-benchmark==5.1.0
pytest-cov==6.0.0
pytest-cpp==2.6.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
pytest-randomly==3.16.0
sortedcontainers==2.4.0
uwsgi==2.0.27
uwsgi==2.0.28
27 changes: 13 additions & 14 deletions .riot/requirements/13e7fea.txt → .riot/requirements/125c1e6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,32 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13e7fea.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/125c1e6.in
#
attrs==24.2.0
coverage[toml]==7.6.1
coverage[toml]==7.6.4
exceptiongroup==1.2.2
gevent==21.8.0
greenlet==1.1.0
gevent==24.11.1
greenlet==3.1.1
gunicorn[gevent]==23.0.0
hypothesis==6.45.0
iniconfig==2.0.0
lz4==4.3.3
mock==5.1.0
opentracing==2.4.0
packaging==24.1
packaging==24.2
pluggy==1.5.0
py-cpuinfo==8.0.0
pytest==8.3.2
pytest==8.3.3
pytest-asyncio==0.21.1
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-benchmark==5.1.0
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
pytest-randomly==3.16.0
sortedcontainers==2.4.0
tomli==2.0.1
uwsgi==2.0.26
tomli==2.0.2
uwsgi==2.0.28
zope-event==5.0
zope-interface==7.0.3
zope-interface==7.1.1

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.3.0
22 changes: 11 additions & 11 deletions .riot/requirements/1a594ce.txt → .riot/requirements/12a4316.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1a594ce.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/12a4316.in
#
attrs==23.2.0
coverage[toml]==7.6.0
gevent==22.8.0
greenlet==1.1.3.post0
attrs==24.2.0
coverage[toml]==7.6.4
gevent==24.11.1
greenlet==3.1.1
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
packaging==24.2
pluggy==1.5.0
pytest==8.3.1
pytest-cov==5.0.0
pytest==8.3.3
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
pytest-randomly==3.16.0
sortedcontainers==2.4.0
zope-event==5.0
zope-interface==6.4.post2
zope-interface==7.1.1

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.1.0
setuptools==75.3.0
35 changes: 35 additions & 0 deletions .riot/requirements/1359ebb.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1359ebb.in
#
attrs==24.2.0
coverage[toml]==7.6.4
exceptiongroup==1.2.2
gevent==24.11.1
greenlet==3.1.1
gunicorn[gevent]==23.0.0
hypothesis==6.45.0
iniconfig==2.0.0
lz4==4.3.3
mock==5.1.0
opentracing==2.4.0
packaging==24.2
pluggy==1.5.0
py-cpuinfo==8.0.0
pytest==8.3.3
pytest-asyncio==0.21.1
pytest-benchmark==5.1.0
pytest-cov==6.0.0
pytest-cpp==2.6.0
pytest-mock==3.14.0
pytest-randomly==3.16.0
sortedcontainers==2.4.0
tomli==2.1.0
uwsgi==2.0.28
zope-event==5.0
zope-interface==7.1.1

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.4.0
24 changes: 12 additions & 12 deletions .riot/requirements/1ffb22d.txt → .riot/requirements/1413039.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1ffb22d.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1413039.in
#
attrs==23.2.0
coverage[toml]==7.6.0
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
gevent==20.12.1
greenlet==1.0.0
gevent==24.2.1
greenlet==3.1.1
hypothesis==6.45.0
importlib-metadata==8.2.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
packaging==24.2
pluggy==1.5.0
pytest==8.3.1
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.19.2
tomli==2.0.2
zipp==3.20.2
zope-event==5.0
zope-interface==6.4.post2
zope-interface==7.1.1

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.1.0
setuptools==75.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/10fe95f.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1560353.in
#
attrs==24.2.0
coverage[toml]==7.6.4
gevent==23.9.0
gevent==24.11.1
greenlet==3.1.1
gunicorn[gevent]==23.0.0
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
packaging==24.2
pluggy==1.5.0
py-cpuinfo==8.0.0
pytest==8.3.3
pytest-asyncio==0.21.1
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-benchmark==5.1.0
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
pytest-randomly==3.16.0
sortedcontainers==2.4.0
uwsgi==2.0.27
uwsgi==2.0.28
zope-event==5.0
zope-interface==7.1.1

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.2.0
setuptools==75.3.0
19 changes: 10 additions & 9 deletions .riot/requirements/5286dd4.txt → .riot/requirements/15e90ee.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/5286dd4.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/15e90ee.in
#
attrs==24.2.0
coverage[toml]==7.6.1
coverage[toml]==7.6.3
exceptiongroup==1.2.2
gevent==24.2.1
greenlet==3.0.3
gevent==24.10.2
greenlet==3.1.1
gunicorn[gevent]==23.0.0
hypothesis==6.45.0
iniconfig==2.0.0
Expand All @@ -18,17 +18,18 @@ opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
py-cpuinfo==8.0.0
pytest==8.3.2
pytest==8.3.3
pytest-asyncio==0.21.1
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-cpp==2.6.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
uwsgi==2.0.26
tomli==2.0.2
uwsgi==2.0.27
zope-event==5.0
zope-interface==7.0.3
zope-interface==7.1.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1744bab.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1600ae2.in
#
attrs==24.2.0
colorama==0.4.6
coverage[toml]==7.2.7
exceptiongroup==1.2.2
gevent==22.10.2
greenlet==3.0.3
greenlet==3.1.1
gunicorn[gevent]==23.0.0
hypothesis==6.45.0
importlib-metadata==6.7.0
Expand All @@ -23,12 +24,13 @@ pytest==7.4.4
pytest-asyncio==0.21.1
pytest-benchmark==4.0.0
pytest-cov==4.1.0
pytest-cpp==2.5.0
pytest-mock==3.11.1
pytest-randomly==3.12.0
sortedcontainers==2.4.0
tomli==2.0.1
typing-extensions==4.7.1
uwsgi==2.0.26
uwsgi==2.0.27
zipp==3.15.0
zope-event==5.0
zope-interface==6.4.post2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/18598d3.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/18008a7.in
#
attrs==24.2.0
coverage[toml]==7.6.1
coverage[toml]==7.6.3
gunicorn==23.0.0
hypothesis==6.45.0
iniconfig==2.0.0
Expand All @@ -14,13 +14,14 @@ mock==5.1.0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
protobuf==5.28.0
protobuf==5.28.2
py-cpuinfo==8.0.0
pytest==8.3.2
pytest==8.3.3
pytest-asyncio==0.21.1
pytest-benchmark==4.0.0
pytest-cov==5.0.0
pytest-cpp==2.6.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
uwsgi==2.0.26
uwsgi==2.0.27
31 changes: 0 additions & 31 deletions .riot/requirements/197de71.txt

This file was deleted.

Loading

0 comments on commit c6c5551

Please sign in to comment.