diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 764bd64a9c..d6ecfd2a51 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -170,10 +170,10 @@ stages: parameters: testFormat: devel/{0} targets: - - name: Alpine 3.22 - test: alpine/3.22 - # - name: Fedora 42 - # test: fedora/42 + - name: Alpine 3.23 + test: alpine/3.23 + # - name: Fedora 43 + # test: fedora/43 - name: Ubuntu 22.04 test: ubuntu/22.04 - name: Ubuntu 24.04 @@ -190,14 +190,15 @@ stages: targets: - name: macOS 15.3 test: macos/15.3 - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 - name: RHEL 9.7 test: rhel/9.7 + # TODO: enable this ASAP! + # - name: FreeBSD 15.0 + # test: freebsd/15.0 - name: FreeBSD 14.3 test: freebsd/14.3 - - name: FreeBSD 13.5 - test: freebsd/13.5 groups: - 1 - 2 @@ -210,8 +211,8 @@ stages: parameters: testFormat: 2.20/{0} targets: - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 - name: FreeBSD 14.3 test: freebsd/14.3 groups: @@ -226,8 +227,8 @@ stages: parameters: testFormat: 2.19/{0} targets: - - name: RHEL 10.0 - test: rhel/10.0 + - name: RHEL 10.1 + test: rhel/10.1 - name: FreeBSD 14.2 test: freebsd/14.2 groups: @@ -260,10 +261,10 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 42 - test: fedora42 - - name: Alpine 3.22 - test: alpine322 + - name: Fedora 43 + test: fedora43 + - name: Alpine 3.23 + test: alpine323 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 diff --git a/tests/integration/targets/cloud_init_data_facts/tasks/main.yml b/tests/integration/targets/cloud_init_data_facts/tasks/main.yml index 685c2bc1c4..2351a44873 100644 --- a/tests/integration/targets/cloud_init_data_facts/tasks/main.yml +++ b/tests/integration/targets/cloud_init_data_facts/tasks/main.yml @@ -32,6 +32,7 @@ - not (ansible_distribution == 'Archlinux') # TODO: package seems to be broken, cannot be downloaded from mirrors? - not (ansible_distribution == 'Alpine') # TODO: not sure what's wrong here, the module doesn't return what the tests expect - not (ansible_distribution == 'Debian' and ansible_distribution_major_version|int == 13) # TODO: not sure what's wrong here, the module doesn't return what the tests expect + - not (ansible_distribution == 'Fedora' and ansible_distribution_major_version|int == 43) # TODO: not sure what's wrong here, the module doesn't return what the tests expect block: - name: setup install cloud-init package: diff --git a/tests/integration/targets/copr/aliases b/tests/integration/targets/copr/aliases index d333eac1a1..1eb76708cf 100644 --- a/tests/integration/targets/copr/aliases +++ b/tests/integration/targets/copr/aliases @@ -8,3 +8,4 @@ skip/macos skip/osx skip/freebsd skip/rhel10.0 # FIXME +skip/rhel10.1 # FIXME diff --git a/tests/integration/targets/django_command/aliases b/tests/integration/targets/django_command/aliases index 483730d828..099f2fe5af 100644 --- a/tests/integration/targets/django_command/aliases +++ b/tests/integration/targets/django_command/aliases @@ -23,3 +23,4 @@ skip/rhel9.5 skip/rhel9.6 skip/rhel9.7 skip/rhel10.0 +skip/rhel10.1 diff --git a/tests/integration/targets/django_manage/aliases b/tests/integration/targets/django_manage/aliases index 483730d828..099f2fe5af 100644 --- a/tests/integration/targets/django_manage/aliases +++ b/tests/integration/targets/django_manage/aliases @@ -23,3 +23,4 @@ skip/rhel9.5 skip/rhel9.6 skip/rhel9.7 skip/rhel10.0 +skip/rhel10.1 diff --git a/tests/integration/targets/homectl/aliases b/tests/integration/targets/homectl/aliases index 34844fe8e2..0c6b1d1b35 100644 --- a/tests/integration/targets/homectl/aliases +++ b/tests/integration/targets/homectl/aliases @@ -16,3 +16,4 @@ skip/rhel9.5 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel9.6 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel9.7 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ skip/rhel10.0 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ +skip/rhel10.1 # See https://www.reddit.com/r/Fedora/comments/si7nzk/homectl/ diff --git a/tests/integration/targets/iso_extract/aliases b/tests/integration/targets/iso_extract/aliases index 0025b0e5dd..2e7d53a9ca 100644 --- a/tests/integration/targets/iso_extract/aliases +++ b/tests/integration/targets/iso_extract/aliases @@ -16,6 +16,7 @@ skip/rhel9.5 # FIXME skip/rhel9.6 # FIXME skip/rhel9.7 # FIXME skip/rhel10.0 # FIXME +skip/rhel10.1 # FIXME skip/freebsd12.4 # FIXME skip/freebsd13.2 # FIXME skip/freebsd13.3 # FIXME @@ -25,3 +26,4 @@ skip/freebsd14.0 # FIXME skip/freebsd14.1 # FIXME skip/freebsd14.2 # FIXME skip/freebsd14.3 # FIXME +skip/freebsd15.0 # FIXME diff --git a/tests/integration/targets/iso_extract/tasks/main.yml b/tests/integration/targets/iso_extract/tasks/main.yml index 67ebfa7ab6..bb87f680f1 100644 --- a/tests/integration/targets/iso_extract/tasks/main.yml +++ b/tests/integration/targets/iso_extract/tasks/main.yml @@ -13,6 +13,12 @@ - set_fact: output_test_dir: '{{ remote_tmp_dir }}/test_iso_extract' +# TODO: figure out and fix! +- name: Doesn't work with Fedora 43 for some reason + meta: end_play + when: + - ansible_distribution == 'Fedora' and ansible_distribution_major_version is version('43', '==') + - name: Install EPEL repository (RHEL only) include_role: name: setup_epel diff --git a/tests/integration/targets/lvg/aliases b/tests/integration/targets/lvg/aliases index eb76529397..870e7f4910 100644 --- a/tests/integration/targets/lvg/aliases +++ b/tests/integration/targets/lvg/aliases @@ -12,3 +12,4 @@ skip/osx skip/macos skip/alpine3.21 # TODO try to fix skip/alpine3.22 # TODO try to fix +skip/alpine3.23 # TODO try to fix diff --git a/tests/integration/targets/odbc/aliases b/tests/integration/targets/odbc/aliases index aa6607e015..dfe8cca4d3 100644 --- a/tests/integration/targets/odbc/aliases +++ b/tests/integration/targets/odbc/aliases @@ -16,4 +16,5 @@ skip/rhel9.5 skip/rhel9.6 skip/rhel9.7 skip/rhel10.0 +skip/rhel10.1 skip/freebsd diff --git a/tests/integration/targets/ufw/aliases b/tests/integration/targets/ufw/aliases index c862895e35..426bc4dcb0 100644 --- a/tests/integration/targets/ufw/aliases +++ b/tests/integration/targets/ufw/aliases @@ -18,6 +18,7 @@ skip/rhel9.5 # FIXME skip/rhel9.6 # FIXME skip/rhel9.7 # FIXME skip/rhel10.0 # FIXME +skip/rhel10.1 # FIXME skip/docker needs/root needs/target/setup_epel