-
Notifications
You must be signed in to change notification settings - Fork 189
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
[CI] Nightly Restart fails due to Non-Fast-Forward Error in Changelog Pipeline #10912
Comments
Maybe you can change Or just adjust the "changelog" pipeline so that it does not do the "publish" step when running as "nightly". The failing sequence is probably because changelog pipeline detects an extra change, which has arrived in master recently, and generates the changes for the changelog, then tries to push the changed changelog. But that fails because the latest master branch already has a new commit with the changed changelog. |
The transifex commit (automatic - runs nightly) is one of the main reasons for the commit head change. PR merge is a rare case. |
yeah, we do not run the changelog pipeline in the nightly build of desktop-client ci: https://drone.owncloud.com/owncloud/client/20262 |
@kobergj Is it okay to disable the changelog pipeline for nightly CI runs? |
Yes. We don't need the changelog pipline in nightly ci runs. 👍 |
Currently, the nightly run cannot be restarted if it fails, particularly due to issues in the changelog pipeline. When attempting to restart, the process fails because the nightly branch is behind the latest branch, resulting in a non-fast-forward error.
Most of the time, before restarting the nightly run, a pull request (PR) gets merged, causing the local nightly branch to fall behind the remote branch.
Build:
The text was updated successfully, but these errors were encountered: