From 2a4475bcf9350773970559f44ac028c552415e01 Mon Sep 17 00:00:00 2001 From: Wenqing Gu Date: Fri, 12 Apr 2019 09:52:40 +0200 Subject: [PATCH 1/1] 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 --- jjb/cloud-infra/cloud-infra-periodic-engine.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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' -- 2.25.1