Replies: 1 comment
-
there is any option to get status of sync on project level? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi :)
I have a quite strange use-case. I have appset with ~20 apps in it, they're usually updated in one batch and I have integration tests job.
My scenario looks like this:
From what I see PostSync are per app (or maybe I'm misunderstanding sth) so on PostSync I will get ~20 requests on IT pod to start a job.
There is any native method in argocd to make sure to run a Integration test job when everything is synced and deployed?
Initially I was thinking to implement in my IT job a logic to wait and check if all pods in this group are on the same docker-tag and then perform tests.
Beta Was this translation helpful? Give feedback.
All reactions