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"
This commit is part of merge request !1191. Comments created here will be created in the context of that merge request.
...@@ -198,6 +198,7 @@ build_LTAIngest: ...@@ -198,6 +198,7 @@ build_LTAIngest:
build_MCU_MAC: build_MCU_MAC:
stage: build stage: build
image: ci_mac:$CI_COMMIT_SHORT_SHA image: ci_mac:$CI_COMMIT_SHORT_SHA
allow_failure: true
variables: variables:
PACKAGE: MCU_MAC PACKAGE: MCU_MAC
script: script:
...@@ -212,6 +213,7 @@ build_MCU_MAC: ...@@ -212,6 +213,7 @@ build_MCU_MAC:
build_LCU_MAC: build_LCU_MAC:
stage: build stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA image: ci_mac:$CI_COMMIT_SHORT_SHA
variables: variables:
PACKAGE: "LCU_MAC" PACKAGE: "LCU_MAC"
...@@ -227,6 +229,7 @@ build_LCU_MAC: ...@@ -227,6 +229,7 @@ build_LCU_MAC:
build_CCU_MAC: build_CCU_MAC:
stage: build stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA image: ci_mac:$CI_COMMIT_SHORT_SHA
variables: variables:
PACKAGE: "CCU_MAC" PACKAGE: "CCU_MAC"
...@@ -242,6 +245,7 @@ build_CCU_MAC: ...@@ -242,6 +245,7 @@ build_CCU_MAC:
build_ST_MAC: build_ST_MAC:
stage: build stage: build
allow_failure: true
image: ci_mac:$CI_COMMIT_SHORT_SHA image: ci_mac:$CI_COMMIT_SHORT_SHA
variables: variables:
PACKAGE: "ST_MAC" PACKAGE: "ST_MAC"
...@@ -258,6 +262,7 @@ build_ST_MAC: ...@@ -258,6 +262,7 @@ build_ST_MAC:
build_Docker: build_Docker:
stage: build stage: build
image: ci_mac:$CI_COMMIT_SHORT_SHA image: ci_mac:$CI_COMMIT_SHORT_SHA
allow_failure: true
script: script:
- PACKAGE="Docker" # required to create Dockerfiles from the Dockerfile templates - PACKAGE="Docker" # required to create Dockerfiles from the Dockerfile templates
- echo "Building $PACKAGE..." - echo "Building $PACKAGE..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment