-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix failing pipelines #205
Comments
Hi @OriHoch , Questions:
Suggested Breakdown of Subtasks:
Please let me know if these questions and subtasks align with your expectations for addressing the issue at hand, or if you have any additional feedback or concerns. I hope this approach will help all contributors to focus their efforts more effectively and collaboratively work towards improving the overall quality and performance of the project. |
The error pipelines show all the logs which should have all the required details to debug, they include the full stack trace allowing to see exactly the line of code causing the failure. I believe that the errors will also reproduce locally. The can't start pipelines are pipelines that depend on the failing pipelines, this is why they can't start, the status in the dashboard shows exactly which pipeline dependency is blocking.
The dependencies are defined in the pipeline yamls, for example this yaml shows the dependencies of the
There weren't any attempts
How to run the pipelines should be explained in the README, but some details might be out of date, so if someone intends to start working on it, contact me and I will help them set it up
I don't have any prioritization
Feel free to open issues for subtasks |
assigning the issue to you, not necesarily to implement it, but I think you are a good person to centralize the efforts for this |
there are a couple of pipelines which fail and dependencies which don't run due to that, can be seen in the pipelines dashboard under "Failed Execution" and "Can't start" tabs - https://production.oknesset.org/pipelines/
The text was updated successfully, but these errors were encountered: