|
1127 | 1127 | <match |
1128 | 1128 | policy_file="/opt/git/flock.opensciencegrid.org/topology_match_policy.py" |
1129 | 1129 | match_expr="True" |
1130 | | - start_expr='(OSG_PROJECT_RESTRICTION) && (isString(TARGET.Desired_Allocations) && stringListIMember("Stampede2", TARGET.Desired_Allocations)) && (TARGET.ITB_Sites =!= True) && ((TARGET.alloc_Stampede2_queue ?: "normal") =?= "normal")'> |
1131 | | - <factory query_expr='FactoryType == "production" && stringListMember("OSG_UTAustin_Zimmerman", GLIDEIN_Supported_VOs) && ((GLIDEIN_BatchQueue ?: "normal") =?= "normal")'> |
| 1130 | + start_expr='(OSG_PROJECT_RESTRICTION) && (isString(TARGET.Desired_Allocations) && stringListIMember("Stampede2", TARGET.Desired_Allocations)) && (TARGET.ITB_Sites =!= True) && (stringListIMember("normal", (TARGET.alloc_Stampede2_queues ?: (TARGET.alloc_Stampede2_queue ?: "normal"))))'> |
| 1131 | + <factory query_expr='FactoryType == "production" && stringListMember("OSG_UTAustin_Zimmerman", GLIDEIN_Supported_VOs) && ((GLIDEIN_BatchQueue ?: "normal") == "normal")'> |
1132 | 1132 | <match_attrs> |
1133 | 1133 | </match_attrs> |
1134 | 1134 | <collectors> |
1135 | 1135 | </collectors> |
1136 | 1136 | </factory> |
1137 | | - <job query_expr='(projectName=?="UTAustin_Zimmerman") && (isString(Desired_Allocations) && stringListIMember("Stampede2", Desired_Allocations)) && (isUndefined(RequestGPUs) || RequestGPUs == 0) && ((alloc_Stampede2_queue ?: "normal") =?= "normal")'> |
| 1137 | + <job query_expr='(projectName=?="UTAustin_Zimmerman") && (isString(Desired_Allocations) && stringListIMember("Stampede2", Desired_Allocations)) && (isUndefined(RequestGPUs) || RequestGPUs == 0) && (stringListIMember("normal", (alloc_Stampede2_queues ?: (alloc_Stampede2_queue ?: "normal"))))'> |
1138 | 1138 | <match_attrs> |
1139 | 1139 | </match_attrs> |
1140 | 1140 | <schedds> |
|
1190 | 1190 | <match |
1191 | 1191 | policy_file="/opt/git/flock.opensciencegrid.org/topology_match_policy.py" |
1192 | 1192 | match_expr="True" |
1193 | | - start_expr='(OSG_PROJECT_RESTRICTION) && (isString(TARGET.Desired_Allocations) && stringListIMember("Stampede2", TARGET.Desired_Allocations)) && (TARGET.ITB_Sites =!= True) && ((TARGET.alloc_Stampede2_queue ?: "normal") =?= "skx-normal")'> |
1194 | | - <factory query_expr='FactoryType == "production" && stringListMember("OSG_UTAustin_Zimmerman", GLIDEIN_Supported_VOs) && ((GLIDEIN_BatchQueue ?: "normal") =?= "skx-normal")'> |
| 1193 | + start_expr='(OSG_PROJECT_RESTRICTION) && (isString(TARGET.Desired_Allocations) && stringListIMember("Stampede2", TARGET.Desired_Allocations)) && (TARGET.ITB_Sites =!= True) && (stringListIMember("skx-normal", (TARGET.alloc_Stampede2_queues ?: (TARGET.alloc_Stampede2_queue ?: "normal"))))'> |
| 1194 | + <factory query_expr='FactoryType == "production" && stringListMember("OSG_UTAustin_Zimmerman", GLIDEIN_Supported_VOs) && ((GLIDEIN_BatchQueue ?: "normal") == "skx-normal")'> |
1195 | 1195 | <match_attrs> |
1196 | 1196 | </match_attrs> |
1197 | 1197 | <collectors> |
1198 | 1198 | </collectors> |
1199 | 1199 | </factory> |
1200 | | - <job query_expr='(projectName=?="UTAustin_Zimmerman") && (isString(Desired_Allocations) && stringListIMember("Stampede2", Desired_Allocations)) && (isUndefined(RequestGPUs) || RequestGPUs == 0) && ((alloc_Stampede2_queue ?: "normal") =?= "skx-normal")'> |
| 1200 | + <job query_expr='(projectName=?="UTAustin_Zimmerman") && (isString(Desired_Allocations) && stringListIMember("Stampede2", Desired_Allocations)) && (isUndefined(RequestGPUs) || RequestGPUs == 0) && (stringListIMember("skx-normal", (alloc_Stampede2_queues ?: (alloc_Stampede2_queue ?: "normal"))))'> |
1201 | 1201 | <match_attrs> |
1202 | 1202 | </match_attrs> |
1203 | 1203 | <schedds> |
|
0 commit comments