Loading main-basop.yml +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' Loading main.yml +2 −6 Original line number Diff line number Diff line Loading @@ -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 Loading
main-basop.yml +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' Loading
main.yml +2 −6 Original line number Diff line number Diff line Loading @@ -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