From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 271DF383583E for ; Mon, 30 May 2022 07:52:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 271DF383583E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 648041FA2F for ; Mon, 30 May 2022 07:52:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1653897127; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xmjxTcV1+NjKVsnopGLULn5uK9Mc9bzuvHLI+bdBjiA=; b=rcMsHpx5KKLanfES5E+b4eaZFsmtQBxCjTqxILvfXBVeS/+gwCf8pzhsOxcdZv57CRSdne kULdiDqZC56PSxqxGRHYBtjJRQ3doHoOfsyybZb7svICdRFHsDYsk0wqaL2NuoeV1EZoDy LXYzXmQbLXc8lPDMpbK/4csQYnBVv+4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1653897127; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=xmjxTcV1+NjKVsnopGLULn5uK9Mc9bzuvHLI+bdBjiA=; b=I2NXgYLFjRJK9j5ykhduLVTrk86l+eMlo83wxcXmRkz9wLHdzFzVPQxuWzK0jrzmYAmtVY 2ayqqeoFrUPVTIBg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 55A2913AFD for ; Mon, 30 May 2022 07:52:07 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id fakkE6d3lGLSAQAAMHmgww (envelope-from ) for ; Mon, 30 May 2022 07:52:07 +0000 Message-ID: <31f3010f-bb7e-9d1f-1da7-3c531cb45669@suse.cz> Date: Mon, 30 May 2022 09:52:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: [PATCH][pushed] Move opensuse builders to the end. To: buildbot@sourceware.org Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: buildbot@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "The https://builder.sourceware.org/ buildbot" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2022 07:52:09 -0000 It's a NOP that only moves some configuration. --- builder/master.cfg | 72 +++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/builder/master.cfg b/builder/master.cfg index 10be9c3..473743f 100644 --- a/builder/master.cfg +++ b/builder/master.cfg @@ -693,24 +693,6 @@ bzip2_debian_amd64_builder = util.BuilderConfig( factory=bzip2_factory_no_valgrind) c['builders'].append(bzip2_debian_amd64_builder) -bzip2_opensusetw_x86_64_builder = util.BuilderConfig( - name="bzip2-opensusetw-x86_64", - properties={'container-file': - readContainerFile('opensuse-tumbleweed')}, - workernames=vm_workers, - tags=["bzip2", "opensusetw", "x86_64"], - factory=bzip2_factory) -c['builders'].append(bzip2_opensusetw_x86_64_builder) - -bzip2_opensuseleap_x86_64_builder = util.BuilderConfig( - name="bzip2-opensuseleap-x86_64", - properties={'container-file': - readContainerFile('opensuse-leap')}, - workernames=vm_workers, - tags=["bzip2", "opensuseleap", "x86_64"], - factory=bzip2_factory) -c['builders'].append(bzip2_opensuseleap_x86_64_builder) - bzip2_debian_armhf_builder = util.BuilderConfig( name="bzip2-debian-armhf", workernames=["debian-armhf"], @@ -746,6 +728,24 @@ bzip2_fedora_ppc64le_builder = util.BuilderConfig( factory=bzip2_factory_no_valgrind) c['builders'].append(bzip2_fedora_ppc64le_builder) +bzip2_opensusetw_x86_64_builder = util.BuilderConfig( + name="bzip2-opensusetw-x86_64", + properties={'container-file': + readContainerFile('opensuse-tumbleweed')}, + workernames=vm_workers, + tags=["bzip2", "opensusetw", "x86_64"], + factory=bzip2_factory) +c['builders'].append(bzip2_opensusetw_x86_64_builder) + +bzip2_opensuseleap_x86_64_builder = util.BuilderConfig( + name="bzip2-opensuseleap-x86_64", + properties={'container-file': + readContainerFile('opensuse-leap')}, + workernames=vm_workers, + tags=["bzip2", "opensuseleap", "x86_64"], + factory=bzip2_factory) +c['builders'].append(bzip2_opensuseleap_x86_64_builder) + # debugedit build steps, factory and builders debugedit_factory = util.BuildFactory() @@ -1108,24 +1108,6 @@ elfutils_debian_amd64_builder = util.BuilderConfig( factory=elfutils_factory_mvu) c['builders'].append(elfutils_debian_amd64_builder) -elfutils_opensusetw_x86_64_builder = util.BuilderConfig( - name="elfutils-opensusetw-x86_64", - properties={'container-file': - readContainerFile('opensuse-tumbleweed')}, - workernames=vm_workers, - tags=["elfutils", "opensusetw", "x86_64"], - factory=elfutils_factory_distcheck) -c['builders'].append(elfutils_opensusetw_x86_64_builder) - -elfutils_opensuseleap_x86_64_builder = util.BuilderConfig( - name="elfutils-opensuseleap-x86_64", - properties={'container-file': - readContainerFile('opensuse-leap')}, - workernames=vm_workers, - tags=["elfutils", "opensuseleap", "x86_64"], - factory=elfutils_factory_distcheck) -c['builders'].append(elfutils_opensuseleap_x86_64_builder) - elfutils_debian_armhf_builder = util.BuilderConfig( name="elfutils-debian-armhf", workernames=["debian-armhf"], @@ -1161,6 +1143,24 @@ elfutils_fedora_ppc64le_builder = util.BuilderConfig( factory=elfutils_factory_mu) c['builders'].append(elfutils_fedora_ppc64le_builder) +elfutils_opensusetw_x86_64_builder = util.BuilderConfig( + name="elfutils-opensusetw-x86_64", + properties={'container-file': + readContainerFile('opensuse-tumbleweed')}, + workernames=vm_workers, + tags=["elfutils", "opensusetw", "x86_64"], + factory=elfutils_factory_distcheck) +c['builders'].append(elfutils_opensusetw_x86_64_builder) + +elfutils_opensuseleap_x86_64_builder = util.BuilderConfig( + name="elfutils-opensuseleap-x86_64", + properties={'container-file': + readContainerFile('opensuse-leap')}, + workernames=vm_workers, + tags=["elfutils", "opensuseleap", "x86_64"], + factory=elfutils_factory_distcheck) +c['builders'].append(elfutils_opensuseleap_x86_64_builder) + # elfutils build steps, factory and builders # All steps are custom because of the workdir settings -- 2.36.1