From nobody Sat Apr 20 11:25:26 2024 Delivered-To: importer2@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=patchew-devel-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=patchew-devel-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1551689837580892.6268407707474; Mon, 4 Mar 2019 00:57:17 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 169BE307D84C; Mon, 4 Mar 2019 08:57:16 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0C2035D71B; Mon, 4 Mar 2019 08:57:16 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id F42333FB10; Mon, 4 Mar 2019 08:57:15 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x248vEH4011298 for ; Mon, 4 Mar 2019 03:57:14 -0500 Received: by smtp.corp.redhat.com (Postfix) id A613B60144; Mon, 4 Mar 2019 08:57:14 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-48.ams2.redhat.com [10.36.112.48]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8298B6013F for ; Mon, 4 Mar 2019 08:57:10 +0000 (UTC) From: Paolo Bonzini To: patchew-devel@redhat.com Date: Mon, 4 Mar 2019 09:57:10 +0100 Message-Id: <20190304085710.9573-1-pbonzini@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-loop: patchew-devel@redhat.com Subject: [Patchew-devel] [PATCH v2] deploy: use --no-wait -N 1 for testers X-BeenThere: patchew-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Patchew development and discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: patchew-devel-bounces@redhat.com Errors-To: patchew-devel-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Mon, 04 Mar 2019 08:57:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" This avoids long running processes, and makes it easier to deploy updated testers. Signed-off-by: Paolo Bonzini Reviewed-by: Fam Zheng --- scripts/playbooks/deploy-testers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/playbooks/deploy-testers.yml b/scripts/playbooks/deplo= y-testers.yml index a875d99..c7d7fbb 100644 --- a/scripts/playbooks/deploy-testers.yml +++ b/scripts/playbooks/deploy-testers.yml @@ -68,5 +68,5 @@ - cron: name: "Patchew tester {{ instance_name }}" user: "{{ cron_user }}" - minute: "*/10" - job: "{ {{ patchew_cmd }} login {{ tester_user }} $(cat {{ base_di= r }}/patchew-tester-pass); {{ patchew_cmd }} tester --name {{ instance_name= }} --singleton -p {{ tester_project }}; } >>{{ base_dir }}/log 2>&1" + minute: "*/3" + job: "{ {{ patchew_cmd }} login {{ tester_user }} $(cat {{ base_di= r }}/patchew-tester-pass); {{ patchew_cmd }} tester --name {{ instance_name= }} --singleton -N 1 --no-wait -p {{ tester_project }}; } >>{{ base_dir }}/= log 2>&1" --=20 2.20.1 _______________________________________________ Patchew-devel mailing list Patchew-devel@redhat.com https://www.redhat.com/mailman/listinfo/patchew-devel