Skip to content
Snippets Groups Projects
Commit e6b15694 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-2827: we don't build/deploy mac for lofar1 anymore. So,...

TMSS-2827: we don't build/deploy mac for lofar1 anymore. So, allow_failure=true. If and only if we do need to release an emergency fix, then we will make sure this build chain for mac works again
parent c3e20cdb
No related branches found
No related tags found
1 merge request!1192TMSS-2827
......@@ -204,6 +204,7 @@ build_MCU_MAC:
script:
- *build_mac_package
interruptible: true
allow_failure: true
needs:
- prepare_ci_mac_docker_image
artifacts:
......@@ -219,6 +220,7 @@ build_LCU_MAC:
script:
- *build_mac_package
interruptible: true
allow_failure: true
needs:
- prepare_ci_mac_docker_image
artifacts:
......@@ -234,6 +236,7 @@ build_CCU_MAC:
script:
- *build_mac_package
interruptible: true
allow_failure: true
needs:
- prepare_ci_mac_docker_image
artifacts:
......@@ -249,6 +252,7 @@ build_ST_MAC:
script:
- *build_mac_package
interruptible: true
allow_failure: true
needs:
- prepare_ci_mac_docker_image
artifacts:
......@@ -268,6 +272,7 @@ build_Docker:
- make -j $(nproc)
- make install # this puts Dockerfile and dependencies like rc files in a place that can be used as build context
interruptible: true
allow_failure: true
needs:
- prepare_ci_mac_docker_image
artifacts:
......
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