Skip to content

Allows CI on DuMuX master to fail

Alexander Jaust requested to merge ci-dumux-master-may-fail into develop

Changes on DuMuX master may be incompatible with previous releases of DuMuX and DuMuX-preCICE. We check against DuMuX master in the CI to be notified of such changes. However, chacking against DuMuX master also leads failing nightly tests often which give the impression that the released versions of the adapter are broken even if this is not the case.

This change allows checks on DuMuX master to fail. A warning will be created in these cases instead of an error. The warning should make clear to users that the functionality of the adapter for released DuMuX versions is not affected.

Edited by Alexander Jaust

Merge request reports