summaryrefslogtreecommitdiffstats
path: root/build-gluster-org/jobs/distributed-regression.yml
diff options
context:
space:
mode:
authordkhandel <dkhandel@localhost.localdomain>2018-07-03 14:44:41 +0530
committerdkhandel <dkhandel@localhost.localdomain>2018-07-03 14:44:41 +0530
commit0c5e7425d88bc3fb57cfdabe2c8151f5d6e65ed3 (patch)
treea2f1650616ed0d42b165324316285b7316911138 /build-gluster-org/jobs/distributed-regression.yml
parentbcb15272695065cba6874b5c1a84ec22376ddeb3 (diff)
Run distributed-regression job every 12 hours with 8 machines
Change-Id: I709987d6742b72c4e3d6b46302a8f36f42f1f442 Signed-off-by: Deepshikha Khandelwal <dkhandel@redhat.com>
Diffstat (limited to 'build-gluster-org/jobs/distributed-regression.yml')
-rw-r--r--build-gluster-org/jobs/distributed-regression.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-gluster-org/jobs/distributed-regression.yml b/build-gluster-org/jobs/distributed-regression.yml
index 377cf9e..04f3e4a 100644
--- a/build-gluster-org/jobs/distributed-regression.yml
+++ b/build-gluster-org/jobs/distributed-regression.yml
@@ -28,13 +28,16 @@
description: 'Name of the branch you want to build from. We usually build from master'
name: GERRIT_BRANCH
- string:
- default: '4'
+ default: '8'
description: Number of machines to launch
name: MACHINES_COUNT
builders:
- shell: !include-raw: ../scripts/distributed-regression.sh
+ triggers:
+ - timed: '0 */12 * * *'
+
publishers:
- archive:
allow-empty: true