From 5b5a79ee8bbde1e5b7af66980df7b168e22be632 Mon Sep 17 00:00:00 2001 From: dkhandel Date: Mon, 28 May 2018 17:03:49 +0530 Subject: Replace ansible-playbook builder to command line Change-Id: I4c26a1667cdbb124aae0fa55058ad9468a1547a0 --- build-gluster-org/jobs/distributed-regression.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'build-gluster-org/jobs') diff --git a/build-gluster-org/jobs/distributed-regression.yml b/build-gluster-org/jobs/distributed-regression.yml index f166c90..b525a01 100644 --- a/build-gluster-org/jobs/distributed-regression.yml +++ b/build-gluster-org/jobs/distributed-regression.yml @@ -34,12 +34,6 @@ builders: - shell: !include-raw: ../scripts/distributed-node-create.sh - - ansible-playbook: - playbook: '/opt/qa/distributed-tests/distributed-server.yml' - inventory-type: 'path' - host-key-checking: false - inventory: - path: ${WORKSPACE}/hosts - conditional-step: condition-kind: shell condition-command: !include-raw: ../scripts/distributed-regression.py -- cgit