-
Notifications
You must be signed in to change notification settings - Fork 297
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
Draft: CI workflow update #2121
Conversation
Signed-off-by: Thibaud CANALE <[email protected]>
…egration in CI Signed-off-by: Thibaud CANALE <[email protected]>
Signed-off-by: Thibaud CANALE <[email protected]>
Is this the fix for #2126 ? I did not have the time to investigate yet, tell me if you need help. |
Yes it is.
In fact I do. This is actually more complicated than I anticipated, as I am not a PHP developer, so I might be providing a wrong solution. And because I was busy since my last commits, I could not investigate more. From my experience, CI should not pull and update project’s dependencies, otherwise this kind of issues happens. But then, later branch release is stuck as mentioned earlier. What do you think? |
Also, I forgot to mention, I don’t know which versions of dependencies match the actual code in the project, to I avoid to touch the content of |
Current CI failures have been fixed in #2135 As I noted there, there is still something wrong with our CI, it should not break all of a sudden, all dependencies should be pinned and never updated automatically. I will open an issue specifically for this. |
See #2137 |
Avoid updates during CI, unexpected modifications happen, leading to job failures.
Should also be done for Docker images.