Commit 8fb985e2 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'test-separate-stages' into 'main'

Fix stages in float repo

See merge request !20
parents c4c2ce9e 6d4bb816
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
include:
  - local: main.yml

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


workflow:
  name: '$IVAS_PIPELINE_NAME'
+2 −6
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
  - compare
  # only in basop
  - check-be
  - test
  - compare
  - postvalidate
  - deploy