Run analysis template on the first deployment #2224
mirza-ali-ctct
started this conversation in
General
Replies: 1 comment 7 replies
-
The first deployment is special because there is no "previous" deployment to rollback to. So in the first deploy Argo Rollouts does a standard deployment. Can you explain what exactly what you want to achieve? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to run integration tests using
Job
on every deploy(including the first deploy). Looking at the docs https://argoproj.github.io/argo-rollouts/features/bluegreen/#sequence-of-events, it appears that we have to change the pod spec which makes sense for changes after first deploy. Is it possible to runAnalysisTemplate
on first deploy?Beta Was this translation helpful? Give feedback.
All reactions