Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
autotest
/
838c747138ffceb8ee26f04e1d4e6a442f127e6a
/
cli
/
job.py
a1e74b3
Add job option for whether or not to parse failed repair results as part of a job, with a default value in global_config. Since the number of options associated with a job is getting out of hand, I packaged them up into a dict in the RPC entry point and passed them around that way from then on.
by showard
· 16 years ago
9deeefa
Re-factor the option parsing following a suggestion from Greg.
by mbligh
· 16 years ago
648a35c
Add support for submitting a job into an atomic group to the CLI.
by showard
· 16 years ago
b27f4ad
Update CLI to allow scheduling jobs against labels
by showard
· 16 years ago
8c7b04c
by mbligh
· 16 years ago
ce34864
by mbligh
· 16 years ago
47dc4d2
by mbligh
· 16 years ago
a212d71
Cleanup the container code from the CLI.
by mbligh
· 16 years ago
120351e
Allow control file body text to be supplied as an alternative to a list
by mbligh
· 16 years ago
7ffdb8b
Fix bug in job create where synch_count was being overridden by
by mbligh
· 16 years ago
5d0b4b3
* Add option to disable verify for created jobs
by mbligh
· 16 years ago
982170a
Increase the timeout for job creation
by mbligh
· 16 years ago
7bce102
Make job create CLI parse synch_count as an int instead of a string.
by showard
· 16 years ago
206d50a
Fix the CLI job abort to use new RPC. Worth noting that the new RPC
by mbligh
· 16 years ago
fb8f0ab
* Add job cloning functionality to the CLI
by mbligh
· 16 years ago
2bab8f4
Implement sync_count. The primary change here is replacing the job.synch_type field with a synch_count field. There is no longer just a distinction between synchronous and asynchronous jobs. Instead, every job as a synch_count, with synch_count = 1 corresponding to the old concept of synchronous jobs. This required:
by showard
· 16 years ago
a6fe9c6
fix usage of set.union() to make test dependenceis work from CLI. set.union() does not mutate the set, it returns a new one. also throw in a sorted() call to ensure testability.
by showard
· 16 years ago
b9a8b16
Change --dependencies flag to --labels flag to be more consistent. Also
by mbligh
· 16 years ago
aced049
Change the wording of --dependency's help message in the CLI to make it clear that this flag will probably change soon. The problem is that metahosts are essentially the same as not supplying a host name and then supplying one dependency. In addition, elsewhere in the CLI, we use the -b/--lables flag for the same thing. In the next week or so, I'll probably send out a CL to make it less confusing/inconsistent, but I figured that mentioning it's experimental would make it more clear in the mean time.
by mbligh
· 16 years ago
7b8d1f9
Increase the timeout for job creation
by mbligh
· 16 years ago
21baa45
Add options to control reboots before and after a job.
by showard
· 16 years ago
ae64d3a
Fixing the error message that displays the job name as a bad host.
by mbligh
· 16 years ago
4eae22a
Allow users to manually specify dependencies through the CLI.
by mbligh
· 16 years ago
6fee7fd
Add the option to specify an email address to be notified on job completion.
by mbligh
· 16 years ago
989f25d
two new major features:
by showard
· 16 years ago
51148c7
Rewording help string
by mbligh
· 16 years ago
10a4733
Add percentages to the results.
by mbligh
· 16 years ago
be630eb
Attached is the CLI code tarball. It is documented at http://test.kernel.org/autotest/CLIHowTo
by mbligh
· 16 years ago