Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
ce0f5ad
Use official datadog GH action to monitor CI visibility
AAraKKe Jan 16, 2026
87d8c6d
Add changelog
AAraKKe Jan 16, 2026
fcdf605
Add some debugging for failing tests
AAraKKe Jan 16, 2026
98ac609
Remove action and ensure ddtrace is a depdnency of the default enviro…
AAraKKe Jan 16, 2026
42effc5
Revert changes for debugging in test_agent_packages
AAraKKe Jan 16, 2026
8f70b27
Remove profiling
AAraKKe Jan 16, 2026
9bd010f
Remove trace analytics
AAraKKe Jan 16, 2026
e387451
Disable subprocess tracing
AAraKKe Jan 16, 2026
7753409
Try removing git metadta gathering
AAraKKe Jan 16, 2026
78e6616
Debug messages to understand git issues
AAraKKe Jan 16, 2026
ca0b7b2
Fix formattingh
AAraKKe Jan 16, 2026
d56f2d3
Fix error in debug code
AAraKKe Jan 16, 2026
9971089
Fix formatting
AAraKKe Jan 16, 2026
ba29c6e
Make sure we unshallwo the repo
AAraKKe Jan 16, 2026
f7de5f6
Also unshallwo for windows setup for ddev
AAraKKe Jan 16, 2026
85bf235
Add test environment name to differentiate between e2e and unit tests
AAraKKe Jan 19, 2026
4a1fffe
Update documentation
AAraKKe Jan 19, 2026
8b5083d
Add ci visibility to e2e tests as well
AAraKKe Jan 19, 2026
b453a1e
Try reducing the size of test-target
AAraKKe Jan 19, 2026
9cc3388
Streamline test-target to reduce the object footprint on actions
AAraKKe Jan 19, 2026
c3aaf5b
Ensure python version set to 3.13 when input is an empty string
AAraKKe Jan 19, 2026
d1c3dcd
Ensure python version is updatable through the py upgrade script
AAraKKe Jan 19, 2026
2e61bfc
Merge branch 'master' into aarakke/improve-ci-visibility
AAraKKe Jan 19, 2026
3475c29
Print actual ddev command run when executing tests
AAraKKe Jan 19, 2026
b2593f7
Update ddev env test command to respect trace enabled option
AAraKKe Jan 19, 2026
5d0756a
Fix update_py_config script patterns
AAraKKe Jan 19, 2026
f84772e
Fix AppEnvVar for enable tracing
AAraKKe Jan 19, 2026
7772a4e
[MOPU-207] Testing AI prompt for monitor template message structure q…
vuvkar Jan 19, 2026
6eff818
[MOPU-207] Fix changelog entry
vuvkar Jan 19, 2026
1d87ade
Merge branch 'master' into vahe.karamyan/mopu-207-another-test-branch
vuvkar Jan 19, 2026
bf9208e
Merge branch 'master' into vahe.karamyan/mopu-207-another-test-branch
vuvkar Jan 20, 2026
e2e2ead
Merge branch 'master' into vahe.karamyan/mopu-207-another-test-branch
vuvkar Jan 26, 2026
2bb6d13
Merge branch 'master' into vahe.karamyan/mopu-207-another-test-branch
vuvkar Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Use official datadog GH action to monitor CI visibility
  • Loading branch information
AAraKKe committed Jan 16, 2026
commit ce0f5ad25f52d2ca3d57799ed9b5782f90083798
69 changes: 0 additions & 69 deletions .ddev/ci/scripts/traces.py

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/flaky-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,3 @@ jobs:

uses: ./.github/workflows/test-results-master.yml
secrets: inherit

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/flaky-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,3 @@ jobs:

uses: ./.github/workflows/test-results-master.yml
secrets: inherit

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/master-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,3 @@ jobs:
use_oidc: true
directory: coverage-reports
fail_ci_if_error: false

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,3 @@ jobs:
use_oidc: true
directory: coverage-reports
fail_ci_if_error: false

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/nightly-base-package-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,3 @@ jobs:
pytest-args: '-m "not flaky"'
context: "nightly-base-package"
secrets: inherit

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/nightly-base-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,3 @@ jobs:
pytest-args: '-m "not flaky"'
context: "nightly-base-package"
secrets: inherit

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
10 changes: 1 addition & 9 deletions .github/workflows/pr-all-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Options
context: "pr"

secrets: inherit

save-event:
Expand Down Expand Up @@ -65,11 +65,3 @@ jobs:
use_oidc: true
directory: coverage-reports
fail_ci_if_error: false

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/pr-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,3 @@ jobs:
use_oidc: true
directory: coverage-reports
fail_ci_if_error: false

# submit-traces:
# needs:
# - test
# if: success() || failure()

# uses: ./.github/workflows/submit-traces.yml
# secrets: inherit
9 changes: 0 additions & 9 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ jobs:

uses: ./.github/workflows/save-event.yml

submit-traces:
needs:
- test
- test-minimum-base-package
if: inputs.repo == 'core' && (success() || failure()) && github.event.pull_request.head.repo.full_name == github.repository

uses: ./.github/workflows/submit-traces.yml
secrets: inherit

upload-coverage:
needs:
- test
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/submit-traces.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/test-agent-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,3 @@ jobs:
id-token: write
# needed for compute-matrix in test-target.yml
contents: read

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/test-agent-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,3 @@ jobs:
id-token: write
# needed for compute-matrix in test-target.yml
contents: read

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
8 changes: 0 additions & 8 deletions .github/workflows/test-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,3 @@ jobs:
id-token: write
# needed for compute-matrix in test-target.yml
contents: read

submit-traces:
needs:
- test
if: success() || failure()

uses: ./.github/workflows/submit-traces.yml
secrets: inherit
Loading
Loading