Skip to content
Snippets Groups Projects
Commit 1b65c7f9 authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Pulled the 2.8.2 templates from production. Warning applying this downgrade...

Pulled the 2.8.2 templates from production. Warning applying this downgrade will affect the VLASS condor queueing
parent 78c23a5b
No related branches found
No related tags found
2 merge requests!1607merge 2.8.3 to main,!1602WS-1975 VLASS imaging flagtemplate in WS workflows
Pipeline #14690 passed
......@@ -27,9 +27,9 @@ requirements = (VLASS == True) && (HasLustre == True)
+partition = "VLASS"
{{/remote}}
{{#remote}}
requirements = (VLASS == True) && (HasLustre =!= True)
requirements = (VLASS == True)
+partition = "VLASS"
Rank = (TARGET.VLASS == True) && (TARGET.VLASSTEST =!= True)
Rank = (TARGET.VLASS == True) + (TARGET.VLASSTEST =!= True) + (HasLustre =!= True)
{{/remote}}
queue
......@@ -33,9 +33,9 @@ requirements = (VLASS == True) && (HasLustre == True)
+partition = "VLASS"
{{/remote}}
{{#remote}}
requirements = (VLASS == True) && (HasLustre =!= True)
requirements = (VLASS == True)
+partition = "VLASS"
Rank = (TARGET.VLASS == True) && (TARGET.VLASSTEST =!= True)
Rank = (TARGET.VLASS == True) + (TARGET.VLASSTEST =!= True) + (HasLustre =!= True)
{{/remote}}
queue
......@@ -25,9 +25,9 @@ requirements = (VLASS == True) && (HasLustre == True)
+partition = "VLASS"
{{/remote}}
{{#remote}}
requirements = (VLASS == True) && (HasLustre =!= True)
requirements = (VLASS == True)
+partition = "VLASS"
Rank = (TARGET.VLASS == True) && (TARGET.VLASSTEST =!= True)
Rank = (TARGET.VLASS == True) + (TARGET.VLASSTEST =!= True) + (HasLustre =!= True)
{{/remote}}
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