You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should do a quick coherence check on the manifests to find simple errors.
Motivation
The wrong command was configured in the manifests for the applicationset controller (#8940). Because we don't tests the manifests, the problem wasn't caught in CI.
Proposal
Add an e2e test that
builds images locally
installs the Argo CD manifests
waits for the resources to be healthy
(optional) perform some trivial task (like sync an app)
If the test is fast, do it on PRs as well as pushes to master.
The text was updated successfully, but these errors were encountered:
Summary
We should do a quick coherence check on the manifests to find simple errors.
Motivation
The wrong command was configured in the manifests for the applicationset controller (#8940). Because we don't tests the manifests, the problem wasn't caught in CI.
Proposal
Add an e2e test that
If the test is fast, do it on PRs as well as pushes to master.
The text was updated successfully, but these errors were encountered: