Skip to content
Snippets Groups Projects
Verified Commit 3c875eca authored by Alberto Miranda's avatar Alberto Miranda :hotsprings:
Browse files

Update .gitlab-ci.yml

parent 5e6df41a
No related branches found
No related tags found
1 merge request!38Resolve "Create dedicated server in CI tests"
Pipeline #3109 passed
...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment