Skip to content
Snippets Groups Projects
Commit 95075ea5 authored by Daniel Nemergut's avatar Daniel Nemergut Committed by Charlotte Hausman
Browse files

This workflow doesn't need to run in CV, removed that condition

parent 6332a0e0
No related branches found
No related tags found
3 merge requests!1571catch 2.8.2.3 up with main,!15592.8.2.2-DEVELOPMENT into main,!1551Cherry pick partial curation for patch
......@@ -16,7 +16,7 @@ branch_labels = None
depends_on = None
# Add instantclient_21_1 to the path for CV nodes
# Add instantclient_21_1 to the path to download ALMA data
old_curator_condor = """executable = curator.sh
arguments = metadata.json {{curator_type}}
......@@ -45,18 +45,9 @@ log = condor.log
should_transfer_files = NO
+WantIOProxy = True
request_memory = {{ramInGb}}
{{^remote-cv}}
getenv = True
environment = "CAPO_PATH=/home/casa/capo"
environment = "CAPO_PATH=/home/casa/capo ORACLE_HOME=/home/ssa/share/oracle/instantclient_21_1 LD_LIBRARY_PATH=/home/ssa/share/oracle/instantclient_21_1 PATH=/bin:/usr/bin:$(PATH)/home/ssa/share/oracle/instantclient_21_1"
requirements = HasLustre == True
{{/remote-cv}}
{{#remote-cv}}
environment = "CAPO_PATH=. CAPO_PROFILE={{profile}} ORACLE_HOME=/home/ssa/share/oracle/instantclient_21_1 LD_LIBRARY_PATH=/home/ssa/share/oracle/instantclient_21_1 PATH=/bin:/usr/bin:$(PATH)/home/ssa/share/oracle/instantclient_21_1"
requirements = HasLustre == True && (CVPOST == True)
+partition = "CVPOST"
{{/remote-cv}}
queue
......
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