From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.4004.1663748786909470542 for ; Wed, 21 Sep 2022 01:26:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=EjhAVk6C; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1663748786; 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: in-reply-to:in-reply-to:references:references; bh=yGDgpNzZS4xz73yqpESx4cshzdLUjFJ63z5WEpoZWBY=; b=EjhAVk6CbDG6cmeX+dfu6lLBQKFo/E4NMiWlkr3bAhfQP2DBzyjAQ9KkwySey29OsNAz5b h7XsxY37RmgeWrGM36SO+ohubPUp7Xov8WDCi1n1Ng2hssMRms7bzCpcbCllNakYwHfSmG Ysfq0iwyoIDDoGAwqyfNnBUAI10KsOk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-619-33lbyLoZP4CWyLD7XPyaWQ-1; Wed, 21 Sep 2022 04:26:23 -0400 X-MC-Unique: 33lbyLoZP4CWyLD7XPyaWQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 25C7080280B; Wed, 21 Sep 2022 08:26:22 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.24]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A8C4B140EBF3; Wed, 21 Sep 2022 08:26:21 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id B0DB41800081; Wed, 21 Sep 2022 10:26:19 +0200 (CEST) Date: Wed, 21 Sep 2022 10:26:19 +0200 From: "Gerd Hoffmann" To: Chris Fernald Cc: devel@edk2.groups.io, osteffen@redhat.com, Andrew Fish , Ard Biesheuvel , Bob Feng , Jiewen Yao , Jordan Justen , Leif Lindholm , Liming Gao , Michael D Kinney , Michael Kubacki , Ray Ni , Sami Mujawar , Sean Brogan , Yuwei Chen , Pawel Polawski Subject: Re: [edk2-devel] [PATCH v5 3/4] CI: Use Fedora 35 container (Linux only) Message-ID: <20220921082619.ty3szh6zmqvyt4yq@sirius.home.kraxel.org> References: <20220920144524.1098189-1-osteffen@redhat.com> <20220920144524.1098189-4-osteffen@redhat.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.7 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Sep 20, 2022 at 01:01:04PM -0700, Chris Fernald wrote: > Similar to my comment about the assumption in use of python, I believe the > container should be determined and passed in as a parameter from the top > level pipeline file rather then relying on tool chain tag. This lets the > templates take action on being containerized rather then assuming the tool > chain. Additionally, this would give consistency between the platform and PR > templates which currently make opposite assumption about consumer vs > template determining the container image. i.e. update .azurepipelines/Ubuntu-GCC5.yml and replace "vm_image: ..." with "container: ..."? take care, Gerd