-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JobComposer: Support admins adding custom fields to job options #154
Comments
From OSC/ood-myjobs#242:
|
One approach would be to piggy back off of the batch connect plugin format, except you would have a separate form per cluster. You implement the "glue" code in one commit (the OSC/ood-myjobs#265 PR with the changes to app/models/job.rb and app/models/resource_mgr_adapter.rb for passing workflow:
Now you would be left with taking the form.yml and submit.yml for Job Compser and resulting in:
form.yml
submit.yml only defines the script this time. |
This is being taken up in #859 |
See https://discourse.osc.edu/t/job-composer-additional-fields/50 and OSC/ood-myjobs#265
While we are looking at a better way to support customizing the job options, we are providing this information to admins to modify existing apps right now. It would seem that at least supporting this approach by adding code or files under /etc/ood/apps/myjobs/ should be doable without too much work.
In the short term we could adopt the same submit.yml and form.yml that we do with the interactive apps, even though in the long term we would like to simplify our approach to things.
One problem with the described approach is that it does not address cluster specific attributes.
The text was updated successfully, but these errors were encountered: