Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnrm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
libnrm
Commits
baa1b5b7
Commit
baa1b5b7
authored
Dec 21, 2018
by
Swann Perarnau
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'downstream-refactor' of xgitlab.cels.anl.gov:argo/libnrm into downstream-refactor
parents
21a99482
52918847
Pipeline
#4760
passed with stage
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
2 deletions
+63
-2
.gitlab-ci.yaml
.gitlab-ci.yaml
+55
-0
.integration.nix
.integration.nix
+8
-2
No files found.
.gitlab-ci.yaml
0 → 100644
View file @
baa1b5b7
stages
:
-
build
make:generic:
stage
:
build
script
:
-
./autogen.sh
-
mkdir build
-
./configure --prefix=`pwd`/build
-
make
-
make install
artifacts
:
paths
:
-
tests/*.log
except
:
-
/^wip.*/
-
/^WIP.*/
helloworld.integration.test
:
stage
:
test
script
:
-
nix-shell .integration.nix --run "argotk.hs helloworld"
artifacts
:
paths
:
-
_output/cmd_err.log
-
_output/cmd_out.log
-
_output/daemon_out.log
-
_output/daemon_out.log
-
_output/nrm.log
-
_output/.argo_nodeos_config_exit_message
expire_in
:
1 week
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
tags
:
-
integration
perfwrapper.integration.test
:
stage
:
test
script
:
-
nix-shell .integration.nix --run "argotk.hs perfwrapper"
artifacts
:
paths
:
-
_output/cmd_err.log
-
_output/cmd_out.log
-
_output/daemon_out.log
-
_output/daemon_out.log
-
_output/nrm.log
-
_output/.argo_nodeos_config_exit_message
expire_in
:
1 week
except
:
-
/^wip\/.*/
-
/^WIP\/.*/
tags
:
-
integration
.integration.nix
View file @
baa1b5b7
{
argotest
?
(
builtins
.
fetchGit
{
url
=
https://xgitlab.cels.anl.gov/argo/argotest.git
;
ref
=
"refactor-argotk"
;
rev
=
"e96e94a17a8046d0f7c8b2908dcb5fb25ead7b96"
;
})
ref
=
"master"
;
rev
=
"646d42f7b64f56cdb3ff54a7b4a59e0dfad3209c"
;
})
}:
(
import
argotest
{
libnrm-src
=
./.
;
nrm-src
=
builtins
.
fetchGit
{
url
=
https://xgitlab.cels.anl.gov/argo/nrm.git
;
ref
=
"downstream-refactor"
;
rev
=
"37f5594287f77e42f3bf5f6b5a89f387c8905137"
;
};
})
.
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