github-actions[bot]
d90bcbeef0
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
13c0e57fc2
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
66ad13045f
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
b6e6acf296
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
6db4a9e56e
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
94fec85690
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
8dfc507858
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
b696fa92c6
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
097d627a2e
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
0f0d2eac38
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
d5f523292d
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
46db263fdb
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
8b20b1ceb7
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
130a295583
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
7626dca9a0
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
db301b726d
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
c07a20b61c
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
ea00244f09
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
f8a1517731
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
28bda4236d
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
36d9686f38
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
12148960e7
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
4b147cd2c4
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
2a004f617b
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
b5e91def77
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
a0868fa76b
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
d16e781950
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
36266dd82f
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
9599a5d423
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
4b76e6ff74
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
353fbff5cc
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
658b679151
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
4d3ba60398
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
65b546d036
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
b9580f4da7
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
78356220cc
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
89df4c307a
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
4d1428f095
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
f1d357c82c
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
dfdad237fe
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
48228ab3ad
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
aa046fc2c0
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
2dc22d24d3
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
github-actions[bot]
3ae0f9b78a
ci: This PR is to trigger periodic CI testing
2026-07-04 13:35:00 +00:00
Rich Megginson
d4c5353eb0
ci: Use our own pr_title_lint.py instead of NPM commitlint [citest_skip]
...
There are a few problems with the NPM commitlint
* NPM is problematic
* Having to install NPM and commitlint and dependencies is slow and heavyweight
* commitlint is overkill for our simple use case
We have our own pr_title_lint.py which is small and works exactly for our use case.
Enhance coderabbit checks for PRs and test cleanup
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-07-02 11:24:09 -06:00
Rich Megginson
42c0322b17
ci: use gha checkout v7, codecov v7 [citest_skip]
...
Use github actions checkout @v7
Use codecov action @v7
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-07-01 08:40:10 -06:00
Rich Megginson
8f6bd49889
docs(changelog): version 1.20.3 [citest_skip]
...
Update changelog and .README.html for version 1.20.3
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-06-25 16:51:40 -06:00
Rich Megginson
6a3853d5c4
test: fix kernel url path for the mac80211_hwsim kernel module
...
The method for determining the kernel url path for the module did not
work on all arches.
Skip the test if the kernel module is not found. Some architectures do
not provide the module.
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-06-25 15:45:20 -06:00
Rich Megginson
c1fe21dab1
docs(changelog): version 1.20.2 [citest_skip]
...
Update changelog and .README.html for version 1.20.2
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-06-24 12:10:57 -06:00
Rich Megginson
6be4f3ecd6
test: remove unused files
...
We do not use molecule.
The custom requirements are no longer needed.
Remove py26 requirements
Use ansible-core - much smaller than ansible
Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2026-06-24 06:57:42 -06:00