From dff921039d7ce0dc35bd5f54b661457f91c84274 Mon Sep 17 00:00:00 2001
From: Rafael Guterres Jeffman <rjeffman@redhat.com>
Date: Tue, 26 Jan 2021 16:20:04 -0300
Subject: [PATCH] upstream CI: update Azure vmImage to 'ubuntu-20.04'.

In the near future, Github will use Ubuntu 20.04, for workflows, and
this change will keep the upstream CI environment consistent between
Github and Azure.
---
 tests/azure/azure-pipelines.yml  | 2 +-
 tests/azure/build-containers.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/azure/azure-pipelines.yml b/tests/azure/azure-pipelines.yml
index d8914d96..997066bd 100644
--- a/tests/azure/azure-pipelines.yml
+++ b/tests/azure/azure-pipelines.yml
@@ -15,7 +15,7 @@ trigger:
 - master
 
 pool:
-  vmImage: 'ubuntu-18.04'
+  vmImage: 'ubuntu-20.04'
 
 stages:
 - stage: Centos7
diff --git a/tests/azure/build-containers.yml b/tests/azure/build-containers.yml
index 628d20b9..5dc3fbfc 100644
--- a/tests/azure/build-containers.yml
+++ b/tests/azure/build-containers.yml
@@ -11,7 +11,7 @@ schedules:
 trigger: none
 
 pool:
-  vmImage: 'ubuntu-18.04'
+  vmImage: 'ubuntu-20.04'
 
 jobs:
 
-- 
GitLab