Commit bbc1b14f authored by Jan Kiene's avatar Jan Kiene
Browse files

add stage for basop compat testing + remove obsolete rules

parent 316806ee
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -28,20 +28,6 @@
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never

.rules-merge-request-to-basop-ci-branch:
  extends: .rules-basis
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "basop-ci-branch"
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never

.rules-merge-request-to-basop-ci-branch-or-main:
  extends: .rules-basis
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && ($CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "basop-ci-branch" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main")
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never

.rules-main-push:
  extends: .rules-basis
  rules:
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ stages:
  - prevalidate
  - build
  - test
  - basop-compat
  - compare
  - postvalidate
  - deploy