Skip to content
GitLab
Explore
Sign in
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
8f7dae9e
Commit
8f7dae9e
authored
2 years ago
by
Corné Lukken
Browse files
Options
Downloads
Plain Diff
Merge branch 'disable-shellcheck-integration' into 'master'
L2SS-1081
: Test re-enable shellcheck array expansion check See merge request
!481
parents
35aa2a9e
9b3a9653
No related branches found
No related tags found
1 merge request
!481
L2SS-1081: Test re-enable shellcheck array expansion check
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sbin/run_integration_test.sh
+0
-3
0 additions, 3 deletions
sbin/run_integration_test.sh
with
0 additions
and
3 deletions
sbin/run_integration_test.sh
+
0
−
3
View file @
8f7dae9e
...
...
@@ -88,14 +88,12 @@ SIMULATORS=(sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim ccd-sim)
# take really long to finish, especially grafana / jupyter / prometheus.
# jupyter is physically large > 2.5gb and overlayfs is really slow.
# shellcheck disable=SC2086
make build
"
${
DEVICES
[@]
}
"
"
${
SIMULATORS
[@]
}
"
# make build elk integration-test # L2SS-970: elk temporarily disabled
make build logstash integration-test schemas
make build archiver-timescale hdbppts-cm hdbppts-es
# Start and stop sequence
# shellcheck disable=SC2086
make stop schemas
make stop
"
${
DEVICES
[@]
}
"
"
${
SIMULATORS
[@]
}
"
hdbppts-es hdbppts-cm archiver-timescale
make stop device-docker
# this one does not test well in docker-in-docker
...
...
@@ -122,7 +120,6 @@ bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${LOFAR20_DIR}"/CDB/stations/simu
bash
"
${
LOFAR20_DIR
}
"
/sbin/update_ConfigDb.sh
"
${
LOFAR20_DIR
}
"
/CDB/stations/dummy_positions_ConfigDb.json
cd
"
$LOFAR20_DIR
/docker-compose"
||
exit
1
# shellcheck disable=SC2086
make start
"
${
SIMULATORS
[@]
}
"
# Give the simulators time to start
...
...
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