Commit graph

120434 commits

Author SHA1 Message Date
Daniel A. Wozniak
97ea9a11fb Add test specific to minion start event 2025-03-07 00:52:57 -07:00
Daniel A. Wozniak
8e28d02e2f Fix another round of coroutines being called incorrectly 2025-03-07 00:52:57 -07:00
Daniel A. Wozniak
05b01e268d Update relenv to 0.18.1
Some checks are pending
CI / Prepare Workflow Run (push) Waiting to run
CI / Pre-Commit (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / NSIS Tests (push) Blocked by required conditions
CI / Prepare Release: (push) Blocked by required conditions
CI / Documentation (push) Blocked by required conditions
CI / Build Source Tarball (push) Blocked by required conditions
CI / Build Salt Onedir (push) Blocked by required conditions
CI / Build Packages (push) Blocked by required conditions
CI / CI Deps (push) Blocked by required conditions
CI / Test Package (push) Blocked by required conditions
CI / Test Salt (push) Blocked by required conditions
CI / Combine Code Coverage (push) Blocked by required conditions
CI / Set the Pipeline Exit Status (push) Blocked by required conditions
2025-03-06 23:01:54 -07:00
Daniel A. Wozniak
87dd674da2 Add changelog for updated dependencies 2025-03-06 22:20:11 -07:00
Daniel A. Wozniak
bf0c1331d5 Update requirements to account for cves
Name         Version ID                  Fix Versions
------------ ------- ------------------- -------------
jinja2       3.1.4   GHSA-q2x7-8rv6-6q7h 3.1.5
jinja2       3.1.4   GHSA-gmj6-6f8f-6699 3.1.5
urllib3      1.26.18 GHSA-34jh-p97f-mpxf 1.26.19,2.2.2
2025-03-06 22:20:11 -07:00
Daniel A. Wozniak
65e40daf00 Remove dead code 2025-03-06 22:19:26 -07:00
Daniel A. Wozniak
9dcb3de8e8 Clean up cruft 2025-03-06 22:19:26 -07:00
Daniel A. Wozniak
48f824af65 Remove onedir deps step 2025-03-06 22:19:26 -07:00
Daniel A. Wozniak
3f96a2cde3 Add USE_S3_CACHE environment to linux and mac 2025-03-06 22:19:26 -07:00
Daniel A. Wozniak
8c725027db Consolidate onedir deps and onedir actions 2025-03-06 22:19:26 -07:00
David Murphy
a83582cab1 Updated dnf list tests for option --upgrades
Some checks are pending
CI / Prepare Workflow Run (push) Waiting to run
CI / Pre-Commit (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / NSIS Tests (push) Blocked by required conditions
CI / Prepare Release: (push) Blocked by required conditions
CI / Documentation (push) Blocked by required conditions
CI / Build Source Tarball (push) Blocked by required conditions
CI / Build Onedir Dependencies (push) Blocked by required conditions
CI / Build Salt Onedir (push) Blocked by required conditions
CI / Build Packages (push) Blocked by required conditions
CI / CI Deps (push) Blocked by required conditions
CI / Test Package (push) Blocked by required conditions
CI / Test Salt (push) Blocked by required conditions
CI / Combine Code Coverage (push) Blocked by required conditions
CI / Set the Pipeline Exit Status (push) Blocked by required conditions
2025-03-06 13:45:36 -07:00
David Murphy
7d93923b1a corrected dnf5 option --downloadonly for dnf5 install 2025-03-06 13:45:36 -07:00
David Murphy
17b15c9fc2 Added changelog for 67743 2025-03-06 13:45:36 -07:00
David Murphy
17c1c7a0bb Corrected option --upgrades for dnf[5] for function list_upgrades 2025-03-06 13:45:36 -07:00
David Murphy
3a852d18f6 Restored dnf5 install --downloadonly option 2025-03-06 13:45:36 -07:00
David Murphy
cd04e6f2f9 Updated hardcoded /var/cache/yum to use appropriate cache value provided by platform, for example /var/cache/dnf 2025-03-06 13:45:36 -07:00
David Murphy
e98ecbc0d6 Replace hardcoded yum path in /var/cache to allow for dnf[5] 2025-03-06 13:45:36 -07:00
David Murphy
b01ae2ce28 Correct typo 2025-03-06 13:45:36 -07:00
David Murphy
002d02a5e7 Added support and tests for dnf5 to services_need_restart for yum packages 2025-03-06 13:45:36 -07:00
David Murphy
59ddf3cf88 Backport of dnf5 support from 3007 to 3006 2025-03-06 13:45:36 -07:00
twangboy
bf00196748 Only run powershell tests on Windows 2025-03-06 13:45:16 -07:00
twangboy
f8596ba15c Whitelist the test for Windows 2025-03-06 13:45:16 -07:00
twangboy
c2bb925bc6 Fix checking retcodes with runas on Windows 2025-03-06 13:45:16 -07:00
twangboy
b128203e9c Pass lastexitcode through to retcode 2025-03-06 13:45:16 -07:00
twangboy
8663f32962 Fix hanging test 2025-03-06 13:45:16 -07:00
twangboy
0d47d91006 Add some troubleshooting code 2025-03-06 13:45:16 -07:00
twangboy
8c8792d81b Use cmd /c with runas on Windows to allow compound commands 2025-03-06 13:45:16 -07:00
twangboy
ab9e02a1a9 Fix hanging test 2025-03-06 13:45:16 -07:00
twangboy
4524d8a54a Add some troubleshooting code 2025-03-06 13:45:16 -07:00
twangboy
af906c795e use whoami in the tests 2025-03-06 13:45:16 -07:00
twangboy
61890f79af Suppress stacktrace with runas with no password 2025-03-06 13:45:16 -07:00
twangboy
905f8c9826 Add try to the keywords list 2025-03-06 13:45:16 -07:00
twangboy
aeecd6b7b2 Use cmd /c with runas on Windows to allow compound commands 2025-03-06 13:45:16 -07:00
David Murphy
c44e8e3a66 Removed dependency on bsdmainutils package for Debian and Ubuntu 2025-03-06 13:39:39 -07:00
Twangboy
685d330cc0 Fix some lint
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Onedir Dependencies (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
2025-02-28 02:47:47 -07:00
Twangboy
680f27f9b8 Fix stacktrace with unmapped account names 2025-02-28 02:47:47 -07:00
Daniel A. Wozniak
2b41383e2b Allow pre-commit to be cancelled sooner 2025-02-28 02:46:54 -07:00
Georg Pfuetzenreuter
24a58e8211 Set virtual grain in Podman systemd container
Some checks failed
CI / Prepare Workflow Run (push) Has been cancelled
CI / Pre-Commit (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / NSIS Tests (push) Has been cancelled
CI / Prepare Release: (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / Build Source Tarball (push) Has been cancelled
CI / Build Onedir Dependencies (push) Has been cancelled
CI / Build Salt Onedir (push) Has been cancelled
CI / Build Packages (push) Has been cancelled
CI / CI Deps (push) Has been cancelled
CI / Test Package (push) Has been cancelled
CI / Test Salt (push) Has been cancelled
CI / Combine Code Coverage (push) Has been cancelled
CI / Set the Pipeline Exit Status (push) Has been cancelled
Correctly handle the systemd-detect-virt output to identify a Podman
container running systemd as what it is instead of as a physical machine.

Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
2025-02-26 14:04:01 -07:00
Daniel A. Wozniak
d09a741c4e Pull in restart workflow changes from master
Some checks are pending
CI / Prepare Workflow Run (push) Waiting to run
CI / Pre-Commit (push) Blocked by required conditions
CI / Lint (push) Blocked by required conditions
CI / NSIS Tests (push) Blocked by required conditions
CI / Prepare Release: (push) Blocked by required conditions
CI / Documentation (push) Blocked by required conditions
CI / Build Source Tarball (push) Blocked by required conditions
CI / Build Onedir Dependencies (push) Blocked by required conditions
CI / Build Salt Onedir (push) Blocked by required conditions
CI / Build Packages (push) Blocked by required conditions
CI / CI Deps (push) Blocked by required conditions
CI / Test Package (push) Blocked by required conditions
CI / Test Salt (push) Blocked by required conditions
CI / Combine Code Coverage (push) Blocked by required conditions
CI / Set the Pipeline Exit Status (push) Blocked by required conditions
2025-02-25 16:15:12 -07:00
David Murphy
c16232efad Getting nightly builds running again for 3006.x 2025-02-25 16:00:34 -07:00
Daniel A. Wozniak
5e19e2db18 more pre-commmit fixes 2025-02-21 03:05:01 -07:00
Daniel A. Wozniak
b5b850167b Fix pre-commit 2025-02-20 23:50:36 -07:00
David Murphy
3f2b63f5bc Added blank line to force rebuild 2025-02-20 14:40:58 -07:00
David Murphy
e9895ca480 Revert change, wrong issue branch was used 2025-02-20 14:40:58 -07:00
David Murphy
4fe15bc4fa Attempt to use python3 provided by relenv 2025-02-20 14:40:58 -07:00
David Murphy
81885bace3 Added changelog entry 2025-02-20 14:40:58 -07:00
David Murphy
784dea3884 Restored support for Python 3.9 to test if build now completes successfully 2025-02-20 14:40:58 -07:00
David Murphy
17d2ceb2e8 Removing support for Python 3.7, 3.8 nd 3.9 from pre-commit 2025-02-20 14:40:58 -07:00
Daniel Wozniak
fa82e19f2b
Merge pull request #67756 from dmurphy18/fix_changelog
Corrected the issue number for changelog file
2025-02-20 09:59:26 -07:00
David Murphy
3b4094073e
Corrected the issue number for changelog file 2025-02-20 07:56:01 -07:00