Skip to content
Snippets Groups Projects

ensure VLASS workflows only run on VLASS nodes

Merged Charlotte Hausman requested to merge carta3 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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')
"""
)
Loading