All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CI: Azure: Move to Ubuntu 22.04 image
@ 2022-08-09  2:44 Tom Rini
  2022-08-09 19:51 ` Simon Glass
  2022-08-13  1:41 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2022-08-09  2:44 UTC (permalink / raw)
  To: u-boot

As per https://github.com/actions/runner-images/issues/6002 the Ubuntu
18.04 image is deprecated and will be removed by December 1, 2022.
Move to the Ubuntu 22.04 image as our base for launching our containers
from.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 36ca3cb46264..47bf3b5e01ec 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -1,6 +1,6 @@
 variables:
   windows_vm: windows-2019
-  ubuntu_vm: ubuntu-18.04
+  ubuntu_vm: ubuntu-22.04
   macos_vm: macOS-10.15
   ci_runner_image: trini/u-boot-gitlab-ci-runner:focal-20220302-15Mar2022
   # Add '-u 0' options for Azure pipelines, otherwise we get "permission
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] CI: Azure: Move to Ubuntu 22.04 image
  2022-08-09  2:44 [PATCH] CI: Azure: Move to Ubuntu 22.04 image Tom Rini
@ 2022-08-09 19:51 ` Simon Glass
  2022-08-13  1:41 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2022-08-09 19:51 UTC (permalink / raw)
  To: Tom Rini; +Cc: U-Boot Mailing List

On Mon, 8 Aug 2022 at 20:44, Tom Rini <trini@konsulko.com> wrote:
>
> As per https://github.com/actions/runner-images/issues/6002 the Ubuntu
> 18.04 image is deprecated and will be removed by December 1, 2022.
> Move to the Ubuntu 22.04 image as our base for launching our containers
> from.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  .azure-pipelines.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] CI: Azure: Move to Ubuntu 22.04 image
  2022-08-09  2:44 [PATCH] CI: Azure: Move to Ubuntu 22.04 image Tom Rini
  2022-08-09 19:51 ` Simon Glass
@ 2022-08-13  1:41 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-08-13  1:41 UTC (permalink / raw)
  To: u-boot

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

On Mon, Aug 08, 2022 at 10:44:45PM -0400, Tom Rini wrote:

> As per https://github.com/actions/runner-images/issues/6002 the Ubuntu
> 18.04 image is deprecated and will be removed by December 1, 2022.
> Move to the Ubuntu 22.04 image as our base for launching our containers
> from.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-13  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09  2:44 [PATCH] CI: Azure: Move to Ubuntu 22.04 image Tom Rini
2022-08-09 19:51 ` Simon Glass
2022-08-13  1:41 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.