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

test are not updated

parent d46a312f
No related branches found
No related tags found
No related merge requests found
Pipeline #12512 failed
......@@ -342,7 +342,7 @@ ubuntu1604_test_x86_64:
- 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
- cp -r tools $INSTALL_DIR
- cp -r common/test/js $INSTALL_DIR/tools
- cp -r common/test/js $INSTALL_DIR/tools/test
- export PPROF_PATH=$INSTALL_DIR/bin/pprof;
- source $INSTALL_DIR/chaos_env.sh
- if ! $INSTALL_DIR/bin/TestFramework;then export HEAPCHECK=strict; echo "*retrying with heap check"; $INSTALL_DIR/bin/TestFramework; exit 1;fi
......@@ -373,7 +373,7 @@ ubuntu1804_profile_test_x86_64:
- 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
- cp -r tools $INSTALL_DIR
- cp -r common/test/js $INSTALL_DIR/tools
- cp -r common/test/js $INSTALL_DIR/tools/test/
- export PPROF_PATH=$INSTALL_DIR/bin/pprof;
- source $INSTALL_DIR/chaos_env.sh
- HEAPCHECK=normal; LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc.so $INSTALL_DIR/bin/TestFramework;
......@@ -409,7 +409,7 @@ centos7_test_x86_64:
- repo sync
- export PPROF_PATH=$INSTALL_DIR/bin/pprof
- cp -r tools $INSTALL_DIR
- cp -r common/test/js $INSTALL_DIR/tools
- cp -r common/test/js $INSTALL_DIR/tools/test
- source $INSTALL_DIR/chaos_env.sh
- if ! $INSTALL_DIR/bin/TestFramework;then export HEAPCHECK=strict; echo "*retrying with heap check"; $INSTALL_DIR/bin/TestFramework; exit 1;fi
- if ! $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then export HEAPCHECK=normal; tar cfvz test-log.tar.gz -C /usr/local/chaos/chaos-distrib log;echo "* retrying test in debug mode";export CHAOS_DEBUG_CMD_TOOL="gdb";if ! $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then tar cfvz test-log-debug.tar.gz -C /usr/local/chaos/chaos-distrib log;fi;exit 1;fi
......@@ -441,7 +441,7 @@ ubuntu1404_test_x86_64:
- 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
- cp -r tools $INSTALL_DIR
- cp -r common/test/js $INSTALL_DIR/tools
- cp -r common/test/js $INSTALL_DIR/tools/test
- source $INSTALL_DIR/chaos_env.sh
- export PPROF_PATH=$INSTALL_DIR/bin/pprof
- if ! $INSTALL_DIR/bin/TestFramework;then export HEAPCHECK=strict; echo "*retrying with heap check"; $INSTALL_DIR/bin/TestFramework; exit 1;fi
......
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