Skip to content

Commit 35e0311

Browse files
authored
chore(profiling): remove DD_PROFILING_STACK_V2_ENABLED env var (#15213)
## Description This is mainly to make sure that `DD_PROFILING_STACK_V2_ENABLED` does nothing. Actual code removal will be followed up in #15185 ## Testing <!-- Describe your testing strategy or note what tests are included --> ## Risks <!-- Note any risks associated with this change, or "None" if no risks --> ## Additional Notes <!-- Any other information that would be helpful for reviewers -->
1 parent 42f57b6 commit 35e0311

32 files changed

+14
-662
lines changed

.github/workflows/django-overhead-profile.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,10 @@ on:
1313
jobs:
1414
django-overhead-profile:
1515
runs-on: ubuntu-latest
16-
strategy:
17-
matrix:
18-
include:
19-
- suffix: "-v1"
20-
stack_v2: "0"
21-
- suffix: "-v2"
22-
stack_v2: "1"
2316
env:
2417
PREFIX: ${{ github.workspace }}/prefix
2518
DD_CODE_ORIGIN_FOR_SPANS_ENABLED: "1"
2619
DD_PROFILING_ENABLED: "1"
27-
DD_PROFILING_STACK_V2_ENABLED: ${{ matrix.stack_v2 }}
2820
DD_PROFILING_OUTPUT_PPROF: ${{ github.workspace }}/prefix/artifacts/ddtrace_profile
2921
DD_EXCEPTION_REPLAY_ENABLED: "1"
3022
defaults:
@@ -50,5 +42,5 @@ jobs:
5042
5143
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5244
with:
53-
name: django-overhead-profile${{ matrix.suffix }}
45+
name: django-overhead-profile
5446
path: ${{ github.workspace }}/prefix/artifacts

.riot/requirements/11f199b.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

.riot/requirements/156272b.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

.riot/requirements/1732d2c.txt

Lines changed: 0 additions & 30 deletions
This file was deleted.

.riot/requirements/17dacc9.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

.riot/requirements/18f25af.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

.riot/requirements/19a46f0.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

.riot/requirements/19dd610.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

.riot/requirements/1a21c9f.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

.riot/requirements/33ce309.txt

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)