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
3433ca7c
Commit
3433ca7c
authored
Feb 04, 2019
by
Valentin Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refactored test update.
parent
1230398b
Pipeline
#5066
passed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
refactored.yml
gitlab/refactored.yml
+10
-10
No files found.
gitlab/refactored.yml
View file @
3433ca7c
...
...
@@ -11,21 +11,21 @@ containers.build:
extends
:
.nix-build
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-build
.nix
-A containers
-
XDG_CACHE_HOME=$CACHE nix-build -A containers
-
rm -rf $CACHE
libnrm.build
:
extends
:
.nix-build
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-build
.nix
-A libnrm
-
XDG_CACHE_HOME=$CACHE nix-build -A libnrm
-
rm -rf $CACHE
nrm.build
:
extends
:
.nix-build
script
:
-
CACHE=$(mktemp -d --suffix=nixcache /tmp/deletable-nix-cache-XXXX)
-
XDG_CACHE_HOME=$CACHE nix-build
.nix
-A nrm
-
XDG_CACHE_HOME=$CACHE nix-build -A nrm
-
rm -rf $CACHE
############# Integration tests ############
...
...
@@ -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
.nix
-A test --run "cp $MANIFESTS/* _output/ ;argotk.hs TestPower --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "cp $MANIFESTS/* _output/ ;argotk.hs TestPower --verbose"
-
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
.nix
-A test --run "argotk.hs TestHello --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk.hs TestHello --verbose"
-
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
.nix
-A test --run "argotk.hs TestListen --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk.hs TestListen --verbose"
-
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
.nix
-A test --run "argotk.hs TestPerfwrapper --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk.hs TestPerfwrapper --verbose"
-
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
.nix
-A test --run "argotk.hs TestSTREAM --verbose"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk.hs TestSTREAM --verbose"
-
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
.nix
-A test --run "argotk.hs TestAMG"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk.hs TestAMG"
-
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
.nix
-A test --run "argotk.hs TestSTREAM"
-
XDG_CACHE_HOME=$CACHE nix-shell -A test --run "argotk.hs TestSTREAM"
-
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