-
Notifications
You must be signed in to change notification settings - Fork 174
Description
kubevirt/kubevirt#15718 introduced a bug that caused sig-monitoring to fail all the time. Since the lane is optional (i.e. run_if_changed is set), it should be converted to either always_run: true or run_before_merge: true
It needs to get proved that the latter combinations is possible though.
General note: the sig-monitoring is an optional lane not running on every commit, since run_if_changed is set:
project-infra/github/ci/prow-deploy/files/jobs/kubevirt/kubevirt/kubevirt-presubmits.yaml
Line 1285 in ab99372
run_if_changed: ^pkg/monitoring/.*|^tests/monitoring/.*|^tests/libmonitoring/.*|^vendor/github.com/machadovilaca/operator-observability/.*
This might cause issues when changes outside that scope occur that affect the lane, i.e. dependencies etc. .I'll take a look on why the lane started to fail, maybe coinciding with findings from @avlitman who noticed that another lane was not run at all for quite a while - Aviv can you ensure my memory doesn't fail me here please?