Skip to content
Snippets Groups Projects
Commit fcfe6c1b authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

Initial changes adding reservation

parent 09b92494
No related branches found
No related tags found
No related merge requests found
...@@ -38,10 +38,15 @@ attributes: ...@@ -38,10 +38,15 @@ attributes:
- [ "<%= p %>", "<%= p %>" ] - [ "<%= p %>", "<%= p %>" ]
<%- end -%> <%- end -%>
bc_reservation:
widget: "text_field"
label: Reservation Name
form: form:
- desktop - desktop
- bc_num_hours - bc_num_hours
- bc_partition - bc_partition
- bc_reservation
- bc_num_gpus - bc_num_gpus
- bc_num_slots - bc_num_slots
- bc_num_mems - bc_num_mems
......
...@@ -26,3 +26,6 @@ script: ...@@ -26,3 +26,6 @@ script:
- "--mail-type=BEGIN" - "--mail-type=BEGIN"
- "--mail-user=<%= email %>" - "--mail-user=<%= email %>"
<%- end -%> <%- end -%>
<%- if bc_reservation != "" -%>
- "--reservation=<%= bc_reservation %>
<%- end -%>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment