Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
chaos_bundle_compilation
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
Container Registry
Model registry
Operate
Environments
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
chaos-lnf-control
chaos_bundle_compilation
Commits
1445c1ff
Commit
1445c1ff
authored
6 years ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
test are not updated
parent
d46a312f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12512
failed
6 years ago
Stage: build
Stage: test
Stage: deploy
Stage: docker
Stage: publish
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
1445c1ff
...
...
@@ -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
...
...
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