Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(kitchen): [agent6] Update kitchen_test_windows_cws_base #31133

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitlab/kitchen_testing/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
extends:
- .kitchen_azure_x64
before_script: # test all of the kernels to make sure the driver loads and runs properly
- WINDOWS_TESTING_S3_BUCKET=$WINDOWS_TESTING_S3_BUCKET_A6
- RELEASE_VERSION=$RELEASE_VERSION_6
- export WINDOWS_TESTING_S3_BUCKET=$WINDOWS_TESTING_S3_BUCKET_A6
- export RELEASE_VERSION=$RELEASE_VERSION_6
- export WINDOWS_DDPROCMON_DRIVER=$(inv release.get-release-json-value "$RELEASE_VERSION_6::WINDOWS_DDPROCMON_DRIVER")
- export WINDOWS_DDPROCMON_VERSION=$(inv release.get-release-json-value "$RELEASE_VERSION_6::WINDOWS_DDPROCMON_VERSION")
- export WINDOWS_DDPROCMON_SHASUM=$(inv release.get-release-json-value "$RELEASE_VERSION_6::WINDOWS_DDPROCMON_SHASUM")
Expand Down
4 changes: 2 additions & 2 deletions test/kitchen/test-definitions/windows-cwsinstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ suites:
- "recipe[dd-agent-install]"
attributes:
datadog:
agent_major_version: 7
agent_major_version: 6
api_key: <%= api_key %>
<% if ENV['AGENT_FLAVOR'] == 'datadog-iot-agent' %>
agent_flavor: 'datadog-iot-agent'
<% end %>
enable_process_agent: true
dd-agent-install:
agent_major_version: 7
agent_major_version: 6
agent6: true
windows_agent_url: <%= windows_agent_url %>
<% if ENV['AGENT_VERSION'] %>
Expand Down
Loading