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

Add task to show added / removed invoke tasks #31967

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

CelianR
Copy link
Contributor

@CelianR CelianR commented Dec 10, 2024

What does this PR do?

Shows the added / removed invoke tasks to make the newsletter process easier.
A date can be provided for more precise diff.

Example

$ diff.invoke-tasks
* Removed tasks:
- go-deps.generate
- go-deps.test-list
- kmt.build-stress-tests
- owners.guess-responsible
- security-agent.build-embed-latency-tools
- security-agent.build-stress-tests
- security-agent.stress-tests
- system-probe.kitchen-prepare

* Added tasks:
+ agent.build-remote-agent: Builds the remote-agent example client.
+ collector.update
+ diff.invoke-tasks: Shows the added / removed invoke tasks since diff_date with their description.
+ github-tasks.add-required-checks: For this task to work:
+ github-tasks.check-qa-labels: Check if the PR has one of qa/[done|no-code-change|rc-required] label
+ github-tasks.get-required-checks: For this task to work:
+ installer.build-downloader: Builds the installer downloader binary.
+ installer.build-linux-script: Builds the linux script that is used to install the agent on linux.
+ issue.assign-owner
+ issue.generate-model
+ modules.show: Show the module information for the given path.
+ modules.show-all: Show the list of modules.
+ otel-agent.integration-test: Run the otel integration test
+ package.check-size
+ system-probe.e2e-prepare: Compile test suite for e2e tests
+ winbuild.agent-package
+ winbuild.build: Build the Agent packages with Omnibus Installer.
+ winbuild.build-installer: Build the MSI installer for the agent
+ winbuild.installer-package
+ worktree.checkout: Changes the worktree environment to the specified ref.
+ worktree.init: Will prepare the worktree context (git clone / pull of the agent branch).
+ worktree.invoke: Enters the worktree environment in order to invoke tasks in this context.
+ worktree.pull: Pulls the worktree environment.
+ worktree.remove: Will remove the git worktree context.
+ worktree.run: Runs a command in the target worktree environment.
+ worktree.status: Displays the status of the worktree environment.

Motivation

Describe how you validated your changes

Possible Drawbacks / Trade-offs

Additional Notes

@CelianR CelianR added changelog/no-changelog qa/no-code-change No code change in Agent code requiring validation team/agent-devx-infra labels Dec 10, 2024
@CelianR CelianR self-assigned this Dec 10, 2024
@CelianR CelianR requested review from a team as code owners December 10, 2024 14:25
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Dec 10, 2024
Copy link
Contributor

@pducolin pducolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@github-actions github-actions bot added medium review PR review might take time and removed short review PR is simple enough to be reviewed quickly labels Dec 10, 2024
@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Dec 10, 2024

[Fast Unit Tests Report]

On pipeline 50724472 (CI Visibility). The following jobs did not run any unit tests:

Jobs:
  • tests_deb-arm64-py3
  • tests_deb-x64-py3
  • tests_flavor_dogstatsd_deb-x64
  • tests_flavor_heroku_deb-x64
  • tests_flavor_iot_deb-x64
  • tests_rpm-arm64-py3
  • tests_rpm-x64-py3
  • tests_windows-x64

If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to #agent-devx-help

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Dec 10, 2024

Package size comparison

Comparison with ancestor f0211e154ff254b01a16d09a8f770c2536a8c9c4

Diff per package
package diff status size ancestor threshold
datadog-agent-amd64-deb 0.00MB 1270.67MB 1270.67MB 140.00MB
datadog-iot-agent-amd64-deb 0.00MB 113.20MB 113.20MB 10.00MB
datadog-dogstatsd-amd64-deb 0.00MB 78.32MB 78.32MB 10.00MB
datadog-heroku-agent-amd64-deb 0.00MB 526.45MB 526.45MB 70.00MB
datadog-agent-x86_64-rpm 0.00MB 1279.91MB 1279.91MB 140.00MB
datadog-agent-x86_64-suse 0.00MB 1279.91MB 1279.91MB 140.00MB
datadog-iot-agent-x86_64-rpm 0.00MB 113.26MB 113.26MB 10.00MB
datadog-iot-agent-x86_64-suse 0.00MB 113.26MB 113.26MB 10.00MB
datadog-dogstatsd-x86_64-rpm 0.00MB 78.40MB 78.40MB 10.00MB
datadog-dogstatsd-x86_64-suse 0.00MB 78.40MB 78.40MB 10.00MB
datadog-agent-arm64-deb 0.00MB 1004.85MB 1004.85MB 140.00MB
datadog-iot-agent-arm64-deb 0.00MB 108.67MB 108.67MB 10.00MB
datadog-dogstatsd-arm64-deb 0.00MB 55.59MB 55.59MB 10.00MB
datadog-agent-aarch64-rpm 0.00MB 1014.06MB 1014.06MB 140.00MB
datadog-iot-agent-aarch64-rpm 0.00MB 108.74MB 108.74MB 10.00MB

Decision

✅ Passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog medium review PR review might take time qa/no-code-change No code change in Agent code requiring validation team/agent-devx-infra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants