Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cms/grading/Job.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ class CompilationJob(Job):
"""Job representing a compilation.

Can represent either the compilation of a user test, or of a
submission, or of an arbitrary source (as used in cmsMake).
submission.

Input data (usually filled by ES): language, files,
managers. Output data (filled by the Worker): success,
Expand Down Expand Up @@ -511,7 +511,7 @@ class EvaluationJob(Job):
"""Job representing an evaluation on a testcase.

Can represent either the evaluation of a user test, or of a
submission, or of an arbitrary source (as used in cmsMake).
submission.

Input data (usually filled by ES): testcase_codename, language,
files, managers, executables, input, output, time_limit,
Expand Down
6 changes: 3 additions & 3 deletions cms/grading/Sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,9 @@ def __init__(

# Isolate, by default, only accepts ids up to 65000. We assign
# the range [(shard+1)*1000, (shard+2)*1000) to each Worker and keep
# the range [0, 1000) for other uses (command-line scripts like cmsMake
# or direct console users of isolate). Inside each range ids are
# assigned sequentially, with a wrap-around.
# the range [0, 1000) for other uses (command-line scripts or direct
# console users of isolate). Inside each range ids are assigned
# sequentially, with a wrap-around.
if shard is None:
box_id = box_index
else:
Expand Down
306 changes: 0 additions & 306 deletions cmstaskenv/Test.py

This file was deleted.

16 changes: 0 additions & 16 deletions cmstaskenv/__init__.py

This file was deleted.

Loading
Loading