From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A027CC433F5 for ; Tue, 15 Mar 2022 20:18:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F1DAC83AD8; Tue, 15 Mar 2022 21:18:36 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 190C283BAC; Tue, 15 Mar 2022 21:18:35 +0100 (CET) Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id E2EA783ABE for ; Tue, 15 Mar 2022 21:18:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f176.google.com with SMTP id i8so207168qtx.6 for ; Tue, 15 Mar 2022 13:18:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=6TxNWbNKCF8O/2BYEKiHXzvdrVFr9L/4bNTJvwOOsfY=; b=oghpOPhZIri5tlX9QJ6V2DgF6XAqSWKDB/agZUQeBLDELSkKWAE/ufTeGxZ2EvZxVL 2Hx3V1HDAvO/PPD7QL+vTR4gUblAYXGekSOGVySau3SeMKT7eSvNszcWqdlFunrQL8bE iYOfmEiypi/+x/XlV+6sh3DDy88fYX2b62TWhyzZNLkCOSLqlwvBknhqwOAuuFto2oev KlCfCSpWv8UIT6nVvAz45nIUJpp8Pv+pPnsqr4IPForbRji0SrP2udypgo4Zuf7DXosy ehJa4j9BpCg5ulptqqDh1Ebitsb9VwGfgaUNoXMp/bfZlX520LTlhdhNo+9zcLhm/7/h n6AA== X-Gm-Message-State: AOAM532WLF9HF59GAXeKWmRO2gJW67Ax9gHfWDUMlmdovwPqhoM6mYxi tQgUdctgKtLmEbcrvw0d0wEhBhOFtQ== X-Google-Smtp-Source: ABdhPJwjPBmXfgk8lSxnc169ue22Sf3s10DjBOovdLd4uViK28ZUAw7/Xy29twoESpN8QwLMR3woCQ== X-Received: by 2002:ac8:5b90:0:b0:2e1:cdd0:ad2e with SMTP id a16-20020ac85b90000000b002e1cdd0ad2emr10828313qta.272.1647375510591; Tue, 15 Mar 2022 13:18:30 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id s11-20020a05620a16ab00b0067b3bc3c35bsm9741972qkj.113.2022.03.15.13.18.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Mar 2022 13:18:30 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH] CI, Docker: Update to latest focal tag Date: Tue, 15 Mar 2022 16:18:27 -0400 Message-Id: <20220315201827.580003-1-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Tom Rini --- .azure-pipelines.yml | 2 +- .gitlab-ci.yml | 2 +- tools/docker/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 8352b10348de..cf49161c6f3a 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -2,7 +2,7 @@ variables: windows_vm: windows-2019 ubuntu_vm: ubuntu-18.04 macos_vm: macOS-10.15 - ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220113-03Feb2022 + ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220302-15Mar2022 # Add '-u 0' options for Azure pipelines, otherwise we get "permission # denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer", # since our $(ci_runner_image) user is not root. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f4be626adab..31f50968a33e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # Grab our configured image. The source for this is found at: # https://source.denx.de/u-boot/gitlab-ci-runner -image: trini/u-boot-gitlab-ci-runner:focal-20220113-03Feb2022 +image: trini/u-boot-gitlab-ci-runner:focal-20220302-15Mar2022 # We run some tests in different order, to catch some failures quicker. stages: diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 7a3f5cbade4e..f1d597abd8a4 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile @@ -2,7 +2,7 @@ # This Dockerfile is used to build an image containing basic stuff to be used # to build U-Boot and run our test suites. -FROM ubuntu:focal-20220113 +FROM ubuntu:focal-20220302 MAINTAINER Tom Rini LABEL Description=" This image is for building U-Boot inside a container" -- 2.25.1