tests/azure: Temporarily stay at Ubuntu 20.04

Github has been migrating ubuntu-latest from 20.04 to 22.04. 22.04 comes
with cgroups version 2.

No tests are run at the momens as the setup of the test container always
fails with "Failed to create temporary directory" for gathering facts.

See also:

https://github.com/ansible-collections/news-for-maintainers/issues/28
This commit is contained in:
Thomas Woerner
2022-12-02 16:26:21 +01:00
parent 67d6455db6
commit 1a5c62fe9c
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ trigger:
- master
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-20.04'
stages:

View File

@@ -10,7 +10,7 @@ schedules:
trigger: none
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-20.04'
stages:

View File

@@ -3,7 +3,7 @@ trigger:
- master
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-20.04'
stages: