-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:DataDog/datadog-agent into olivierg…
…/create-orchestrator-fwd
- Loading branch information
Showing
313 changed files
with
16,590 additions
and
9,112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
# FIXME: our current Gitlab version doesn't support importing a file more than once | ||
# For now, the workaround is to include "common" files once in the top-level .gitlab-ci.yml file | ||
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/28987 | ||
# include: | ||
# - /.gitlab/kitchen_common/testing.yml | ||
|
||
.kitchen_test_system_probe: | ||
extends: | ||
- .kitchen_common | ||
- .kitchen_datadog_agent_flavor | ||
rules: | ||
!reference [.on_system_probe_changes_or_manual] | ||
timeout: 3h | ||
variables: | ||
AGENT_MAJOR_VERSION: 7 | ||
DD_PIPELINE_ID: $CI_PIPELINE_ID-fnct | ||
CHEF_VERSION: 14.15.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
# FIXME: our current Gitlab version doesn't support importing a file more than once | ||
# For now, the workaround is to include "common" files once in the top-level .gitlab-ci.yml file | ||
# See: https://gitlab.com/gitlab-org/gitlab/-/issues/28987 | ||
# include: | ||
# - /.gitlab/kitchen_common/testing.yml | ||
# - /.gitlab/functional_test/common.yml | ||
|
||
kitchen_test_system_probe_windows_x64: | ||
extends: | ||
- .kitchen_agent_a7 | ||
- .kitchen_os_windows | ||
- .kitchen_test_system_probe | ||
- .kitchen_azure_x64 | ||
- .kitchen_azure_location_north_central_us | ||
stage: functional_test | ||
needs: [ "tests_windows_sysprobe_x64" ] | ||
variables: | ||
KITCHEN_ARCH: x86_64 | ||
KITCHEN_OSVERS: "win2016" | ||
CHEF_VERSION: 14.12.9 # newer versions error out during kitchen setup of azure VM | ||
before_script: | ||
- export WINDOWS_DDNPM_DRIVER=$(inv release.get-release-json-value "$RELEASE_VERSION_7::WINDOWS_DDNPM_DRIVER") | ||
- export WINDOWS_DDNPM_VERSION=$(inv release.get-release-json-value "$RELEASE_VERSION_7::WINDOWS_DDNPM_VERSION") | ||
- export WINDOWS_DDNPM_SHASUM=$(inv release.get-release-json-value "$RELEASE_VERSION_7::WINDOWS_DDNPM_SHASUM") | ||
- pushd $DD_AGENT_TESTING_DIR | ||
- tasks/kitchen_setup.sh | ||
script: | ||
- tasks/run-test-kitchen.sh windows-sysprobe-test $AGENT_MAJOR_VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.