pducolin
pducolin
It would be awesome to be notified when: - a comment is added to a PR, to the PR owner - a reply is added to a comment, to the...
Fix a bug in generated monitors: `new_host_delay` is deprecated, and should not be set when `new_group_delay` is defined
### What does this PR do? Bump test-infra-definitions ### Motivation Many changes in the changelog, https://github.com/DataDog/test-infra-definitions/commit/e2cab94dc39f6e4b8aa53a0ac81648e432eb34e1 should reduce flakiness in e2e tests at agent install, as sometimes S3 returns an...
### What does this PR do? Bump test-infra dependency Changelog: https://github.com/DataDog/test-infra-definitions/compare/dfdd12299b97...1f58e1fc0628 ### Motivation https://github.com/DataDog/datadog-agent/pull/22375 bumped the test-infra runner image without bumping the go-mod dependencies, that could cause discrepancies. ### Additional...
### What does this PR do? Draft example of custom e2e environments, with an attempt to reduce code required for a non-standard deployment. This is an experiment, requires cleaning before...
### What does this PR do? Introduce agent-developer-tools and agent-ci-experience, replacing agent-platform ### Motivation agent-platform team became agent-developer-tools, agent-ci-experience and agent-build-and-releases. This PR moves ownership across `datadog-agent` ### Additional Notes...
### What does this PR do? Bump `test-infra-definitions` in `new-e2e` module Changelog: https://github.com/DataDog/test-infra-definitions/compare/6dbc5dad4e60...eb67dd1667e4 ### Motivation Among the changes there is an improvement in curl error handling that should reduce and...
### What does this PR do? Add workloadApps option to Kind provisioner ### Motivation AML and others need to add custom workload apps to their Kind environment. This PR adds...
### What does this PR do? Use https://github.com/DataDog/test-infra-definitions/pull/1067 to tag agent running on host by the stack id ### Motivation It will help finding payloads forwarded to `dddev` ### Additional...
### What does this PR do? Enabling flakes finder on manual trigger to help detect potential flakes introduced by a change in e2e framework or its dependencies ### Motivation Helps...