disable telemetry for the ci.centos promote jobs
Related-To: https://bugs.launchpad.net/tripleo/+bug/1695760 See: https://ci.centos.org/artifacts/rdo/jenkins-tripleo-quickstart-promote-master-current-tripleo-delorean-minimal_pacemaker-214/undercloud/home/stack/failed_deployments.log.gz Change-Id: I9970438a8d02c71ed1aaa1f6946e7d711207d073
This commit is contained in:
parent
eab6852f11
commit
39c9c59d8f
@ -17,6 +17,14 @@ extra_args: >-
|
||||
test_ping: true
|
||||
enable_pacemaker: true
|
||||
|
||||
# This config is extremely resource intensive, so we disable telemetry
|
||||
# in order to reduce the overall memory footprint
|
||||
# This is not required in newton
|
||||
telemetry_args: >-
|
||||
{% if release != 'newton' %}
|
||||
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
|
||||
{% endif %}
|
||||
|
||||
run_tempest: false
|
||||
|
||||
# options below direct automatic doc generation by tripleo-collect-logs
|
||||
|
Loading…
Reference in New Issue
Block a user