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

have individual stages sections for the two repos

parent eefd3300
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
include:
  - local: main.yml

stages:
  - .pre
  - prevalidate
  - build
  # only in basop
  - check-be
  - test
  # only in basop
  - compare
  - postvalidate
  - deploy


workflow:
  name: '$IVAS_PIPELINE_NAME'
+1 −5
Original line number Diff line number Diff line
@@ -8,17 +8,13 @@ default:
  # by default, we want all jobs to be interruptible, and we need to configure this explicitly
  interruptible: true

# we can define all stages centrally
  # Note: currently only used for float
stages:
  - .pre
  # only in float
  - maintenance
  - prevalidate
  - build
  # only in basop
  - check-be
  - test
  # only in basop
  - compare
  - postvalidate
  - deploy