diff options
author | Emilien Macchi <emilien@redhat.com> | 2017-02-02 16:10:15 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-02-02 16:10:15 -0500 |
commit | aeeed8b7e7795fd26c6a6840b7b70cc22a8af1ef (patch) | |
tree | 17719c532d8649a440d9f05d93f8a9f7467d3ad1 /ci/environments | |
parent | 4774913d09e62b433d99eb6aa3b04f8e3e13fa9c (diff) |
CI: enable debug on multinode and upgrade job
We're running TripleO CI jobs outside TripleO projects (nova, gnocchi,
etc), folks need more debug to be helpful.
Change-Id: I512ad89d9ac82ae62f9cbe7d0029fb1ac7445cc9
Diffstat (limited to 'ci/environments')
-rw-r--r-- | ci/environments/multinode.yaml | 1 | ||||
-rw-r--r-- | ci/environments/multinode_major_upgrade.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ci/environments/multinode.yaml b/ci/environments/multinode.yaml index 11243c8a..212f6a23 100644 --- a/ci/environments/multinode.yaml +++ b/ci/environments/multinode.yaml @@ -45,3 +45,4 @@ parameter_defaults: # Required for Centos 7.3 and Qemu 2.6.0 nova::compute::libvirt::libvirt_cpu_mode: 'none' SwiftCeilometerPipelineEnabled: False + Debug: True diff --git a/ci/environments/multinode_major_upgrade.yaml b/ci/environments/multinode_major_upgrade.yaml index 520a0c65..56d04de5 100644 --- a/ci/environments/multinode_major_upgrade.yaml +++ b/ci/environments/multinode_major_upgrade.yaml @@ -45,3 +45,4 @@ parameter_defaults: nova::compute::libvirt::libvirt_cpu_mode: 'none' heat::rpc_response_timeout: 600 SwiftCeilometerPipelineEnabled: False + Debug: True |