Skip to content
Snippets Groups Projects

Resolve TMSS-2810 "Heal skipped tests"

Merged Reinder Kraaij requested to merge TMSS-2810----Heal-Skipped-tests into master
+ 6
0
@@ -199,6 +199,7 @@ build_LTAIngest:
build_MCU_MAC:
stage: build
image: ci_mac:$CI_COMMIT_SHORT_SHA
allow_failure: true
variables:
PACKAGE: MCU_MAC
script:
@@ -214,6 +215,7 @@ build_MCU_MAC:
build_LCU_MAC:
stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA
variables:
PACKAGE: "LCU_MAC"
@@ -230,6 +232,7 @@ build_LCU_MAC:
build_CCU_MAC:
stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA
variables:
PACKAGE: "CCU_MAC"
@@ -246,6 +249,7 @@ build_CCU_MAC:
build_ST_MAC:
stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA
variables:
PACKAGE: "ST_MAC"
@@ -263,6 +267,7 @@ build_ST_MAC:
build_Docker:
stage: build
image: ci_mac:$CI_COMMIT_SHORT_SHA
allow_failure: true
script:
- PACKAGE="Docker" # required to create Dockerfiles from the Dockerfile templates
- echo "Building $PACKAGE..."
@@ -371,6 +376,7 @@ unit_test_SCU:
unit_test_MCU_MAC:
stage: unit_test
image: ci_mac:$CI_COMMIT_SHORT_SHA
allow_failure: true
script:
- echo "Starting Qpid server..." && qpidd &
- PACKAGE=MCU_MAC
Loading