Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
94fba07d
Commit
94fba07d
authored
1 year ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'lobster-go-to-prod' into 'master'"
parent
034b62f9
No related branches found
No related tags found
1 merge request
!1234
Revert "Merge branch 'lobster-go-to-prod' into 'master'"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
Docker/lofar-ci/Dockerfile_ci_tmss
+1
-1
1 addition, 1 deletion
Docker/lofar-ci/Dockerfile_ci_tmss
SAS/TMSS/backend/services/lobster/lib/config.py
+8
-2
8 additions, 2 deletions
SAS/TMSS/backend/services/lobster/lib/config.py
with
10 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
0
View file @
94fba07d
...
...
@@ -527,6 +527,7 @@ unit_and_integration_and_regression_test_TMSS:
-
cd build/gnucxx11_opt
-
SKIP_PYTHON_COVERAGE=true SKIP_INTEGRATION_TESTS=false SKIP_UNIT_TESTS=false SKIP_REGRESSION_TESTS=false ctest --output-on-failure
interruptible
:
true
allow_failure
:
true
needs
:
-
build_TMSS
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
Docker/lofar-ci/Dockerfile_ci_tmss
+
1
−
1
View file @
94fba07d
...
...
@@ -38,7 +38,7 @@ RUN pip3 install astroplan cachetools comet coreapi coverage cx_Oracle cython dj
-r tmss_lobster.txt -r tmss_ingest_tmss_adapter.txt -r tmss_scheduling.txt \
-r tmss_slack_webhook.txt -r tmss_websocket.txt \
-c tmss_constraints.txt --ignore-installed
RUN echo "This string is here to prevent Docker caching. It is
late
on Dec
1
, 2023."
RUN echo "This string is here to prevent Docker caching. It is
11 am
on Dec
5
, 2023."
# Download and import the Nodesource GPG key - Requires curl (already installed by base)
...
...
This diff is collapsed.
Click to expand it.
SAS/TMSS/backend/services/lobster/lib/config.py
+
8
−
2
View file @
94fba07d
...
...
@@ -31,13 +31,19 @@ def station_to_host(station: str, port: int=10000) -> str:
# Node from which observations are started on COBALT
COBALT_HEADNODE
=
"
cbm2
head
.control.lofar
"
if
isProductionEnvironment
()
else
"
localhost
"
COBALT_HEADNODE
=
"
cbm2
06
.control.lofar
"
if
isProductionEnvironment
()
else
"
localhost
"
# Storage location for parsets on COBALT_HEADNODE
COBALT_PARSET_DIR
=
"
/opt/lofar/var/run
"
# Any overrides on the parset
COBALT_PARSET_OVERRIDES
=
"""
# use test system
Cobalt.Nodes=[ cbt206_0, cbt206_1 ]
# disable eth binding to avoid needing elevated priviledges in test setup
PIC.Core.Cobalt.cbt206_0.out_nic=[]
PIC.Core.Cobalt.cbt206_1.out_nic=[]
"""
# Name pattern for parsets stored on COBALT_HEADNODE
...
...
@@ -45,4 +51,4 @@ COBALT_PARSET_OVERRIDES = """
COBALT_PARSET_FILENAME_PATTERN
=
"
CorrProc_{subtask_id}.param
"
# Script to start observations on COBALT_HEADNODE
COBALT_STARTBGL_SCRIPT
=
"
source /
opt/lofar/lofarinit.sh && LOFARENV=PRODUCTION /opt/lofar
/bin/startBGL.sh
"
COBALT_STARTBGL_SCRIPT
=
"
source /
home/mol/build/gnucxx11_2018_opt/installed/lofarinit.sh && LOFARENV=PRODUCTION /home/mol/build/gnucxx11_2018_opt/installed
/bin/startBGL.sh
"
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