diff options
author | Matt Clay <matt@mystile.com> | 2022-02-07 10:23:08 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2022-02-07 10:56:19 -0800 |
commit | a5eadaf3fd5496bd1f100ff14badf5c4947185a2 (patch) | |
tree | 20e853157cdf49d4f585787e819e1fdc03c6be8c /.azure-pipelines | |
parent | 5bddecb048aae0a7fc84e38e086ac90445c4edb4 (diff) | |
download | ansible-a5eadaf3fd5496bd1f100ff14badf5c4947185a2.zip |
Temporarily remove RHEL 9.0b from test matrix.
Installation of `gcc` is failing while trying to install dependencies:
```
[MIRROR] libxcrypt-devel-4.4.18-3.el9.x86_64.rpm: Interrupted by header callback: Server reports Content-Length: 32565 but expected size is: 33101
```
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e1c12c93fc..1953bbf734 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -94,8 +94,6 @@ stages: test: rhel/8.5@3.6 - name: RHEL 8.5 py38 test: rhel/8.5@3.8 - - name: RHEL 9.0b - test: rhel/9.0b - name: FreeBSD 12.3 test: freebsd/12.3 - name: FreeBSD 13.0 |