From: Wenqing Gu Date: Fri, 12 Apr 2019 07:52:40 +0000 (+0200) Subject: Add ENGINE_ANSIBLE_PARAMS to enable debugging X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=2a4475bcf9350773970559f44ac028c552415e01;p=infra%2Fcicd.git Add ENGINE_ANSIBLE_PARAMS to enable debugging We add -vvv to the periodical jobs so that we can see what is going on for the issues. Change-Id: I650ec786787a0fb4535b8be6f6be0a5c3507d1f1 --- diff --git a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml index 253cc8621..7f66e2969 100644 --- a/jjb/cloud-infra/cloud-infra-periodic-engine.yaml +++ b/jjb/cloud-infra/cloud-infra-periodic-engine.yaml @@ -235,6 +235,10 @@ name: DIB_OS_ELEMENT default: 'ubuntu-minimal' description: 'DIB OS Element to use for building the deployment image to provision target nodes with. Overriden by upstream job.' + - string: + name: ENGINE_ANSIBLE_PARAMS + default: ' -vvv ' + description: 'Extra paramters that can be added when run the play books.' - string: name: DEPLOY_SCENARIO default: 'k8-calico-nofeature'