Closed mangerij closed 10 months ago
@cticenhour this is new, I try to merge in something from devel to the master and it has to pass some sort of precheck?
This is how things were a longggg time ago but I was under the impression that the CI was not currently "two ways" (i.e. changes to Ferret would have to pass Ferret's tests etc).
I can go ahead and merge it... just want to make sure if any procedure changed.
No, we've had the same procedure for some time. This failure is expected based on the precheck settings. Its standard is based on the following workflow:
PR submission to devel --> merge to devel with CI testing --> moosebuild automatic merge to master when all testing passes.
By manually doing the merge from devel to master, as in this PR, precheck will always fail. If you want CIVET to perform the merge for you, we just need to make some adjustments to CIVET and Ferret.
@cticenhour no no this is fine!
I merge in the changes @MengnanLi91 thanks!
closes #328, refers to some parser changes https://github.com/idaholab/moose/pull/25994
thanks @MengnanLi91