[ARVADOS-WORKBENCH2] updated: 1.3.0-254-g9c45d418
Git user
git at public.curoverse.com
Thu Dec 27 06:24:16 EST 2018
Summary of changes:
src/models/scheduling-parameters.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via 9c45d418eedc3c7955db8482aa646af37f2e3c4b (commit)
from f7196af6fd9a9f9b0a6de3e61dd421b734019dd1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9c45d418eedc3c7955db8482aa646af37f2e3c4b
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date: Thu Dec 27 12:22:02 2018 +0100
Update SchedulingParameters interface
Feature #13708
Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
diff --git a/src/models/scheduling-parameters.ts b/src/models/scheduling-parameters.ts
index 62f7224c..50ce4156 100644
--- a/src/models/scheduling-parameters.ts
+++ b/src/models/scheduling-parameters.ts
@@ -3,7 +3,7 @@
// SPDX-License-Identifier: AGPL-3.0
export interface SchedulingParameters {
- partitions: string[];
- preemptible: boolean;
- maxRunTime: number;
+ partitions?: string[];
+ preemptible?: boolean;
+ maxRunTime?: number;
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list