mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
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:
@@ -3,7 +3,7 @@ trigger:
|
||||
- master
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-20.04'
|
||||
|
||||
stages:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ schedules:
|
||||
trigger: none
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-20.04'
|
||||
|
||||
stages:
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ trigger:
|
||||
- master
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
vmImage: 'ubuntu-20.04'
|
||||
|
||||
stages:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user