Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_jupyterlab
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
bc_uab_jupyterlab
Merge requests
!10
Feat global partition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat global partition
feat-global-partition
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Bo-Chun Chen
requested to merge
feat-global-partition
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Related
devops#422 (closed)
Edited
1 year ago
by
Bo-Chun Chen
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c742bbf4
1 commit,
1 year ago
1 file
+
6
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
form.yml.erb
+
6
−
13
Options
<%-
partitions
=
OodAppkit
.
clusters
[
:SLURM_CLUSTER
].
custom_config
[
:partitions
]
-%>
# Batch Connect app configuration file
#
# @note Used to define the submitted cluster, title, description, and
@@ -91,19 +94,9 @@ attributes:
widget: select
label: Partition
options:
- [ "express", "express" ]
- [ "short", "short" ]
- [ "medium", "medium" ]
- [ "long", "long" ]
- [ "interactive", "interactive" ]
- [ "pascalnodes", "pascalnodes" ]
- [ "pascalnodes-medium", "pascalnodes-medium" ]
- [ "largemem", "largemem" ]
- [ "largemem-long", "largemem-long" ]
- [ "amd-hdr100", "amd-hdr100" ]
- [ "intel-dcb", "intel-dcb" ]
- [ "amperenodes", "amperenodes" ]
- [ "amperenodes-medium", "amperenodes-medium" ]
<%-
partitions
.
each
do
|
p
|
-%>
- [ "
<%=
p
%>
", "
<%=
p
%>
" ]
<%-
end
-%>
# All of the attributes that make up the Dashboard form (in respective order),
# and made available to the submit configuration file and the template ERB
Loading