From nobody Tue Feb 27 18:17:54 2024 X-Original-To: freebsd-hackers@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Tkm1l009Bz5C9sf for ; Tue, 27 Feb 2024 18:18:03 +0000 (UTC) (envelope-from igor.ostapenko@pm.me) Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Tkm1k3nRHz4sMY for ; Tue, 27 Feb 2024 18:18:02 +0000 (UTC) (envelope-from igor.ostapenko@pm.me) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail3; t=1709057879; x=1709317079; bh=/2R3QBPqWxRq6pBS6Bm23HSIHHEIrGjqzfUbPH4YZpA=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=fyNcmh5RwSYZmTfhI3E98HLeze3MtZVX1OZohAgcrF7p7U6FN2EUP0r15SQvr0L40 VSDCNhf8KX6/7vRQcOZppdgMdM9BO+KQ0dwDzzTCEtCaca4bu4fdhrzbMyDibxES22 VAX3mbaonxZtqw79jZLgKbDiTMAuTQC+n2+V6FalO9Ft+LFW5GLy360jxlaxzouZwe WbFMm00OvhSwR+b7ApbYAR7Jvg4C0krS4wPTQT+pi+qvzBsAwMLI84TtcbGiDzG6o0 nigGW/wdpa2pAey1FbO3Q/TKcp5pVlYU3Wu97QOXfkFVo0SWBiAobLo8rBCuzDYPFh OK+YBaszUApxw== Date: Tue, 27 Feb 2024 18:17:54 +0000 To: Warner Losh From: Igor Ostapenko Cc: Brooks Davis , "freebsd-hackers@freebsd.org" Subject: Re: Add jail execution environment support to the FreeBSD test suite Message-ID: <4JE3Pm3Vb0sIP6OfgClecx9q29YIviPl-1rX2Bvr1obN-nZuFl-uQT9ArgoEHb31--9kstNZpd7RsPWu5eJGmcHADaXCYB-e6RAVwpE2rzA=@pm.me> In-Reply-To: References: <2bjQNp1msrv-_AqyamMun6kY-SCqbgPm3Q7DqVQHAYlqvFkiE1i85svfIT-QQdUG1cg3cKippyTyv8Z-5nbLu4WaMutgZQ7KT-YYo_5Pbro=@pm.me> <8OSrqDr54xqBgG5cQG_M2Puk2zSxQUletfKhYUElMb8PNnydh6xTDuPgX4HzICWQO6VbC3q27yAOWstIdJ8iZsfN03gJBf9-l03D_qwYcH8=@pm.me> Feedback-ID: 8300135:user:proton List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH] X-Rspamd-Queue-Id: 4Tkm1k3nRHz4sMY On Monday, February 26th, 2024 at 10:25 PM, Warner Losh wr= ote: > > And it might be nice to also have a 'don't run tests that need temp jails= ' > option as well that I could mash for times I know they will fail to even = launch. >=20 Current implementation allows to do it, e.g. `kyua -v execenv=3Dhost test` = will not run tests that need temp jails. Best regards, Igor.