Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
argotest
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Reis
argotest
Commits
636bbe49
Commit
636bbe49
authored
Feb 11, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add --pure in the tests.
parent
b53d2de0
Pipeline
#5133
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
binary_rename.yml
gitlab/binary_rename.yml
+7
-7
No files found.
gitlab/binary_rename.yml
View file @
636bbe49
...
...
@@ -44,49 +44,49 @@ nrm.build:
extends
:
.nix-integration
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "cp $MANIFESTS/* _output/ ;argotk TestPower --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "cp $MANIFESTS/* _output/ ;argotk TestPower --verbose"
--pure
-
rm -rf $CACHE
.TestHello.test
:
extends
:
.nix-integration
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestHello --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestHello --verbose"
--pure
-
rm -rf $CACHE
.TestListen.test
:
extends
:
.nix-integration
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestListen --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestListen --verbose"
--pure
-
rm -rf $CACHE
.TestPerfwrapper.test
:
extends
:
.nix-integration
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestPerfwrapper --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestPerfwrapper --verbose"
--pure
-
rm -rf $CACHE
.TestSTREAM.test
:
extends
:
.nix-integration
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestSTREAM --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestSTREAM --verbose"
--pure
-
rm -rf $CACHE
.TestAMG.test
:
extends
:
.nix-integration
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestAMG"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestAMG"
--pure
-
rm -rf $CACHE
.TestSTREAM.test
:
extends
:
.nix-integration
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestSTREAM"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk TestSTREAM"
--pure
-
rm -rf $CACHE
KNL-Power.test
:
...
...
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