Commit 4b053cac authored by Jan Kiene's avatar Jan Kiene
Browse files

add allow_failure for the basop-compat jobs

parent 06825ef3
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -234,6 +234,8 @@ branch-is-up-to-date-with-main-post:
  extends:
    - .test-job-linux
  stage: basop-compat
  # allows for pipelines to pass when these were not started
  allow_failure: true
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"
      when: manual