Commit graph

119942 commits

Author SHA1 Message Date
Daniel A. Wozniak
b55c578c1a Disable most of linux and all of mac 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
6b43f5be9e Update download location 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
3e5ada781e Download from alt location 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
e8d4f2524a bump relenv version 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
feeee5f7a4 fetch correct nox tarball 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
d523b89b55 Fix decompress nox step on windows 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
1dc6f5b014 Fix decompress step 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
8c4221d125 Build windows deps on github runner 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
5483e9003e Fix nox tarball name 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
3e4b1931de Do not build 'source' packages for PRs 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
83f8ecad13 Do not install any system dependencies yet 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
923d09de1e Disable more s3 caching 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
a9131bef9a revert cache change 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
824edae576 no container 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
40b1a4b66f check python binary 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
5c732df550 be more specific with python version 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
452acf103b Migrate windows to gh runners 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
811551a91c Setup python 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
83c90d933e wean of aws bits 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
704adde6e3 Do not use tools vm for deps ci action 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
69df1dcff8 Disable s3 cache for build deps ci 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
aad3905022 Change template not generated files 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
089c82bfca Fix workflow name 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
34cac3c7e1 Add test-action-linux-ng.yml 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
e693ff5fa0 Migrate build deps ci action 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
9a349669f5 Build packages on gh runners 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
c51306aca7 Set use s3 cache env to false 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
b9d16fa14d Fix download location 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
9ef8f4f041 Update constraints for python 3.12 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
69de3682f0 Disable more caches 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
88a2ae707f Do not cache relenv for now 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
de1079df1d Migrate build-deps-onedir step to gh runners 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
3f71f85c51 Add runners to linter and disbale cache for salt onedir builds 2024-12-17 13:24:51 -07:00
Daniel A. Wozniak
2b600fb4c4 Add some gh runners 2024-12-17 13:24:51 -07:00
twangboy
0794878e79 Add some debugging for macOS failures 2024-10-30 14:32:25 -07:00
twangboy
1168334a40 Handle zombie processes when getting pids 2024-10-29 09:13:34 -07:00
Daniel Wozniak
2d110410d1
Merge pull request #67007 from twangboy/disable_gatekeeper
[3006.x] Disable gatekeeper before running package tests
2024-10-28 14:19:32 -07:00
twangboy
2623926be9
Disable gatekeeper before running package tests 2024-10-28 10:03:04 -06:00
jeanluc
fd7b0dcea2 Filter unpicklable objects from the context dict when necessary 2024-10-25 04:45:35 -07:00
jeanluc
a27549800b Add test for issue #66999 2024-10-25 04:45:35 -07:00
jeanluc
c4361cf828 Ensure injected globals are defined on spawning platforms
This ensures dunders like __env__ are defined in states running in
parallel on spawning platforms.

The __running__ dict can contain salt.utils.process.Process instances,
which are still picklable.
2024-10-25 04:45:35 -07:00
jeanluc
0e3d73e35e Fix parallel states on spawning platforms in general
This was introduced by https://github.com/saltstack/salt/pull/66517

`__invocation_jid` is rewriten to `_State__invocation_id`, making
`cls(**init_kwargs)` fail with a TypeError (unexpected argument
`__invocation_jid` (this behavior is called name mangling).
2024-10-25 04:45:35 -07:00
jeanluc
931e4632ce Add test for issue #66996 2024-10-25 04:45:35 -07:00
David Murphy
ed89424059 Updated selinux commands and tests after reviewer comments, need the extra space 2024-10-24 08:57:52 -07:00
David Murphy
d19258590b Adjusted selinux and tests for egrep to grep -E 2024-10-24 08:57:52 -07:00
David Murphy
c61822fbd9 Updates due to pytest-shell-utilities and psutil version updates 2024-10-24 08:57:52 -07:00
David Murphy
bbd061b47b Forcing rebuild 2024-10-24 08:57:52 -07:00
David Murphy
a8a73c40f5 Revert psutil dependency back to greater than 5.0.0 2024-10-24 08:57:52 -07:00
David Murphy
e4b4f571f5 Fix nightly builds and update psutil to 6.0.0 or greater 2024-10-24 08:57:52 -07:00
Shane Lee
eee8215933 Skip tests unless on Linux 2024-10-21 14:17:14 -07:00