Skip to content
Snippets Groups Projects
Commit 5b405d08 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

re-enable macosx test, publish simplified

parent a82ce6d0
No related branches found
No related tags found
No related merge requests found
Pipeline #12884 canceled
......@@ -51,11 +51,11 @@ macosx_x86_64:
- cmake -DCHAOS_ARCHITECTURE_TEST=ON -DCHAOS_VME=OFF -DCHAOS_VERSION_MAJOR="$CI_COMMIT_REF_NAME.$CHAOS_LIB_HASH" -DCHAOS_VERSION_MINOR="$CI_JOB_STAGE.$CI_COMMIT_SHA" -DCHAOS_WAN=ON . -DCHAOS_BUILD_ID=${CI_PIPELINE_ID} -DCMAKE_INSTALL_PREFIX=$PWD/chaos-osx10-distrib
- make -j 8 install
- export CHAOS_LIVE_SERVERS=localhost;export CHAOS_DB_SERVERS=localhost
# - cd $PWD/chaos-osx10-distrib
# - source chaos_env.sh
# - ./tools/dbinit.sh localhost localhost
# - ./tools/chaos_test.sh .
# - ./tools/chaos_services.sh stop
- cd $PWD/chaos-osx10-distrib
- source chaos_env.sh
- ./tools/dbinit.sh localhost localhost
- ./tools/chaos_test.sh .
- ./tools/chaos_services.sh stop
- tar cfz chaos-osx10-distrib.tar.gz chaos-osx10-distrib
allow_failure: true
artifacts:
......@@ -499,16 +499,12 @@ pages:
- centos7_test_x86_64
image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:lite
script:
- repo init -q --no-clone-bundle -u git@baltig.infn.it:chaos-lnf-control/chaos_repo_bundle.git -b $CI_COMMIT_REF_NAME
- repo sync
- mkdir -p perf/ubuntu1404 perf/ubuntu1604 perf/centos7 public
- ls -latr
- tar xfvz chaos-distrib-$CI_COMMIT_REF_NAME-ubuntu-14.04-x86_64-log-ok.tar.gz -C perf/ubuntu1404
- tar xfvz chaos-distrib-$CI_COMMIT_REF_NAME-ubuntu-16.04-x86_64-log-ok.tar.gz -C perf/ubuntu1604
- tar xfvz chaos-distrib-$CI_COMMIT_REF_NAME-centos-7-x86_64-log-ok.tar.gz -C perf/centos7
- ./tools/images2html.sh perf Benchmark
- mv index.html public/
- mv perf public/
- mv perf/ public/
allow_failure: true
artifacts:
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