Skip to content
Snippets Groups Projects
Commit 82653410 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-1173: fix workaround

parent a8e27759
Branches
No related tags found
1 merge request!739Resolve L2SS-1173 "Add ec2 device"
...@@ -115,7 +115,6 @@ docker_build_image: ...@@ -115,7 +115,6 @@ docker_build_image:
parallel: parallel:
matrix: matrix:
- IMAGE: - IMAGE:
# - lofar-device-base # L2SS-1173: temporary workaround to solve new device container issue
- ec-sim - ec-sim
- http-json-schemas - http-json-schemas
- prometheus - prometheus
...@@ -136,6 +135,15 @@ docker_build_image: ...@@ -136,6 +135,15 @@ docker_build_image:
# Do not remove 'bash' or statement will be ignored by primitive docker shell # Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh $IMAGE $tag - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh $IMAGE $tag
docker_build_image_device_base:
extends: .base_docker_images
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: ($CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH) || $CI_COMMIT_TAG
script:
# Do not remove 'bash' or statement will be ignored by primitive docker shell
- bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh lofar-device-base $tag
newline_at_eof: newline_at_eof:
stage: linting stage: linting
before_script: before_script:
......
...@@ -135,9 +135,6 @@ make start "${SIMULATORS[@]}" ...@@ -135,9 +135,6 @@ make start "${SIMULATORS[@]}"
# Give the simulators time to start # Give the simulators time to start
sleep 5 sleep 5
# build base lofar device image
## L2SS-1173: temporary workaround for building new device containers in a branch! ##
make base
# shellcheck disable=SC2086 # shellcheck disable=SC2086
make start "${DEVICES[@]}" make start "${DEVICES[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment