summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml33
1 files changed, 3 insertions, 30 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 222907d3..9ca799de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -74,34 +74,9 @@ stages:
- deploy-1
- build-2
-##########################################
-# BuildStream conversions and tests #
-##########################################
-
-# Convert the Baserock definitions to BuildStream format
-bst-convert:
- stage: preprocess
- <<: *bst_before_script
- script:
- # Clone last version of definitions with YBD systems
- - export DEFINITIONS_YBD_SHA='pedro/fix-conversion-try'
- - git clone https://gitlab.com/baserock/definitions.git old-definitions-morph-format
- - git -C old-definitions-morph-format checkout $DEFINITIONS_YBD_SHA
- - cd old-definitions-morph-format
- # Install YBD and defs2bst
- - |
- if [ ! -d ./ybd ]; then
- git clone https://gitlab.com/baserock/ybd.git
- git -C ybd checkout $YBD_SHA
- cd ybd && ./install_dependencies.sh && cd -
- fi
- git clone https://gitlab.com/BuildStream/defs2bst.git
- git -C defs2bst checkout $DEFS2BST_SHA
- echo "defs2bst version: $(git -C ./defs2bst rev-parse HEAD)"
- - ./convert
- artifacts:
- paths:
- - elements/
+######################
+# BuildStream tests #
+######################
# Test building the simplest Baserock system first
bst-build-minimal-system:
@@ -132,8 +107,6 @@ bst-minimal-system-deploy:
# Test building a converted Baserock system
bst-build-build-system-converted:
stage: build-2
- dependencies:
- - bst-convert
<<: *bst_before_script
script:
- scripts/bst-build-or-show systems/build-system-content.bst