Loading .gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ variables: GIT_SUBMODULE_STRATEGY: recursive # base image image: gekkofs/core:0.9.3 image: gekkofs/core:0.9.3-rc1 ################################################################################ ## Validating ################################################################################ check format: stage: lint image: gekkofs/linter:0.9.3 image: gekkofs/linter:0.9.3-rc1 needs: [] script: - ${SCRIPTS_DIR}/check_format.sh Loading @@ -45,7 +45,7 @@ check format: ################################################################################ gkfs: stage: build image: gekkofs/deps:0.9.3 image: gekkofs/deps:0.9.3-rc1 interruptible: true needs: [] script: Loading @@ -72,7 +72,7 @@ gkfs: ## == tests for scripts ==================== scripts: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 needs: [] script: - mkdir -p ${BUILD_PATH}/tests/scripts Loading @@ -88,7 +88,7 @@ scripts: ## == integration tests for gkfs =========== gkfs:integration: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 interruptible: true needs: ['gkfs'] parallel: Loading Loading @@ -137,7 +137,7 @@ gkfs:integration: ## == integration tests for gkfwd ========== gkfwd:integration: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 interruptible: true needs: ['gkfs'] parallel: Loading Loading @@ -187,7 +187,7 @@ gkfwd:integration: ## == unit tests for gkfs ================== gkfs:unit: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 needs: ['gkfs'] script: ## Add path to mkfs.kreon Loading Loading @@ -225,7 +225,7 @@ gkfs:unit: ################################################################################ documentation: stage: docs image: gekkofs/docs:0.9.3 image: gekkofs/docs:0.9.3-rc1 needs: [] rules: # we only build the documentation automatically if we are on the Loading Loading @@ -255,7 +255,7 @@ documentation: ## == coverage baseline ==================== coverage:baseline: stage: report image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 interruptible: true needs: ['gkfs'] Loading @@ -281,7 +281,7 @@ coverage:baseline: coverage: stage: report image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 # needs: [ 'coverage:baseline', 'gkfs:integration', 'gkfwd:integration', # 'gkfs:unit' ] needs: [ 'coverage:baseline', 'gkfs:integration', 'gkfs:unit', 'gkfwd:integration'] Loading Loading
.gitlab-ci.yml +10 −10 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ variables: GIT_SUBMODULE_STRATEGY: recursive # base image image: gekkofs/core:0.9.3 image: gekkofs/core:0.9.3-rc1 ################################################################################ ## Validating ################################################################################ check format: stage: lint image: gekkofs/linter:0.9.3 image: gekkofs/linter:0.9.3-rc1 needs: [] script: - ${SCRIPTS_DIR}/check_format.sh Loading @@ -45,7 +45,7 @@ check format: ################################################################################ gkfs: stage: build image: gekkofs/deps:0.9.3 image: gekkofs/deps:0.9.3-rc1 interruptible: true needs: [] script: Loading @@ -72,7 +72,7 @@ gkfs: ## == tests for scripts ==================== scripts: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 needs: [] script: - mkdir -p ${BUILD_PATH}/tests/scripts Loading @@ -88,7 +88,7 @@ scripts: ## == integration tests for gkfs =========== gkfs:integration: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 interruptible: true needs: ['gkfs'] parallel: Loading Loading @@ -137,7 +137,7 @@ gkfs:integration: ## == integration tests for gkfwd ========== gkfwd:integration: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 interruptible: true needs: ['gkfs'] parallel: Loading Loading @@ -187,7 +187,7 @@ gkfwd:integration: ## == unit tests for gkfs ================== gkfs:unit: stage: test image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 needs: ['gkfs'] script: ## Add path to mkfs.kreon Loading Loading @@ -225,7 +225,7 @@ gkfs:unit: ################################################################################ documentation: stage: docs image: gekkofs/docs:0.9.3 image: gekkofs/docs:0.9.3-rc1 needs: [] rules: # we only build the documentation automatically if we are on the Loading Loading @@ -255,7 +255,7 @@ documentation: ## == coverage baseline ==================== coverage:baseline: stage: report image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 interruptible: true needs: ['gkfs'] Loading @@ -281,7 +281,7 @@ coverage:baseline: coverage: stage: report image: gekkofs/testing:0.9.3 image: gekkofs/testing:0.9.3-rc1 # needs: [ 'coverage:baseline', 'gkfs:integration', 'gkfwd:integration', # 'gkfs:unit' ] needs: [ 'coverage:baseline', 'gkfs:integration', 'gkfs:unit', 'gkfwd:integration'] Loading