Skip to content
Snippets Groups Projects
Commit 5f90ec72 authored by Patrick Godwin's avatar Patrick Godwin
Browse files

Makefile.gstlal_feature_extractor_online: rearrange where condor commands are...

Makefile.gstlal_feature_extractor_online: rearrange where condor commands are located, add requirement to not land on specific node at LLO
parent 557b449c
No related branches found
No related tags found
No related merge requests found
Pipeline #51381 passed with warnings
......@@ -92,7 +92,6 @@ SHELL := /bin/bash # Use bash syntax
# Set the accounting tag from https://ldas-gridmon.ligo.caltech.edu/ldg_accounting/user
ACCOUNTING_TAG=ligo.prod.o3.detchar.onlinedq.idq
GROUP_USER=patrick.godwin
CONDOR_COMMANDS:=--condor-command=accounting_group=$(ACCOUNTING_TAG) --condor-command=accounting_group_user=$(GROUP_USER) --condor-command='Requirements=TARGET.HasLowLatencyDetcharFrames =?= True'
CONDOR_UNIVERSE=vanilla
......@@ -213,11 +212,13 @@ dag : $(CHANNEL_LIST) feature_extraction_monitor.yml online-web-deploy
--disable-kafka-jobs \
--disable-agg-jobs \
--condor-universe $(CONDOR_UNIVERSE) \
--condor-command=accounting_group=$(ACCOUNTING_TAG) \
--condor-command=accounting_group_user=$(GROUP_USER) \
--condor-command='Requirements=(TARGET.HasLowLatencyDetcharFrames =?= True) && (Machine != "node274.ldas.ligo-la.caltech.edu")' \
--tag $(TAG) \
--processing-cadence $(PROCESSING_CADENCE) \
--request-timeout $(REQUEST_TIMEOUT) \
--latency-timeout $(LATENCY_TIMEOUT) \
--condor-universe $(CONDOR_UNIVERSE) \
--kafka-topic $(KAFKA_TOPIC) \
--kafka-server $(KAFKA_SERVER) \
--kafka-partition $(KAFKA_GROUP) \
......
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