-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add info to rejected jobs list in
submission.json
(new) (#1520)
* Include more information for rejected jobs The list of rejected jobs (jobs that have been de-selected prior to running a test plan) is modified, so that instead of storing a list of job ids, it stores a list of job representations (dictionaries holding not only the job id but also additional info such as its plugin, template_id, etc.) * Add unit test for use_alternate_selection() * Update submission schema Add the new fields for the rejected-jobs section in the submission schema. In addition, `Plugin` can take 2 additional values, as explained in the documentation[1], since there are attachment and resource jobs. [1]: https://canonical-checkbox.readthedocs-hosted.com/en/stable/reference/units/job.html
- Loading branch information
Showing
3 changed files
with
84 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters