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 should use radio buttons. 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. --dry-run should pop up a terminal like view and see all the scheduled jobs similar to terminal teuthology.
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
should use radio buttons. 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
.--dry-run
should pop up a terminal like view and see all the scheduled jobs similar to terminal teuthology.The text was updated successfully, but these errors were encountered: