Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Commits
326491c2
Commit
326491c2
authored
4 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Triviální skript na spuštění všech jobů
parent
e66a4dbf
No related branches found
No related tags found
2 merge requests
!14
Asynchronní joby
,
!9
WIP: Zárodek uživatelské části webu a submitování
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/run-jobs
+12
-0
12 additions, 0 deletions
bin/run-jobs
with
12 additions
and
0 deletions
bin/run-jobs
0 → 100755
+
12
−
0
View file @
326491c2
#!/usr/bin/env python3
import
mo.jobs
import
mo.util
import
argparse
parser
=
argparse
.
ArgumentParser
(
description
=
'
Spustí joby ve frontě
'
)
args
=
parser
.
parse_args
()
mo
.
util
.
init_standalone
()
mo
.
jobs
.
process_jobs
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment