DataDog / datadog-ci

Use Datadog from your CI.
https://datadoghq.com
Apache License 2.0
127 stars 54 forks source link

[docs] Fix some instructions on test overrides #1433

Closed Drarig29 closed 3 weeks ago

Drarig29 commented 3 weeks ago

What and why?

I tried to use --override 'locations=["pl:test-corentin-preprod-e23cc6f215a2bd991b512080f81eb556"]' but the backend didn't accept it:

[p8z-bd4-y8z] Failed to trigger tests: query on [...]/trigger/ci returned: "The value provided for parameter 'locations' is invalid"

How?

The right format is --override locations="pl:test-corentin-preprod-e23cc6f215a2bd991b512080f81eb556"

Review checklist