Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
12df6438
Commit
12df6438
authored
May 28, 2019
by
Valentin Reis
Browse files
json->yaml manifests
parent
3c790b83
Pipeline
#7462
failed with stages
in 1 minute and 47 seconds
Changes
8
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
dhrun/manifests/basic.json
deleted
100644 → 0
View file @
3c790b83
{
"name"
:
"basic"
,
"version"
:
"0.0.1"
,
"app"
:
{
"container"
:
{
"cpus"
:
2
,
"mems"
:
1
}
}
}
dhrun/manifests/basic.yml
View file @
12df6438
---
name
:
basic
name
:
"
basic"
version
:
0.0.1
app
:
container
:
...
...
dhrun/manifests/parallel.json
deleted
100644 → 0
View file @
3c790b83
{
"name"
:
"parallel"
,
"version"
:
"0.0.1"
,
"app"
:
{
"container"
:
{
"cpus"
:
24
,
"mems"
:
2
}
}
}
dhrun/manifests/parallel.yml
View file @
12df6438
---
name
:
parallel
version
:
0.0.1
app
:
...
...
dhrun/manifests/perfwrap.json
deleted
100644 → 0
View file @
3c790b83
{
"name"
:
"basic"
,
"version"
:
"0.0.1"
,
"app"
:
{
"container"
:
{
"cpus"
:
2
,
"mems"
:
1
},
"perfwrapper"
:
true
}
}
dhrun/manifests/perfwrap.yml
View file @
12df6438
---
name
:
basic
version
:
0.0.1
app
:
...
...
dhrun/manifests/singularity.json
deleted
100644 → 0
View file @
3c790b83
{
"name"
:
"basic"
,
"version"
:
"0.0.1"
,
"app"
:
{
"container"
:
{
"cpus"
:
1
,
"mems"
:
1
}
},
"image"
:
{
"path"
:
"docker://ubuntu"
,
"type"
:
"docker"
,
"binds"
:
[
"/nix"
]
}
}
dhrun/manifests/singularity.yml
View file @
12df6438
---
name
:
basic
version
:
0.0.1
app
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment