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

internal: add workflow to check for outdated integrations #3008

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

quinna-h
Copy link
Contributor

@quinna-h quinna-h commented Dec 4, 2024

What does this PR do?

Duplicate of #2936 on the v2-dev branch, following the policy that we need a duplicate PR on the v2-dev branch before GA release.

Reviewer's Checklist

  • Changed code has unit tests for its functionality at or near 100% coverage.
  • System-Tests covering this feature have been added and enabled with the va.b.c-dev version tag.
  • There is a benchmark for any new code, or changes to existing code.
  • If this interacts with the agent in a new way, a system test has been added.
  • Add an appropriate team label so this PR gets put in the right place for the release notes.
  • Non-trivial go.mod changes, e.g. adding new modules, are reviewed by @DataDog/dd-trace-go-guild.
  • For internal contributors, a matching PR should be created to the v2-dev branch and reviewed by @DataDog/apm-go.

Unsure? Have a question? Request a review!

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4

Choose a reason for hiding this comment

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

🟠 Code Vulnerability

Workflow depends on a GitHub actions pinned by tag (...read more)

View in Datadog  Leave us feedback  Documentation


- name: Create Pull Request
id: pr
uses: peter-evans/create-pull-request@v6

Choose a reason for hiding this comment

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

🟠 Code Vulnerability

Workflow depends on a GitHub actions pinned by tag (...read more)

View in Datadog  Leave us feedback  Documentation

@quinna-h quinna-h marked this pull request as ready for review December 4, 2024 19:30
@quinna-h quinna-h requested review from a team as code owners December 4, 2024 19:30
@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Dec 4, 2024

Datadog Report

Branch report: quinna.halim/outdated-integrations-workflow
Commit report: f7a9013
Test service: dd-trace-go

✅ 0 Failed, 4048 Passed, 61 Skipped, 2m 43.53s Total Time

@pr-commenter
Copy link

pr-commenter bot commented Dec 4, 2024

Benchmarks

Benchmark execution time: 2024-12-09 14:35:15

Comparing candidate commit d1f43d8 in PR branch quinna.halim/outdated-integrations-workflow with baseline commit 793e435 in branch v2-dev.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 53 metrics, 0 unstable metrics.

integration_go.mod Outdated Show resolved Hide resolved
.github/workflows/apps/latest_major_version.go Outdated Show resolved Hide resolved
integration_go.mod Show resolved Hide resolved
@quinna-h quinna-h enabled auto-merge (squash) December 6, 2024 23:41
remove packages deprecated in v2

remove extraneous dependencies

propagate statsd client to stats concentrator (#3009)

refactor(ddtrace/tracer): rename WithDogstatsdAddress as WithDogstatsdAddr
@quinna-h quinna-h force-pushed the quinna.halim/outdated-integrations-workflow branch from d1f43d8 to d25980e Compare December 10, 2024 20:15
@quinna-h quinna-h merged commit e6a87da into v2-dev Dec 10, 2024
164 of 175 checks passed
@quinna-h quinna-h deleted the quinna.halim/outdated-integrations-workflow branch December 10, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants