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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
30425ce5
Commit
30425ce5
authored
2 years ago
by
Auke Klazema
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-843
' into 'master'
L2SS-843
: Start CM and ES after archiver-timescale is up Closes
L2SS-843
See merge request
!375
parents
22d5ee45
33f10380
No related branches found
No related tags found
1 merge request
!375
L2SS-843: Start CM and ES after archiver-timescale is up
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sbin/run_integration_test.sh
+5
-2
5 additions, 2 deletions
sbin/run_integration_test.sh
with
5 additions
and
2 deletions
sbin/run_integration_test.sh
+
5
−
2
View file @
30425ce5
...
@@ -104,8 +104,8 @@ sleep 5
...
@@ -104,8 +104,8 @@ sleep 5
# shellcheck disable=SC2086
# shellcheck disable=SC2086
make start
$DEVICES
make start
$DEVICES
# Archive devices
-> starting order is importan
t
# Archive devices
: archive-timescale firs
t
make start archiver-timescale
hdbppts-cm hdbppts-es
make start archiver-timescale
# Give devices time to restart
# Give devices time to restart
# TODO(Corne Lukken): Use a nicer more reliable mechanism
# TODO(Corne Lukken): Use a nicer more reliable mechanism
...
@@ -115,6 +115,9 @@ sleep 60
...
@@ -115,6 +115,9 @@ sleep 60
# shellcheck disable=SC2016
# shellcheck disable=SC2016
echo
'/usr/local/bin/wait-for-it.sh archiver-timescale:5432 --strict --timeout=300 -- true'
| make run dsconfig bash -
echo
'/usr/local/bin/wait-for-it.sh archiver-timescale:5432 --strict --timeout=300 -- true'
| make run dsconfig bash -
# Archive devices: Now that archiver-timescale is up we can start the CM and ES
make start hdbppts-cm hdbppts-es
# Start the integration test
# Start the integration test
cd
"
$LOFAR20_DIR
/docker-compose"
||
exit
1
cd
"
$LOFAR20_DIR
/docker-compose"
||
exit
1
make up integration-test
make up integration-test
...
...
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