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
7f36ffb4
Commit
7f36ffb4
authored
6 years ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
profile
parent
85676611
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#13560
canceled
6 years ago
Stage: build
Stage: test
Stage: deploy
Stage: publish
Changes
1
Pipelines
29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
7f36ffb4
...
...
@@ -415,10 +415,10 @@ ubuntu1804_profile_test_x86_64:
-
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;
-
if ! LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc.so $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test;then $INSTALL_DIR/tools/generateGoogleProfilePdf.sh /tmp $INSTALL_DIR/bin;mv *.pdf $INSTALL_DIR/log;tar cfvz $DISTRIB_NAME-log-bad.tar.gz -C /usr/local/chaos/chaos-distrib log /tmp/*.heap*;exit 1;fi
-
if ! LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc.so $INSTALL_DIR/tools/chaos_test.sh -d $INSTALL_DIR/tools/test
-p normal
;then $INSTALL_DIR/tools/generateGoogleProfilePdf.sh /tmp $INSTALL_DIR/bin;mv *.pdf $INSTALL_DIR/log;tar cfvz $DISTRIB_NAME-log-bad.tar.gz -C /usr/local/chaos/chaos-distrib log /tmp/*.heap*;exit 1;fi
-
$INSTALL_DIR/tools/chaos_services.sh stop
-
$INSTALL_DIR/tools/generateGoogleProfilePdf.sh /tmp $INSTALL_DIR/bin;if mv *.pdf $INSTALL_DIR/log;then echo "pdf moved";else echo "pd
v
not found";fi
-
tar cfz $DISTRIB_NAME-log-ok.tar.gz -C /usr/local/chaos/chaos-distrib log
/tmp/*.heap*
-
$INSTALL_DIR/tools/generateGoogleProfilePdf.sh /tmp $INSTALL_DIR/bin;if mv *.pdf $INSTALL_DIR/log;then echo "pdf moved";else echo "pd
f
not found";fi
-
tar cfz $DISTRIB_NAME-log-ok.tar.gz -C /usr/local/chaos/chaos-distrib log
allow_failure
:
true
artifacts
:
name
:
"
log.tar.gz"
...
...
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