datadog-agent: 6.11.2 -> 7.30.2#136109
Merged
SuperSandro2000 merged 8 commits intoNixOS:masterfrom Sep 12, 2021
Merged
Conversation
2 tasks
fa76106 to
75ab976
Compare
This comment has been minimized.
This comment has been minimized.
75ab976 to
e6da89f
Compare
e6da89f to
46cb120
Compare
Contributor
Author
|
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
Contributor
Author
|
@ofborg build datadog-agent datadog-process-agent |
e22336c to
deb129a
Compare
Member
There was a problem hiding this comment.
Suggested change
| rev = "7.30.1"; | |
| rev = version; |
Contributor
Author
There was a problem hiding this comment.
Thanks! Done.
94c6a98 to
b1c5792
Compare
77 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
invoketool. 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 = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"./result/bin/)