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
95ea238f
Commit
95ea238f
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-446
: Add explicit build step to use our own build parameters
parent
db5cd9e4
No related branches found
No related tags found
1 merge request
!169
L2SS-466: Introduce separate LOG_HOSTNAME to send logs to, representing the...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sbin/run_integration_test.sh
+6
-1
6 additions, 1 deletion
sbin/run_integration_test.sh
with
6 additions
and
1 deletion
sbin/run_integration_test.sh
+
6
−
1
View file @
95ea238f
...
...
@@ -9,8 +9,13 @@ if [ -z "$LOFAR20_DIR" ]; then
LOFAR20_DIR
=
$(
readlink
-f
"
${
LOFAR20_DIR_RELATIVE
}
"
)
fi
# Start and stop sequence
cd
"
$LOFAR20_DIR
/docker-compose"
||
exit
1
# Make sure builds are recent, and use our building parameters.
make build device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
make build databaseds dsconfig elk integration-test
# Start and stop sequence
make stop device-sdp device-recv device-sst device-unb2 device-xst sdptr-sim recv-sim unb2-sim apsct-sim apspu-sim
make start databaseds dsconfig elk
...
...
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