Open Pythyu opened 19 hours ago
I have done the QA steps myself but I'd like someone else to do them as well before I'm putting the qa/done
tag
Use this command from test-infra-definitions to manually test this PR changes on a VM:
inv create-vm --pipeline-id=49868544 --os-family=ubuntu
Note: This applies to commit bb84cf81
Metrics dashboard
Target profiles
Run ID: 99e0375a-debc-4cd0-9053-5eb2c9c36331
Baseline: 410b1ae7d7aca9a119d9f9709d4091373f4e0890 Comparison: bb84cf8166e2d1623f455231c93fa483e60ac470 Diff
✅ Passed. All Quality Gates passed.
/merge
/merge
View all feedbacks in Devflow UI.
2024-11-26 10:10:09 UTC
:information_source: MergeQueue: waiting for PR to be ready
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove
command.
2024-11-26 10:11:16 UTC
:information_source: MergeQueue: merge request added to the queue
The median merge time in main
is 23m.
2024-11-26 10:16:09 UTC
:warning: MergeQueue: This merge request build was cancelled
This merge request build was cancelled
/merge --cancel
What does this PR do?
Allow python to be imported relatively on macOS
Motivation
Since we support custom build directory on macOS now #29692, we are using RPATH instead of true paths and we need python variables to be relative as well.
Describe how to test/QA your changes
datadog-agent stop
/opt/datadog-agent
folder toAnyPath/datadog-agent
AnyPath/datadog-agent/bin/agent/agent -c AnyPath/datadog-agent/etc/datadog.yaml run
Possible Drawbacks / Trade-offs
Additional Notes