diff options
author | Andrew Klychkov <aaklychkov@mail.ru> | 2021-02-18 16:51:13 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2021-02-18 17:58:02 +0100 |
commit | 010afe0b2df6ab92fd8293054ca738afdc55222c (patch) | |
tree | a0332a8277f89ff1189378cd4604c552038ce425 | |
parent | hostname - add Almalinux support (#73619) (diff) | |
download | ansible-010afe0b2df6ab92fd8293054ca738afdc55222c.tar.xz ansible-010afe0b2df6ab92fd8293054ca738afdc55222c.zip |
azure-pipelines: remove ubuntu1604
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4ed5dc2be7..5b3eceb47b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -128,8 +128,6 @@ stages: test: opensuse15py2 - name: openSUSE 15 py3 test: opensuse15 - - name: Ubuntu 16.04 - test: ubuntu1604 - name: Ubuntu 18.04 test: ubuntu1804 - name: Ubuntu 20.04 @@ -202,8 +200,6 @@ stages: test: opensuse15py2 - name: openSUSE 15 py3 test: opensuse15 - - name: Ubuntu 16.04 - test: ubuntu1604 - name: Ubuntu 18.04 test: ubuntu1804 - name: Ubuntu 20.04 |