Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
82653410
Commit
82653410
authored
1 year ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-1173
: fix workaround
parent
a8e27759
Branches
Branches containing commit
No related tags found
1 merge request
!739
Resolve L2SS-1173 "Add ec2 device"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+9
-1
9 additions, 1 deletion
.gitlab-ci.yml
sbin/run_integration_test.sh
+0
-3
0 additions, 3 deletions
sbin/run_integration_test.sh
with
9 additions
and
4 deletions
.gitlab-ci.yml
+
9
−
1
View file @
82653410
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
sbin/run_integration_test.sh
+
0
−
3
View file @
82653410
...
@@ -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
[@]
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment