Skip to content
Snippets Groups Projects
Commit be3b60b4 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

allow failure on all mac builds

parent e5c1e176
No related branches found
No related tags found
1 merge request!1191Resolve TMSS-2810 "Heal skipped tests"
......@@ -198,6 +198,7 @@ build_LTAIngest:
build_MCU_MAC:
stage: build
image: ci_mac:$CI_COMMIT_SHORT_SHA
allow_failure: true
variables:
PACKAGE: MCU_MAC
script:
......@@ -212,6 +213,7 @@ build_MCU_MAC:
build_LCU_MAC:
stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA
variables:
PACKAGE: "LCU_MAC"
......@@ -227,6 +229,7 @@ build_LCU_MAC:
build_CCU_MAC:
stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA
variables:
PACKAGE: "CCU_MAC"
......@@ -242,6 +245,7 @@ build_CCU_MAC:
build_ST_MAC:
stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA
variables:
PACKAGE: "ST_MAC"
......@@ -258,6 +262,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..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment