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

ubuntu18 profile allow to fail

parent 58c22dc6
No related branches found
No related tags found
No related merge requests found
Pipeline #12382 failed
......@@ -356,7 +356,7 @@ ubuntu1604_test_x86_64:
expire_in: 3 day
when: always
ubuntu1804_test_x86_64:
ubuntu1804_profile_test_x86_64:
stage: test
dependencies:
- ubuntu1804_x86_64
......@@ -381,6 +381,7 @@ ubuntu1804_test_x86_64:
- $INSTALL_DIR/tools/chaos_services.sh stop
- $INSTALL_DIR/tools/generateGoogleProfilePdf.sh /tmp $INSTALL_DIR/bin;mv *.pdf $INSTALL_DIR/log
- tar cfz test-log-ok.tar.gz -C /usr/local/chaos/chaos-distrib log /tmp/*.heap*
allow_failure: true
artifacts:
name: "test-log.tar.gz"
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