Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
3c790b83
Commit
3c790b83
authored
May 28, 2019
by
Valentin Reis
Browse files
yaml
parent
52914931
Pipeline
#7458
failed with stages
in 29 minutes and 27 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deployments/argo.nixops
View file @
3c790b83
No preview for this file type
dhrun/all-tests.dh
View file @
3c790b83
...
...
@@ -5,9 +5,9 @@
let cn = "testContainer"
let basicManifest = lib.manifestDir ++ "basic.
json
"
let basicManifest = lib.manifestDir ++ "basic.
yml
"
let singularityManifest = lib.manifestDir ++ "singularity.
json
"
let singularityManifest = lib.manifestDir ++ "singularity.
yml
"
let argIfTest =
λ(isTest : Bool)
...
...
@@ -150,7 +150,7 @@
, isTest =
True
, manifestname =
"perfwrap.
json
"
"perfwrap.
yml
"
}
)
, qmcpack =
...
...
dhrun/lib.dh
View file @
3c790b83
...
...
@@ -249,7 +249,7 @@
→ { cmd =
cmd
, manifestname =
"perfwrap.
json
"
"perfwrap.
yml
"
, filter =
filter
, args =
...
...
@@ -280,7 +280,7 @@
then args.manifestname
else "parallel.
json
"
else "parallel.
yml
"
)
, containerName =
cn
...
...
@@ -385,7 +385,7 @@
⫽ { args =
args.args
, manifestname =
"basic.
json
"
"basic.
yml
"
, vars =
args.vars
, passvars =
...
...
dhrun/manifests/basic.yml
0 → 100644
View file @
3c790b83
---
name
:
basic
version
:
0.0.1
app
:
container
:
cpus
:
2
mems
:
1
dhrun/manifests/parallel.yml
0 → 100644
View file @
3c790b83
---
name
:
parallel
version
:
0.0.1
app
:
container
:
cpus
:
24
mems
:
2
dhrun/manifests/perfwrap.yml
0 → 100644
View file @
3c790b83
---
name
:
basic
version
:
0.0.1
app
:
container
:
cpus
:
2
mems
:
1
perfwrapper
:
true
dhrun/manifests/singularity.yml
0 → 100644
View file @
3c790b83
---
name
:
basic
version
:
0.0.1
app
:
container
:
cpus
:
1
mems
:
1
image
:
path
:
docker://ubuntu
type
:
docker
binds
:
-
"
/nix"
pkgs/nrm/default.nix
View file @
3c790b83
...
...
@@ -6,6 +6,7 @@ pythonPackages.buildPythonPackage {
pythonPackages
.
six
pythonPackages
.
numpy
pythonPackages
.
tornado
pythonPackages
.
pyyaml
pyzmq
hwloc
linuxPackages
.
perf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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