From 51d0e36ae7c283dc8abae617f2d65dea7e7e2c2a Mon Sep 17 00:00:00 2001 From: dkhandel Date: Wed, 6 Jun 2018 17:03:31 +0530 Subject: Remove the conditional-step builder and change file names: - Rename distributed-node-create.sh -> distributed-regression.sh - Rename distributed-regression.py -> run-distributed.test.py Change-Id: I332b1f905a1ba811e09c70e342853f61b5bd1165 --- build-gluster-org/jobs/distributed-regression.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'build-gluster-org/jobs/distributed-regression.yml') diff --git a/build-gluster-org/jobs/distributed-regression.yml b/build-gluster-org/jobs/distributed-regression.yml index c504a37..b56b8d9 100644 --- a/build-gluster-org/jobs/distributed-regression.yml +++ b/build-gluster-org/jobs/distributed-regression.yml @@ -33,13 +33,13 @@ name: MACHINES_COUNT builders: - - shell: !include-raw: ../scripts/distributed-node-create.sh - - conditional-step: - condition-kind: shell - condition-command: !include-raw: ../scripts/distributed-regression.py - steps: - - shell: source env/bin/activate - - shell: /opt/qa/distributed-tests/rackspace-server-manager.py delete + - shell: !include-raw: ../scripts/distributed-regression.sh + + publishers: + - archive: + allow-empty: true + artifacts: "failed-test-logs.tgz" + only-if-success: true wrappers: - timestamps -- cgit