You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In teuthology-api you can schedule a job by inputting all the variables to teuthology-suite through http://localhost:8082/docs.
Todo:
1. pulpito-ng should have a Schedule job section in the left menu tab. The UI should be able to incorporate all arguments, however we should pick suitable component for each arguments, e.g., flags like --dry-run, --verbose, --force-priority. Some of the arguments should be hidden by default and user can choose to advance filter if need to change those arguments, e.g., --ceph-repo and --suite-repo should by default be https://github.com/ceph/ceph-ci.git.
2. Incorporate some sort of unit-test to this.
The text was updated successfully, but these errors were encountered:
Current progress:
In
teuthology-api
you can schedule a job by inputting all the variables to teuthology-suite through http://localhost:8082/docs.Todo:
Schedule job
section in the left menu tab. The UI should be able to incorporate all arguments, however we should pick suitable component for each arguments, e.g., flags like--dry-run
,--verbose
,--force-priority
. Some of the arguments should be hidden by default and user can choose to advance filter if need to change those arguments, e.g.,--ceph-repo
and--suite-repo
should by default behttps://github.com/ceph/ceph-ci.git
.The text was updated successfully, but these errors were encountered: