Skip to content

Commit

Permalink
[CI] Fix CI by specifying hostname in containers (#85)
Browse files Browse the repository at this point in the history
Since 7.40.0, specifying a valid hostname is mandatory to be able to install & run the Agent service in a container. This repository's CI tries to install the Agent in containers, which is why we now need to specify an explicit hostname.
  • Loading branch information
KSerrania authored Jun 23, 2023
1 parent 7e7f371 commit 19ddfe0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/pillar/datadog.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ datadog:
api_key: aaaaaaaabbbbbbbbccccccccdddddddd
site: datadoghq.com
python_version: 2
hostname: test

checks:
directory:
Expand Down
1 change: 1 addition & 0 deletions test/pillar/datadog5.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ datadog:
config:
api_key: aaaaaaaabbbbbbbbccccccccdddddddd
site: datadoghq.com
hostname: test-5

checks:
directory:
Expand Down
1 change: 1 addition & 0 deletions test/pillar/datadog6.sls
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ datadog:
api_key: aaaaaaaabbbbbbbbccccccccdddddddd
site: datadoghq.com
python_version: 2
hostname: test-6

checks:
directory:
Expand Down
1 change: 1 addition & 0 deletions test/pillar/datadog7.sls
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ datadog:
config:
api_key: aaaaaaaabbbbbbbbccccccccdddddddd
site: datadoghq.com
hostname: test-7

checks:
directory:
Expand Down

0 comments on commit 19ddfe0

Please sign in to comment.