Update AZP config (#3111) (#3154)

* Update AZP config.

* Skip 8.4 as well for django_manage (next to 8.3 and 8.2).

* Temporarily skip 8.4 for yum_versionlock.

(cherry picked from commit 16476f5cb9)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/3156/head
patchback[bot] 2021-08-06 08:12:52 +02:00 committed by GitHub
parent 3495823a72
commit c461e3cf71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -186,8 +186,8 @@ stages:
test: macos/11.1
- name: RHEL 7.9
test: rhel/7.9
- name: RHEL 8.3
test: rhel/8.3
- name: RHEL 8.4
test: rhel/8.4
- name: FreeBSD 12.2
test: freebsd/12.2
- name: FreeBSD 13.0

View File

@ -5,3 +5,4 @@ skip/macos
skip/osx
skip/rhel8.2
skip/rhel8.3
skip/rhel8.4

View File

@ -3,3 +3,4 @@ skip/aix
skip/freebsd
skip/osx
skip/macos
skip/rhel8.4 # TODO make sure that tests work on 8.4 as well!