datadog-ci
datadog-ci copied to clipboard
Use Datadog from your CI.
### Feature request description I'd like to be able to run the `trace` command on Github Actions. ### Solution Add github as a supported provider for the trace command. ###...
### Feature request description I'd like to be able to add measures using `--measures` (as per the current `--tags` behavior) with the `trace` command. ### Solution Add support for measures...
### Feature request description When enriching our CI Visibility with tags and measure, we often need to add them on a step, in addition to pipeline and job. ### Solution...
### Bug description Hi, I get the following error when attempting to run a sbom upload, any help would be appreciated! $ DD_SERVICE=api DD_ENV=dev datadog-ci sbom upload --debug trivy.json Processing...
### Bug description When running synthetics from the datadog ci, if the test results contain a special character (such as an error returned during a browser test step) the ci...
### Bug description I have added ci_post_xcodebuild.sh file in my project ``` #!/usr/bin/env bash if [ "$CI_WORKFLOW" = "Release" ]; then mkdir build TMPDIR=build/datadog mkdir $TMPDIR curl -L --fail https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_darwin-x64...
### Feature request description Hi folks, I'm looking at incorporating this tool to run E2E tests in my CI pipelines, but there is one feature that I feel is missing:...
### Feature request description Currently, the `trace` command only supports CircleCI and Jenkins. We use self-managed Gitlab and I would love to be able to see our custom commands in...
### What and why? Currently `datadog-ci` currently looks between two variable for the datadog site. `DATADOG_SITE` and `DD_SITE` except it doesn't always look at `DD_SITE` for some commands. This can...
### Bug description Hello, just configured launching synthetic test from our ci. It works, but we get this strange error : ``` $ datadog-ci synthetics run-tests --datadogSite "datadoghq.eu" --apiKey "$DD_SYNTHETICS_API_KEY"...