summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-01-21 22:58:31 -0600
committerGitHub <noreply@github.com>2021-01-21 22:58:31 -0600
commit1934ca9a550b32f16d6fadffe7d8031059fa2526 (patch)
treea6f82ebe20eab77b18590de04b0c604e66b85d44 /.azure-pipelines
parent4357a78130d84785720750d3d6801db5cf4df464 (diff)
downloadansible-1934ca9a550b32f16d6fadffe7d8031059fa2526.tar.gz
Add Ubuntu 20.04 to CI and ansible-test (#69161)
Change: - Add Ubuntu 20.04 to CI now that venv is default instead of virtualenv in ansible-test. Test Plan: - CI Tickets: - Fixes #69203 Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 4c9d53e44e..9936bc03d1 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -130,6 +130,8 @@ stages:
test: ubuntu1604
- name: Ubuntu 18.04
test: ubuntu1804
+ - name: Ubuntu 20.04
+ test: ubuntu2004
groups:
- 1
- 2
@@ -200,6 +202,8 @@ stages:
test: ubuntu1604
- name: Ubuntu 18.04
test: ubuntu1804
+ - name: Ubuntu 20.04
+ test: ubuntu2004
- stage: Incidental_Windows
displayName: Incidental Windows
dependsOn: []