Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scord
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eu
ADMIRE
scord
Commits
3c875eca
Verified
Commit
3c875eca
authored
2 years ago
by
Alberto Miranda
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
5e6df41a
No related branches found
No related tags found
1 merge request
!38
Resolve "Create dedicated server in CI tests"
Pipeline
#3109
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-3
2 additions, 3 deletions
.gitlab-ci.yml
with
2 additions
and
3 deletions
.gitlab-ci.yml
+
2
−
3
View file @
3c875eca
...
@@ -32,6 +32,8 @@ build:
...
@@ -32,6 +32,8 @@ build:
-
compiled/lib/
-
compiled/lib/
-
build/examples/
-
build/examples/
-
build/tests/
-
build/tests/
-
build/src/scord/scord
-
build/src/scord-ctl/scord-ctl
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
# depending on your build setup it's most likely a good idea to cache outputs to reduce the build time
cache
:
cache
:
key
:
$CI_COMMIT_REF_SLUG
key
:
$CI_COMMIT_REF_SLUG
...
@@ -48,11 +50,8 @@ rpc:
...
@@ -48,11 +50,8 @@ rpc:
-
export ASAN_OPTIONS=detect_odr_violation=0
-
export ASAN_OPTIONS=detect_odr_violation=0
-
export LSAN_OPTIONS=verbosity=1:log_threads=1:suppressions=${CI_PROJECT_DIR}/tests/LSanSuppress.supp
-
export LSAN_OPTIONS=verbosity=1:log_threads=1:suppressions=${CI_PROJECT_DIR}/tests/LSanSuppress.supp
-
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib
-
export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:${CI_PROJECT_DIR}/compiled/lib
-
compiled/bin/scord -f --force-console &
-
build/examples/cxx/ADM_ping ofi+tcp://127.0.0.1:52000
-
cd build/examples/
-
cd build/examples/
-
ctest -j$(nproc) --output-on-failure --output-junit rpc-report.xml
-
ctest -j$(nproc) --output-on-failure --output-junit rpc-report.xml
-
pkill -TERM scord
artifacts
:
artifacts
:
expire_in
:
1 week
expire_in
:
1 week
paths
:
paths
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment