diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index cd8e9f1c13..adf47ed475 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -96,19 +96,6 @@ stages: - test: 2 - test: 3 - test: 4 - - stage: Sanity_2_16 - displayName: Sanity 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - nameFormat: Test {0} - testFormat: 2.16/sanity/{0} - targets: - - test: 1 - - test: 2 - - test: 3 - - test: 4 ### Units - stage: Units_2_19 displayName: Units 2.19 @@ -147,18 +134,6 @@ stages: targets: - test: 3.7 - test: "3.12" - - stage: Units_2_16 - displayName: Units 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - nameFormat: Python {0} - testFormat: 2.16/units/{0}/1 - targets: - - test: 2.7 - - test: 3.6 - - test: "3.11" ## Remote - stage: Remote_2_19_extra_vms @@ -235,28 +210,6 @@ stages: - 1 - 2 - 3 - - stage: Remote_2_16 - displayName: Remote 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.16/{0} - targets: - - name: macOS 13.2 - test: macos/13.2 - - name: RHEL 9.2 - test: rhel/9.2 - - name: RHEL 8.8 - test: rhel/8.8 - - name: RHEL 7.9 - test: rhel/7.9 - # - name: FreeBSD 13.2 - # test: freebsd/13.2 - groups: - - 1 - - 2 - - 3 ### Docker - stage: Docker_2_19 @@ -315,26 +268,6 @@ stages: - 1 - 2 - 3 - - stage: Docker_2_16 - displayName: Docker 2.16 - dependsOn: [] - jobs: - - template: templates/matrix.yml - parameters: - testFormat: 2.16/linux/{0} - targets: - - name: Fedora 38 - test: fedora38 - - name: openSUSE 15 - test: opensuse15 - - name: Alpine 3 - test: alpine3 - - name: CentOS 7 - test: centos7 - groups: - - 1 - - 2 - - 3 ### Community Docker - stage: Docker_community_2_19 @@ -392,18 +325,6 @@ stages: # targets: # - test: '3.7' # - test: '3.12' -# - stage: Generic_2_16 -# displayName: Generic 2.16 -# dependsOn: [] -# jobs: -# - template: templates/matrix.yml -# parameters: -# nameFormat: Python {0} -# testFormat: 2.16/generic/{0}/1 -# targets: -# - test: '2.7' -# - test: '3.6' -# - test: '3.11' - stage: Summary condition: succeededOrFailed() @@ -411,25 +332,20 @@ stages: - Sanity_2_19 - Sanity_2_18 - Sanity_2_17 - - Sanity_2_16 - Units_2_19 - Units_2_18 - Units_2_17 - - Units_2_16 - Remote_2_19_extra_vms - Remote_2_19 - Remote_2_18 - Remote_2_17 - - Remote_2_16 - Docker_2_19 - Docker_2_18 - Docker_2_17 - - Docker_2_16 - Docker_community_2_19 # Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled. # - Generic_2_19 # - Generic_2_18 # - Generic_2_17 -# - Generic_2_16 jobs: - template: templates/coverage.yml diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index 3ee0689241..0f8d42a3d3 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -32,6 +32,7 @@ jobs: - '2.13' - '2.14' - '2.15' + - '2.16' # Ansible-test on various stable branches does not yet work well with cgroups v2. # Since ubuntu-latest now uses Ubuntu 22.04, we need to fall back to the ubuntu-20.04 # image for these stable branches. The list of branches where this is necessary will @@ -83,6 +84,12 @@ jobs: python: '3.5' - ansible: '2.15' python: '3.10' + - ansible: '2.16' + python: '2.7' + - ansible: '2.16' + python: '3.6' + - ansible: '2.16' + python: '3.11' steps: - name: >- @@ -186,19 +193,43 @@ jobs: docker: fedora37 python: '' target: azp/posix/3/ - # Right now all generic tests are disabled. Uncomment when at least one of them is re-enabled. - # - ansible: '2.13' - # docker: default - # python: '3.9' - # target: azp/generic/1/ - # - ansible: '2.14' - # docker: default - # python: '3.10' - # target: azp/generic/1/ - # - ansible: '2.15' - # docker: default - # python: '3.9' - # target: azp/generic/1/ + # 2.16 + - ansible: '2.16' + docker: fedora38 + python: '' + target: azp/posix/1/ + - ansible: '2.16' + docker: fedora38 + python: '' + target: azp/posix/2/ + - ansible: '2.16' + docker: fedora38 + python: '' + target: azp/posix/3/ + - ansible: '2.16' + docker: opensuse15 + python: '' + target: azp/posix/1/ + - ansible: '2.16' + docker: opensuse15 + python: '' + target: azp/posix/2/ + - ansible: '2.16' + docker: opensuse15 + python: '' + target: azp/posix/3/ + - ansible: '2.16' + docker: alpine3 + python: '' + target: azp/posix/1/ + - ansible: '2.16' + docker: alpine3 + python: '' + target: azp/posix/2/ + - ansible: '2.16' + docker: alpine3 + python: '' + target: azp/posix/3/ steps: - name: >- diff --git a/tests/integration/targets/odbc/tasks/main.yml b/tests/integration/targets/odbc/tasks/main.yml index af5f57cb2a..02f7784a21 100644 --- a/tests/integration/targets/odbc/tasks/main.yml +++ b/tests/integration/targets/odbc/tasks/main.yml @@ -11,6 +11,7 @@ - when: - ansible_os_family != 'Archlinux' # TODO install driver from AUR: https://aur.archlinux.org/packages/psqlodbc - ansible_os_family != 'RedHat' or ansible_distribution_major_version != '7' # CentOS 7 stopped working + - ansible_os_family != 'Alpine' block: #