Kylian Serrania
Kylian Serrania
### What does this PR do? Modifies the `tests_macos` job to fetch artifacts from the triggered GitHub Action. Requires https://github.com/DataDog/datadog-agent-macos-build/pull/104 to be merged first. ### Motivation Once https://github.com/DataDog/datadog-agent-macos-build/pull/104 is merged,...
In the near future, we're going to sign our RPM package with a newer GPG key. To make sure chef installs of Agent 6 work, the new key should be...
## Summary * OS: Windows * Type: core ## Description https://github.com/giampaolo/psutil/pull/1192 added the ability for `psutil.disk_partitions()` to list mount points on Windows, using the `FindFirstVolumeMountPoint`, `FindNextVolumeMountPoint` and `FindVolumeMountPointClose` functions. These...
### What does this PR do? Updates the owners of integrations previously owned by Agent Platform in the `CODEOWNERS` file: - System integrations (process, disk and network) are now owned...
### What does this PR do? Updates the rules of the `e2e_installer_test_junit_upload` so that it actually runs. ### Motivation The current rules: ``` rules: - !reference [.except_mergequeue] ``` expand to:...
### What does this PR do? Removes the `--flavors` (list) option of `inv test`, and replaces it with the `--flavor` (string) option, that only allows specifying one flavor. Removes code...
### What does this PR do? Simplify code around the `headless_mode` parameter - instead of passing the parameter to all functions and deciding whether to print or not each time...
### What does this PR do? Refactor the multiple steps to build Windows resources into one `build_windows_resources` function. ### Motivation Reduce code repetition: multiple tasks had the same exact following...
### What does this PR do? Creates a single `get_build_tags` function used by all tasks to compute which go build tags to use. Updates all places where builds tags were...
### What does this PR do? Updates the `JOBOWNERS` file with the recently added KMT and E2E jobs. ### Motivation Send pipeline failure notifications to the correct teams. ### Additional...