From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.40988.1597048500363217645 for ; Mon, 10 Aug 2020 01:35:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=MEbuZrNs; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597048498; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TDXbeXrCHp0aEGhWblNr5SKlLjFxSGX0sU8jPrD9QHc=; b=MEbuZrNscwcSgOQUxaMoZJB5pAquK5iAwPWgHPO2ltDzOOj0gVLuaa4D6+9tyfIh9sOugG 2SmzeHx7hz+qXsMF4WvT1JFzBU5i+Wd4T/kqC5fqtCgnQ4JDRiZTlyJNRK/LhJmOh6CFEz 62AjsT4eHOeQnhMOmY237UgsUIxzyTQ= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-482-SZ45HU_MPR6-8xqOaBVBdw-1; Mon, 10 Aug 2020 04:34:52 -0400 X-MC-Unique: SZ45HU_MPR6-8xqOaBVBdw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A70588017FB; Mon, 10 Aug 2020 08:34:51 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-113-77.ams2.redhat.com [10.36.113.77]) by smtp.corp.redhat.com (Postfix) with ESMTP id D1F31108CA; Mon, 10 Aug 2020 08:34:50 +0000 (UTC) Subject: Re: Adding bhyve to the Continuous Integration system To: Rebecca Cran , edk2-devel-groups-io Cc: Sean Brogan References: <32ed062f-f11c-8bbb-1489-a32108e72620@bsdio.com> From: "Laszlo Ersek" Message-ID: <11c9aa78-4ea6-f84f-c4ae-5f2341d8bc05@redhat.com> Date: Mon, 10 Aug 2020 10:34:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <32ed062f-f11c-8bbb-1489-a32108e72620@bsdio.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/09/20 21:18, Rebecca Cran wrote: > Now that bhyve is in edk2, I'd like to add CI support for it. Good idea, IMO. > I have a FreeBSD machine that has the Azure Agent installed: would it > be possible to add it to https://dev.azure.com/tianocore/edk2-ci/ ? I don't know, unfortunately. > Also, if I add a BhyvePkg.ci.yaml file in OvmfPkg/Bhyve will it be > found? Or should I extend OvmfPkg.ci.yaml instead? I think you should extend "OvmfPkg.ci.yaml", because of the following passage in the ".pytool/Readme.md" file in the edk2 tree: > ## Configuration > > Configuration of the CI process consists of (in order of precedence): > > * [...] > * a per-package configuration file (e.g. `.ci.yaml`) that is > detected by the CI system in EDKII Tools. > * [...] Thanks, Laszlo