Skip to content

Commit 3c49188

Browse files
authored
chore: add e2e tests for ArgoCD Agent (#1056)
* chore: add e2e tests for agent Assisted by: Cursor Signed-off-by: Jayendra Parsai <jparsai@redhat.com> * chore: add e2e tests for agent Assisted by: Cursor Signed-off-by: Jayendra Parsai <jparsai@redhat.com> --------- Signed-off-by: Jayendra Parsai <jparsai@redhat.com>
1 parent 480faa3 commit 3c49188

6 files changed

Lines changed: 2368 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ build: generate fmt vet ## Build manager binary.
211211

212212
.PHONY: run
213213
run: manifests generate fmt vet ## Run a controller from your host.
214-
CLUSTER_SCOPED_ARGO_ROLLOUTS_NAMESPACES=argo-rollouts,test-rom-ns-1,rom-ns-1,openshift-gitops ARGOCD_CLUSTER_CONFIG_NAMESPACES="openshift-gitops, argocd-e2e-cluster-config, argocd-test-impersonation-1-046, argocd-agent-principal-1-051, argocd-agent-agent-1-052, appset-argocd, appset-old-ns, appset-new-ns" REDIS_CONFIG_PATH="build/redis" go run ./cmd/main.go
214+
CLUSTER_SCOPED_ARGO_ROLLOUTS_NAMESPACES=argo-rollouts,test-rom-ns-1,rom-ns-1,openshift-gitops ARGOCD_CLUSTER_CONFIG_NAMESPACES="openshift-gitops, argocd-e2e-cluster-config, argocd-test-impersonation-1-046, argocd-agent-principal-1-051, argocd-agent-agent-1-052, appset-argocd, appset-old-ns, appset-new-ns, ns-hosting-principal, ns-hosting-managed-agent, ns-hosting-autonomous-agent" REDIS_CONFIG_PATH="build/redis" go run ./cmd/main.go
215215

216216
.PHONY: docker-build
217217
docker-build: test ## Build container image with the manager.

0 commit comments

Comments
 (0)