Run Argo CD E2E with the Kubernetes Agent backend - #24670
Draft
nubtron wants to merge 1 commit into
Draft
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 32208f2 | Docs | View more details | Give us feedback! |
3 tasks
nubtron
force-pushed
the
nubtron/argocd-kubernetes-agent-e2e
branch
4 times, most recently
from
July 30, 2026 13:30
093780b to
a8e3c68
Compare
nubtron
force-pushed
the
nubtron/kubernetes-agent-interface-e2e
branch
from
August 10, 2026 09:28
2a64043 to
f21cf4c
Compare
nubtron
force-pushed
the
nubtron/argocd-kubernetes-agent-e2e
branch
from
August 10, 2026 09:34
5f6000f to
8606b5a
Compare
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
force-pushed
the
nubtron/argocd-kubernetes-agent-e2e
branch
from
August 18, 2026 10:26
0ec91f5 to
32208f2
Compare
Contributor
Validation ReportAll 21 validations passed. Show details
|
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.
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-forwardprocesses.Validation:
hatch run -- ddev --no-interactive test -fs argocdhatch run -- ddev --no-interactive test --lint argocdhatch run -- ddev --no-interactive test argocd(67 passed, 1 E2E skipped)hatch run ddev env start --dev argocd py3.13-2.4.7hatch run ddev env test --dev argocd py3.13-2.4.7(1 passed)hatch run ddev env stop argocd py3.13-2.4.7Motivation
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)
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged