Commit graph

615 commits

Author SHA1 Message Date
Daniel A. Wozniak
a26ffafd46 Fix pkg step name for linux 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
70e302b938 meh 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
0ef6d70bc0 disable jobs 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
e76ab0f5f8 Fix matrix again 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
fa6faa97ab pkg matrix fix for arm 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
99aa11cdc1 expand on job names 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
85c04c5088 meh 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
cbc94c9b21 meh 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
c5c71c3637 Add config workflow step 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
0f6fb92673 Fix runner check 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
ffd0972456 Do not run arm but run x86 always 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
db278b4fc9 Skip arm64 packages tests when no arm runner configured 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
00df4de895 remove some debugging 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
a5960cab09 reduce mandatory 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
7f280c3515 Add build-matrix 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
cfe0a94909 Fix self hosted vs github hosted 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
d03d2fb7c9 Systemd container rename 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
f334b77d26 Do not mount volumes 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
4343d8f0c0 Skip downgrade tests on windows 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
25f723adf8 More package tests 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
e40e052805 Try systemd containers 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
f79944f89c Enable more containers for pkg tests 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
04e9b30c82 fix photon container name 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
e765ddd847 More testing containers 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
8855eaa5d3 Use rocky linux 8 too 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
703ca1b830 Use distro slug for windows packages 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
a133e32421 Add rockylinux containers 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
4f9db07142 meh 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
db8b24eb53 Meh 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
454cb18435 Show sys info fix 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
43b75c6cae Less macos 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
aaeebbd0a1 Less macos 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
b4d410eec0 No longer use sudo 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
6b926facd6 Disable more OSes for package tests 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
b55c578c1a Disable most of linux and all of mac 2024-12-17 13:24:51 -07:00
Daniel Dehennin
6e4f178ba2 Remove expand_classes_in_order from missing_docstrings 2024-10-21 14:15:41 -07:00
David Murphy
1cf5424953 Force skip_code_coverage to True 2024-10-03 09:11:01 -07:00
David Murphy
cbacd30640 Turn off code coverage in tests 2024-10-03 09:11:01 -07:00
ScriptAutomate
77260acfd5 Drop Arch Linux; update latest golden images 2024-09-18 09:41:24 -07:00
ScriptAutomate
c222b6e978 Remove epub generation for docs 2024-08-08 14:36:04 -07:00
David Murphy
102afa6ac9 Minor cleanup of commented out code 2024-07-15 14:21:02 -07:00
David Murphy
f742ecda0e Futher removal of support for Salt 3005 2024-07-15 14:21:02 -07:00
David Murphy
ac20d2fd75 Attempting to allow for upgrade and downgrade tests 2024-07-15 14:21:02 -07:00
ScriptAutomate
1b39837f34 Use older Linux OS for wider CI deps compatibility 2024-06-18 22:15:38 -07:00
ScriptAutomate
10dce329d5 Drop CentOS 7 support; Package with Rocky Linux 9 2024-06-12 09:13:26 -07:00
ScriptAutomate
38faa6806b
Migrate to new internal pypi proxy 2024-05-29 10:27:06 -05:00
Pedro Algarvio
ae0e579747 Improve/fix the condition of when the reports jobs run 2024-05-17 18:03:03 +01:00
Shane Lee
45c56b0033 Fix issues with the cmd module on Windows
stderr is no longer piped to stdout by default for cmd.run
Scripts are called using the -File paramter for powershell.exe
stderr is cleared if it contains CLIXML (only for encoded commands)
cmd.powershell now accepts lists as commands
Makes sure returned JSON data is valid before trying to load it
Strips whitespace from the stdout in win_runas
2024-05-14 21:15:16 +01:00
ScriptAutomate
457dfa6f23 Add Fedora 40 and Ubuntu 24.04 support 2024-05-13 18:31:50 +01:00
Pedro Algarvio
56729e1e3f Differentiate FIPS test runs 2024-05-13 11:22:42 +01:00