-
Notifications
You must be signed in to change notification settings - Fork 4
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
Merged content of draft-PR to dev #950
Comments
Ok, I propose to reset it to the latest commit before your merge and merge your stuff later then - I'll have a look |
I'm wondering why there's no merge commit, did you use fast-forward? I'll merge #826, #915, #924 into CI now to be able to start the run. We can fix the |
So please @IlkaCu @khelfen @gnn @AmeliaNadal @ClaraBuettner do not merge the broken |
oh damn, I may already have done that 😕 |
Yes, we just noticed... discussing solutions |
@nailend and I had a look. We noted that it is even worse: some commits done in #870 are already in Possible solutions from our point of view:
Let's discuss further measures on Monday. Nevertheless, the CI can be run today - #377 (comment) |
FYI, yeah when running my branch with the faulty
|
I deleted everything related to individual heat in 517ab19 . The results look good in test mode, I will have a closer look today in the afternoon. The issue with the duplicated tasks for individual heating only exists on CI, neither the dev nor my feature branch has the same problem. I assume that I did that when I merged the changes for parallelization, sorry! |
👍
If no one has objections, I'd say: give it a try! (there's not much to ruin ;)
Yes, go for it! (keep in mind the other manual commits @gnn did last Friday in the CI) |
The CI-pipeline is running again. |
Yay, a lot happening in the pipeline 😄 |
I merged #870, so the dev should be fixed and other branches can be merged again (I also started merging other PRs). |
TL;DR: What @nesnoj said. But I'd also like to elaborate. Committing directly to the CI is possible, given that the CI is just a regular branch which can be pulled from, edited and pushed to. It is however something which should normally be avoided since the whole point of the CI is to test the intermediate work on other branches without any additional commits confounding the test results. The current state of the CI is rather special though, since it seems that it is in a state of brokenness which we DO NOT want to reproduce on dev. So having a special commit which fixes this brokenness and which is unique to the CI is a valid exception to the guidelines above.
Concerning my "manual" changes and what you had to do with manually replaying your changes, @ClaraBuettner, there actually are no manual changes done by me on the server and there's infrastructure for "cherry-picking" certain commits to be replayed on the server. In short, you can use |
@gnn @IlkaCu @nesnoj I just merged #826 into the dev and realized afterwards that my code includes some changes from unfinished #870 as we use a common table that recieved a
egon_
prefix...I therefore stop now and will not merge #915 and #924 as I don't know how to best handle this situation. I am sorry
The text was updated successfully, but these errors were encountered: