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
f725b8c2
Commit
f725b8c2
authored
May 13, 2019
by
Valentin Reis
Browse files
packaging fixes for new test format
parent
f2e7cac4
Pipeline
#7301
failed with stages
in 30 minutes and 49 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dhrun/lib.dh
View file @
f725b8c2
...
...
@@ -96,7 +96,7 @@ let emptyMakeBaseArg =
, args =
[] : List Text
, verbose =
Fals
e
Tru
e
, cmdwants =
[] : List Text
, cmdavoids =
...
...
gitlab-ci/integration.yml
View file @
f725b8c2
...
...
@@ -18,27 +18,27 @@
testPwd
:
extends
:
.test
script
:
-
"
argonix
build
test
P
wd
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
test
p
wd
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testRun
:
extends
:
.test
script
:
-
"
argonix
build
test
R
un
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
test
r
un
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testHello
:
extends
:
.test
script
:
-
"
argonix
build
test
H
ello
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
test
h
ello
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testListen
:
extends
:
.test
script
:
-
"
argonix
build
test
L
isten
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
test
l
isten
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
testPerfwrapper
:
extends
:
.test
script
:
-
"
argonix
build
test
P
erf
wrapper
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
test
p
erf
ormance
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
tags
:
-
performance
-
integration
...
...
@@ -46,6 +46,6 @@ testPerfwrapper:
testPower
:
extends
:
.test
script
:
-
"
argonix
build
test
P
ower
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
-
"
argonix
test
p
ower
--argopkgs
$ARGOPKGS
$EXTRA
--verbose"
tags
:
-
knl
pkgs/argonix/pin.json
View file @
f725b8c2
...
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"rev"
:
"
bc7b9efd7f55c4e8f4257ce0813d935fa729326e
"
,
"sha256"
:
"0
x6xgp5gjn2kp7n1j8v9f5f04fc8wl3dv5b3x40a37x4bvph5npr
"
,
"rev"
:
"
0ea6332d6101f3b72a9d5c737a268973a0bd84ef
"
,
"sha256"
:
"0
f5j1kl5gi8ll3s1mszw650hhsvww5vl9n220my1jvqqi3qrx9ah
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/argonix.git"
},
"fn"
:
"fetchgit"
...
...
pkgs/default.nix
View file @
f725b8c2
...
...
@@ -444,12 +444,6 @@ let
doDhrun
dhrunscript
;
testGeneric
=
doDhrunKey
genericTestName
;
testHello
=
doDhrunKey
"hello"
;
testRun
=
doDhrunKey
"run"
;
testPwd
=
doDhrunKey
"pwd"
;
testListen
=
doDhrunKey
"listen"
;
testPerfwrapper
=
doDhrunKey
"performance"
;
testPower
=
doDhrunKey
"power"
;
testSTREAM
=
addBI
(
doDhrunApp
"stream"
)
stream
;
testAMG
=
addBI
(
doDhrunApp
"amg"
)
amg
;
...
...
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