summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/distributed-regression.yml
diff options
context:
space:
mode:
authordkhandel <dkhandel@localhost.localdomain>2018-06-06 17:03:31 +0530
committerdkhandel <dkhandel@localhost.localdomain>2018-06-07 10:15:56 +0530
commit51d0e36ae7c283dc8abae617f2d65dea7e7e2c2a (patch)
treec201b9af81c290071f2c2158a9896288f9adc08a /build-gluster-org/jobs/distributed-regression.yml
parent7140ada137b9ff29d08c7c13c5badeb55ce2729a (diff)
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
Diffstat (limited to 'build-gluster-org/jobs/distributed-regression.yml')
-rw-r--r--build-gluster-org/jobs/distributed-regression.yml14
1 files changed, 7 insertions, 7 deletions
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