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.133.124]) by mx.groups.io with SMTP id smtpd.web11.22808.1669838469884581730 for ; Wed, 30 Nov 2022 12:01:10 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=PLy9QpSg; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: osteffen@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669838468; 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; bh=X4hxKmUc/GCcxc5/E03MHGGPrjn3Q4YHvJlWSfnA0AU=; b=PLy9QpSgLPSArbRkfWjr86MVprlaqOKaiwi5wDEYF1iy1jcIeHwF77oWiv/Wsp7KX8SsTm ul1WiRdR+oIWDxsy+3psKmv05Vbpb2qVcudaqvYssmNO6g+KJj+uGrQxT7qgdphMgIm+Pw XIQeLDlR6LQvjG13N0OPZqxGCsR7Tec= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-516-SLZtZtOgN3ya6p95l3HSAA-1; Wed, 30 Nov 2022 15:01:06 -0500 X-MC-Unique: SLZtZtOgN3ya6p95l3HSAA-1 Received: by mail-lj1-f199.google.com with SMTP id a26-20020a2e861a000000b00279c9e137bcso549719lji.9 for ; Wed, 30 Nov 2022 12:01:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:mime-version:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=X4hxKmUc/GCcxc5/E03MHGGPrjn3Q4YHvJlWSfnA0AU=; b=631dADlR/jXM9BMFuRfLNIpbQ6PuymN6w4XwrfS62BpCUSzUXyodOhaIuQhQXj7XV/ IzxqDRrl51pZsN6LszGA4bL6z3zaR4PNZ9tkKqe0GFE1HrxYb0FGc+80eP96UG5sjPzE Ttko+0bgN9Y6gfMZUs9g8sccbn8GjiWkGTF/lpCRhCUrVW66wZIzWHLA8C3Bi7Ka4fDq gJmKLcICCyYypqFoX6Xll1qSgtxg9cFufN3gY2th2DwmKeousx+JL+zsK72jr4dsLKsq paAQCD3dqIvuCEaDjmhZRWLDZsUiYWwovc3YJ/uoAhb3WBA5TzrmxJ7mSQFxIKV4+3+C uiBg== X-Gm-Message-State: ANoB5pk/udpy2YQv43eyTcc1AUGZ/zPDjJuIZLzVYi6mfixQDWAV5U/v clTdjsqlkmT+0VflkBrRBJwYWHeD61Di+aFV0Y5MoIfBMbFtbteiDBnvU8IqKkbvOyF90eYpjCY SOljgPK6Z9fHXAnRG9/ltKTQMtrR1Tw== X-Received: by 2002:a2e:a4d1:0:b0:279:b2f8:46e9 with SMTP id p17-20020a2ea4d1000000b00279b2f846e9mr3014909ljm.254.1669838464540; Wed, 30 Nov 2022 12:01:04 -0800 (PST) X-Google-Smtp-Source: AA0mqf5A+Ajlfbz7TxAD7tH0s7VIMaICaCYxnPkqbIKqL249QuxoYMnCprQ6ZxS7zom1aRv9DyP0UVBxMiddoi3InWk= X-Received: by 2002:a2e:a4d1:0:b0:279:b2f8:46e9 with SMTP id p17-20020a2ea4d1000000b00279b2f846e9mr3014870ljm.254.1669838463765; Wed, 30 Nov 2022 12:01:03 -0800 (PST) Received: from 567203818698 named unknown by gmailapi.google.com with HTTPREST; Wed, 30 Nov 2022 12:01:03 -0800 From: "Oliver Steffen" X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Date: Wed, 30 Nov 2022 12:01:03 -0800 Message-ID: Subject: [PATCH v8 00/12] CI: Use Fedora 35 container for Linux jobs To: devel@edk2.groups.io Cc: Andrew Fish , Ard Biesheuvel , Bob Feng , Daniel Schaefer , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Leif Lindholm , Liming Gao , Michael D Kinney , Michael Kubacki , Ray Ni , Sami Mujawar , Sean Brogan , Sunil V L , Yuwei Chen , Zhiguang Liu , Pawel Polawski , Chris Fernald , Oliver Steffen , Ard Biesheuvel X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Update CI, run all Linux (aka Ubuntu-GCC5) based jobs in custom containers. This decouples the CI environment from the virtual machine images that Azure DevOps provides. The currently used ubuntu-18.04 image has been deprecated for a while now and will finally be removed on Dec 1st 2022. The container image provides the required compiler toolchains and Qemu for the supported architectures. These are then no longer downloaded at runtime, avoiding CI failures due to download errors. This approach also makes it easier to switch to other or newer compilers. It makes the CI setup independent from the default images that Azure DevOps provides. It can also help debugging CI problems, because the CI environment can be reproduced on a local machine. The container images are hosted on ghcr.io and are automatically generated using GitHub Actions. The Dockerfiles are maintained in the Tianocore "containers" repository: https://github.com/tianocore/containers. The current image is based on Fedora 35, with gcc 11. Fedora was chosen because of its fast release cycle which makes it easy to keep the toolchains up-to-date. Some further possible changes not included in this series: - The Tianocore/containers repository provides stack of layered images. One image for general purpose (build+test) and build-only jobs. The build+test image is based on the build-only one and adds Qemu, for the testing job that involve Qemu. The work in the image side is done, we just need to change the CI setup accordingly. This patch set uses the build+test images for all jobs. - Further reduce the number of external dependencies that need to be downloaded at runtime. Candidates are iasl and nasm, which are already included in the image but not used yet. PR: https://github.com/tianocore/edk2/pull/3685 v8: - Use updated container image that contains gcc for LoongArch64. - Remove ext_dep files for the LoongArch64 gcc. - Don't change the scopes in .pytool/CISettings.py if running Linux CI it. - Split commits that touch multiple packages. - Use the smaller "build" image for jobs that allow it. - Add a CI template file as a central place to define the default Python version and use it where needed. v7: - Rebase to latest master branch. - Use latest Fedora 35 CI image. - Stop using the ubuntu-18.04 vm_image since this will no longer be available after Dec 1st. Use ubuntu-latest instead. v6: - Include suggestions by Chris Fernald. - Added a parameter for the container image to the job template, makes usage of containers optional. - Added a parameter to configure the Python version to download. Allows using Python from the VM/container image also. - Restructure the commits (no further functional changes). v5: - Update image v4: - Use the latest image from the tianocode/containers repository which - does not include acpica-tools - includes Pyhton 3.10 v3: - Use the latest image from the tianocode/containers repository which pins down version numbers of gcc, iasl, and nasm in the Dockerfile. v2: - Images are now hosted under the Tianocore Organization https://github.com/tianocore/containers v1: - Thread: https://edk2.groups.io/g/devel/message/89058 - Images were hosted at https://github.com/osteffenrh/edk2-build-images Signed-off-by: Oliver Steffen Acked-by: Ard Biesheuvel Acked-by: Gerd Hoffmann Reviewed-by: Chris Fernald Oliver Steffen (12): CI: make Python version configurable OvmfPkg: CI: use Python version from defaults template EmulatorPkg: CI: use Python version from defaults template CI: add ~/.local/bin to PATH (Linux only) CI: Allow running in a container. BaseTools: CI: Use Fedora 35 container (Linux only) ArmVirtPkg: CI: Use Fedora 35 container (Linux only) OvmfPkg: CI: Use Fedora 35 container (Linux only) EmulatorPkg: CI: Use Fedora 35 container (Linux only) CI: Don't install cspell .pytool: CISettings.py: don't add scopes for GCC CI: use latest vm_image (Linux only) .azurepipelines/Ubuntu-GCC5.yml | 2 ++ .azurepipelines/Windows-VS2019.yml | 4 ++++ .../templates/basetools-build-steps.yml | 9 -------- .azurepipelines/templates/defaults.yml | 3 +++ .../templates/platform-build-run-steps.yml | 12 +++++++++- .../templates/pr-gate-build-job.yml | 6 +++++ .azurepipelines/templates/pr-gate-steps.yml | 12 ++++++++-- .../templates/spell-check-prereq-steps.yml | 4 ---- .pytool/CISettings.py | 9 -------- .../.azurepipelines/Ubuntu-GCC5.yml | 9 ++++---- BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml | 21 ------------------ BaseTools/Bin/gcc_arm_linux_ext_dep.yaml | 21 ------------------ ...gcc_loongarch64_unknown_linux_ext_dep.yaml | 22 ------------------- .../Bin/gcc_riscv64_unknown_ext_dep.yaml | 22 ------------------- .../.azurepipelines/Ubuntu-GCC5.yml | 5 ++++- .../.azurepipelines/Windows-VS2019.yml | 4 ++++ .../.azurepipelines/Ubuntu-GCC5.yml | 9 ++++---- .../.azurepipelines/Windows-VS2019.yml | 5 +++++ 18 files changed, 57 insertions(+), 122 deletions(-) create mode 100644 .azurepipelines/templates/defaults.yml delete mode 100644 BaseTools/Bin/gcc_aarch64_linux_ext_dep.yaml delete mode 100644 BaseTools/Bin/gcc_arm_linux_ext_dep.yaml delete mode 100644 BaseTools/Bin/gcc_loongarch64_unknown_linux_ext_dep.yaml delete mode 100644 BaseTools/Bin/gcc_riscv64_unknown_ext_dep.yaml -- 2.38.1