-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipelines fail frequently #112
Comments
Update: As soon as the were no commits and therefore no pipelines did run for approx 3 weeks or longer, this problems seems to happen. Maybe because in that case something else did change in the meantime? Unfortunately, at this moment, I can't describe it more detailed. Does this information help? |
Update: The situation above does not apply. Right now it failed again, although there were other successful pipelines at the same day. |
@patrickakk the problem is caused by missing image tag. It seems that sometimes the image tag is not forwarded from the build stage to deployment stage. I tried to fix it by adding 30 sec delays before deployment stage. |
@acdh-ch How should I test it? Since the problem does not always occur, but only "sometimes". Adding this to test and prod branche, will be done "automatically" when to code from dev is merged, when working to the next release? For now I'll move the issue to the January milestone and keep it open, as a reminder to check it. |
@acdh-ch Than they failed again: For the first one 1 checked the auto-deploy-app-values.yaml and it does contain an image, tag? Does this provide you sufficient info? |
It seems that although auto-deploy-app-values.yaml contains an image tag, it is not always forwarded to the auto deploy application. The next try is setting image tag to latest in autodeploy app template helper. With this change the auto deploy app should deploy image even if tag is not forwarded. The only difference will be in the image name. In cases tag is not forwarded deployed image will have tag latest. |
Thanks. Both pipelines (dev and test) runned fine now. But, unfortunately that doesn't say anything, since this error only occurs "sometimes". I'll mark the issue as "blocked" and wait until the end of January to see how it goes. |
@acdh-ch Since I needed the pipelines to work, I used the usual trick: Does this provide you with sufficient info? |
@patrickakk There is a new error. The image is tagged with test:%!s(float64=9.544892e+06) |
Everything worked fine today. Thank you. |
Status update: |
@dpancic
Recently a lot of pipelines fail, because of the error specified below. It doesn't work to choose "re-run failed". Usually it only works when changing a file (adding a space), Doing a commit and push. Then it works.
So it doesn't has anything to do with the code or the tests.
In the past it sometimes worked to re-run the failed jobs. Now that usually doesn't work. And it seems that the error happens more frequently.
Is there anything we can do about this?
Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: