Nicolas Schweitzer
Nicolas Schweitzer
### What does this PR do? Add new tests on notify jobs to validate their execution. ### Motivation Pipeline stability ### Additional Notes This PR contains a first commit which...
### What does this PR do? Run invoke unit tests in dedicated jobs. Will add coverage afterwards ### Motivation Invoke tasks are a different workload in the datadog-agent repo. Their...
Some repositories might have reviews asked in several channels. Currently the 🟢 (approved) emoji is put in the message as soon as the PR has enough reviewers with respect to...
This task is for validation of pipeline generation for dev branches ### What does this PR do? Create a new task for test of gitlab configuration against itself to test...
### What does this PR do? backport #27197 ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
### What does this PR do? Improve the `create_rc` workflow: - Add a new schedule before the RC PR creation for `integrations-core` repo only. This check is supposed to warn...
### What does this PR do? Backport #27197 ### Motivation ### Additional Notes ### Possible Drawbacks / Trade-offs ### Describe how to test/QA your changes
### What does this PR do? Alternative to #29087 Change the way we store secrets in script. Instead of ``` export VAR=$(fetch_secret) ``` use ``` VAR=$(fetch secret) || exit $?;...
### What does this PR do? Remove ownership of `corechecks/embed/*` from `agent-devx-infra` team ### Motivation I was surprised to be involved in [this PR](https://github.com/DataDog/datadog-agent/pull/29223) ### Additional Notes I suppose we...
### What does this PR do? Change the PR template. ### Motivation There are a lot of comments in the current template and several of them seem unnecessary to me...