-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
datadog-agent: 6.11.2 -> 7.30.2 #136109
datadog-agent: 6.11.2 -> 7.30.2 #136109
Conversation
fa76106
to
75ab976
Compare
This comment has been minimized.
This comment has been minimized.
75ab976
to
e6da89f
Compare
e6da89f
to
46cb120
Compare
Looks like I don't understand the integrations very well. Any help would be appreciated to help CI. |
datadog-agent is now built as a go module. However, the build process is now to be driven by the python invoke tool. While datadog-agent builds with buildGoModule, some investigation should be done to ensure we are not missing any integrations or features from the invoke build system. This also updates datadog-agent from python 2.7 to 3.x. One other issue of note: most of the invoke tasks seem to use some git parsing to get version numbers and the like. This package may need to be checked for reproducibility issues now.
143762f
to
e22336c
Compare
@ofborg build datadog-agent datadog-process-agent |
e22336c
to
deb129a
Compare
@@ -41,10 +41,10 @@ let | |||
src = pkgs.fetchFromGitHub { | |||
owner = "DataDog"; | |||
repo = "integrations-core"; | |||
rev = "7e9bebbb5b79ac30c16814ecefdc8f5c63cb4ea4"; | |||
sha256 = "0yi7dlbd0rkzzl8cag713r86f40vl87aqrj97ral58csnnj7vfzb"; | |||
rev = "7.30.1"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rev = "7.30.1"; | |
rev = version; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Done.
94c6a98
to
b1c5792
Compare
Motivation for this change
#105221 and #101964
Plus, datadog-agent failed to build on master (for me).
Things done
datadog-agent is now built as a go module. However, the build process
is now to be driven by the python
invoke
tool. While datadog-agentbuilds with buildGoModule, some investigation should be done to ensure
we are not missing any integrations or features from the invoke build
system.
This also updates datadog-agent from python 2.7 to 3.x.
One other issue of note: most of the invoke tasks seem to use some git parsing to get version numbers and the like. This package may need to be checked for reproducibility issues now.
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)