From 726b399e4747032a3d052339cd62c57ae5b6767c Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 15 Jul 2017 01:26:39 +0100 Subject: pipeline from spool to worker is done -- added examples --- scorsh.cfg | 48 +++++++++++++++--------------------------------- 1 file changed, 15 insertions(+), 33 deletions(-) (limited to 'scorsh.cfg') diff --git a/scorsh.cfg b/scorsh.cfg index 6fe4afc..91bd413 100644 --- a/scorsh.cfg +++ b/scorsh.cfg @@ -6,42 +6,24 @@ s_logprefix: "[scorsh]" s_workers: [ { - w_name: catchall, - w_repos: ["*:*"], # All branches in all repos - w_folder: ./catchall, - w_logfile: ./catchall/catchall.log, - w_tagfile: "./catchall/tags.cfg", + w_name: worker1, + w_repos: [".*:.*"], # All branches in all repos + w_folder: ./worker1, + w_logfile: ./worker1/worker1.log, + w_tagfile: "./worker1/worker1.cfg", w_keyrings: [ - "./catchall/catchall_keyring.asc" + "./worker1/allowed_users.asc" ] }, - { - w_name: ascii, - w_repos: ["*:suites/ascii", # branch "suites/ascii" in all the repos - "*:suites/ascii-updates", - "*:suites/ascii-security" - ], - w_folder: ./ascii, - w_logfile: ./worker_ascii.log, - w_tagfile: "./ascii/tags.cfg", - w_keyrings: [ - "./ascii/ascii_keyring.asc" - ] - }, { - w_name: ascii-side-branches , - w_repos: [ - "*:suites/ascii-proposed", - "*:suites/ascii-proposed-updates" - ], - w_folder: ./ascii-side-branches, - w_logfile: ./worker_ascii_side_branches.log, - w_tagfile: "./ascii-side-branches/tags.cfg", + w_name: worker2, + w_repos: [".*:master"], # Branch master in all repos + w_folder: ./worker2, + w_logfile: ./worker2/worker2.log, + w_tagfile: "./worker2/worker2.cfg", w_keyrings: [ - "./ascii/ascii_keyring.asc", - "./ascii/ascii_proposed_keyring.asc", - "./ascii/ascii_proposed_updates_keyring.asc" - ], - } - ] + "./worker2/allowed_users.asc" + ] + } +] ... -- cgit v1.2.3