Skip to content
Snippets Groups Projects
Commit 94fba07d authored by Corné Lukken's avatar Corné Lukken
Browse files

Revert "Merge branch 'lobster-go-to-prod' into 'master'"

parent 034b62f9
No related branches found
No related tags found
1 merge request!1234Revert "Merge branch 'lobster-go-to-prod' into 'master'"
......@@ -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:
......
......@@ -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)
......
......@@ -31,13 +31,19 @@ def station_to_host(station: str, port: int=10000) -> str:
# Node from which observations are started on COBALT
COBALT_HEADNODE = "cbm2head.control.lofar" if isProductionEnvironment() else "localhost"
COBALT_HEADNODE = "cbm206.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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment