Skip to content

Commit 1375359

Browse files
authored
Merge pull request #459 from LeoHongyi/dltsdev
Enable submit distributed job under low priority cluster
2 parents 4cd9b34 + 5eca31e commit 1375359

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/WebUI/dotnet/WebPortal/Views/Home/JobSubmission.cshtml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,6 @@
626626
if (!$scope.current.jobName) return false;
627627
if (!$scope.current.image) return false;
628628
if (!$scope.current.cmd || !String($scope.current.cmd).trim()) return false;
629-
if ($scope.isLowPriority && $scope.current.jobtrainingtype == 'PSDistJob') {
630-
return false;
631-
}
632629
if (
633630
$scope.current.jobtrainingtype === 'RegularJob' &&
634631
typeof $scope.current.resourcegpu !== 'number'

0 commit comments

Comments
 (0)