Skip to content

Run Argo CD E2E with the Kubernetes Agent backend - #24670

Draft
nubtron wants to merge 1 commit into
masterfrom
nubtron/argocd-kubernetes-agent-e2e
Draft

Run Argo CD E2E with the Kubernetes Agent backend#24670
nubtron wants to merge 1 commit into
masterfrom
nubtron/argocd-kubernetes-agent-e2e

Conversation

@nubtron

@nubtron nubtron commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

Runs the Argo CD Kind E2E check with the Kubernetes Agent backend. The check now reaches all five Argo CD metrics Services through their in-cluster DNS names, so the environment no longer needs five persistent kubectl port-forward processes.

Validation:

  • hatch run -- ddev --no-interactive test -fs argocd
  • hatch run -- ddev --no-interactive test --lint argocd
  • hatch run -- ddev --no-interactive test argocd (67 passed, 1 E2E skipped)
  • hatch run ddev env start --dev argocd py3.13-2.4.7
  • hatch run ddev env test --dev argocd py3.13-2.4.7 (1 passed)
  • hatch run ddev env stop argocd py3.13-2.4.7

Motivation

Builds on #24639 by migrating another Kind E2E environment from the external Docker Agent backend to the Kubernetes Agent backend.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add qa/required if this PR needs QA validation, or qa/skip-qa if it does not. Exactly one of the two is required.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

@nubtron nubtron added the qa/skip-qa Automatically skip this PR for the next QA label Jul 23, 2026
@datadog-prod-us1-5

datadog-prod-us1-5 Bot commented Jul 23, 2026

Copy link
Copy Markdown

Tests  Code Coverage

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 0.00%
Overall Coverage: 93.58% (+5.05%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 32208f2 | Docs | View more details | Give us feedback!

@steveny91 steveny91 added the assets/no-deploy Prevents APW from deploying this PR in staging label Jul 23, 2026
@nubtron
nubtron force-pushed the nubtron/argocd-kubernetes-agent-e2e branch 4 times, most recently from 093780b to a8e3c68 Compare July 30, 2026 13:30
@nubtron
nubtron force-pushed the nubtron/kubernetes-agent-interface-e2e branch from 2a64043 to f21cf4c Compare August 10, 2026 09:28
@nubtron
nubtron force-pushed the nubtron/argocd-kubernetes-agent-e2e branch from 5f6000f to 8606b5a Compare August 10, 2026 09:34
Base automatically changed from nubtron/kubernetes-agent-interface-e2e to master August 10, 2026 17:43
An error occurred while trying to automatically change base from nubtron/kubernetes-agent-interface-e2e to master August 10, 2026 17:43
@nubtron
nubtron force-pushed the nubtron/argocd-kubernetes-agent-e2e branch from 0ec91f5 to 32208f2 Compare August 18, 2026 10:26
@dd-octo-sts

dd-octo-sts Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Validation Report

All 21 validations passed.

Show details
Validation Description Status
agent-reqs Verify check versions match the Agent requirements file
ci Validate CI configuration and code coverage settings
codeowners Validate every integration has a CODEOWNERS entry
config Validate default configuration files against spec.yaml
dep Verify dependency pins are consistent and Agent-compatible
http Validate integrations use the HTTP wrapper correctly
imports Validate check imports do not use deprecated modules
integration-style Validate check code style conventions
jmx-metrics Validate JMX metrics definition files and config
labeler Validate PR labeler config matches integration directories
legacy-signature Validate no integration uses the legacy Agent check signature
license-headers Validate Python files have proper license headers
licenses Validate third-party license attribution list
metadata Validate metadata.csv metric definitions
models Validate configuration data models match spec.yaml
openmetrics Validate OpenMetrics integrations disable the metric limit
package Validate Python package metadata and naming
qa-label Validate the pull request declares whether it needs QA for the next Agent release
readmes Validate README files have required sections
saved-views Validate saved view JSON file structure and fields
version Validate version consistency between package and changelog

View full run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assets/no-deploy Prevents APW from deploying this PR in staging integration/argocd qa/skip-qa Automatically skip this PR for the next QA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants