Skip to content
Snippets Groups Projects
Commit 09d86b5c authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

ensure VLASS workflows only submit to the VLASS nodes

parent 6ac48cda
No related branches found
No related tags found
1 merge request!1093ensure VLASS workflows only run on VLASS nodes
Pipeline #6929 passed
......@@ -43,6 +43,6 @@ def downgrade():
SET content= regexp_replace(convert_from(content, 'utf-8'),
E'requirements = (VLASS == True) && (HasLustre == True)\\n+partition = "VLASS"',
E'requirements = HasLustre == True')::bytea
WHERE workflow_name in ({affected_workflows}) AND filename like ('%.condor')
WHERE workflow_name in {str(affected_workflows)} AND filename like ('%.condor')
"""
)
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