Skip to content

Commit 69f138f

Browse files
committed
Revert "ci(profiling): split CPU timer profile jobs"
This reverts commit 7e736ea.
1 parent 7e736ea commit 69f138f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

riotfile.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3887,9 +3887,8 @@ def select_pys(min_version: str = MIN_PYTHON_VERSION, max_version: str = MAX_PYT
38873887
],
38883888
),
38893889
# Run the full profiling suite with both wall and CPU timer sampling enabled.
3890-
# Use a distinct name so these full-suite runs get separate CI shards.
3890+
# Match the standard profile dependencies so Riot can reuse its existing venv hashes.
38913891
Venv(
3892-
name="profile-cpu-timer",
38933892
pys=select_pys(min_version="3.12"),
38943893
env={
38953894
"_DD_PROFILING_STACK_CPU_TIMER_ENABLED": "1",

tests/profiling/suitespec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ suites:
1717
- '@vendor'
1818
- tests/profiling/suitespec.yml
1919
- tests/profiling/*
20-
pattern: profile(?:-cpu-timer)?$
20+
pattern: profile$
2121
retry: 2
2222
profile-uwsgi:
2323
env:

0 commit comments

Comments
 (0)