From nobody Mon Feb 22 15:11:49 2021 Authentication-Results: mail-b.sr.ht; dkim=pass header.d=torano.co.uk header.i=@torano.co.uk; dkim=pass header.d=messagingengine.com header.i=@messagingengine.com Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mail-b.sr.ht (Postfix) with ESMTPS id 904B911EFF8 for <~sircmpwn/sr.ht-discuss@lists.sr.ht>; Mon, 22 Feb 2021 15:11:49 +0000 (UTC) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 607655C01A0 for <~sircmpwn/sr.ht-discuss@lists.sr.ht>; Mon, 22 Feb 2021 10:11:49 -0500 (EST) Received: from imap36 ([10.202.2.86]) by compute4.internal (MEProxy); Mon, 22 Feb 2021 10:11:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=torano.co.uk; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm2; bh=CsYW9KWg3abox3yTqMG4Q94E1c3fVa6 X8BTBtE8I0fA=; b=lMNhZjBk2w/JX3QC60qEmIVtB6noezQQZrOx8E3y1/WnBM/ +smPPohuSw3cQBo7ZnRjzyAhi/zzcoWV5mJhEO2zlUYGmISgCp01j2vA0mDsz0R6 tQ3sGheqmIRIPbk/ZAh22Og0vEdwfcFPt/7nKtaMDzIwNAGVQLSkcLNMoK9Skkos jLZuN2ggfWC+NxoAx+GSAiygijqt/ChY/AQeIrK4B1YzI89Kv6TS2HFARcv27NSQ vApUyw4m4sSDFtWnev0DmHhL/Tlh7eNuCbl7J2x+UXfFZj+b8nnrulVeB5VfU4Nj +5EOkagoeZb0En7NDlp9sVdfxPXmpiUBxc6aAXw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=CsYW9K Wg3abox3yTqMG4Q94E1c3fVa6X8BTBtE8I0fA=; b=Gs3dfjLIWC/F2OyWzCV/Qh AU9dIx1IMJAf4ugguWFFdJHbox+lEAlwpOvcBEFhBgXNsK+gPEoexfUGMj3Nj0G5 vvgAL/qkjfHNLFMHzj/gNQ74P/PphSD3XMNxj9ImKJalSe7zcfZ5oNSyVmBzQ79x dXe+qo5aSoyTwqkVIAEP0iuyPnOJ7tl6nYovFs4mHSdS+Owic/ehgWIQfvOVtOfh UrNvTfRFm9PShBP+S8sQuEgv+Bvlfe7khcw74wB4N7CPCllIV7hXqd9zeZIIoIYZ 10FNnC3c5ee7ua+cnoAS8HNVdefKmh3FmFp6UFCpQKYampkJ3oJdD/2BRyVv7Adw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrkeefgdejvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgesthdtre dtreerjeenucfhrhhomhepfdfguhgrnhcuvfhorhgrnhhofdcuoegvuhgrnhesthhorhgr nhhordgtohdruhhkqeenucggtffrrghtthgvrhhnpeekledtgfehhfegueeftdfgheffie eiffduuddtffehkeekvdffgeevffevhffgveenucffohhmrghinhepghhithhhuhgsrdgt ohhmnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepvg hurghnsehtohhrrghnohdrtghordhukh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id AC88F10E0065; Mon, 22 Feb 2021 10:11:48 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-141-gf094924a34-fm-20210210.001-gf094924a Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Mon, 22 Feb 2021 15:11:27 +0000 From: "Euan Torano" To: ~sircmpwn/sr.ht-discuss@lists.sr.ht Subject: =?UTF-8?Q?Re:_builds.sr.ht_CI_doesn't_merge_PR's_against_repo_HEAD,_unli?= =?UTF-8?Q?ke_other_CI_services,_causing_issues?= Content-Type: text/plain Yeah, I think that's a good call. There are a __lot__ of tests being ran, we can certainly disable some of them. On Mon, 22 Feb 2021, at 14:02, Drew DeVault wrote: > On Sun Feb 21, 2021 at 10:42 PM EST, Timothee Cour wrote: > > I also wasn't aware of resource usage issues; we are now using 2 > > instead of 3 openbsd jobs, hopefully this help; openbsd CI is now the > > bottleneck in our CI jobs, and reducing it to 1 job would double our > > CI running time; we are tracking in > > https://github.com/nim-lang/Nim/issues/17107 for ways to improve CI on > > openbsd with various approaches > > (https://github.com/nim-lang/Nim/issues/17107#issuecomment-782232960) > > so we can bring it down to just 1 job on openbsd. > > Looks like your new merged builds are timing out, which isn't good > either. I think you have to reduce your OpenBSD coverage until you can > figure out your performance problems. >