Daniel A. Wozniak
1752967e5b
Use python 3.11 to generate test matrix
2024-10-14 22:47:29 -07:00
Daniel A. Wozniak
9e4a11aae2
Use python 3.11 for building docs
2024-10-14 22:47:29 -07:00
twangboy
08e56a130a
Fix some more windows tests
2024-10-09 09:10:58 -07:00
twangboy
ec83f5d506
Fix win_file tests
2024-10-09 09:10:58 -07:00
Daniel A. Wozniak
fc8d60d137
Upgrade relenv to 0.17.3 and python to 3.10.15
2024-10-09 09:10:58 -07:00
David Murphy
a90e6b3b23
Alter nightly and scheduled builds to skip-code-coverage true
2024-10-04 15:09:58 -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
David Murphy
e5a6987af1
Further attempts to resolve not succeeding first time through
2024-10-03 09:11:01 -07:00
David Murphy
f1483714ea
Adjusting code coverage actions
2024-10-03 09:11:01 -07:00
David Murphy
e02ed441fd
Including hiddne-files and merging multiple on the downloads
2024-10-03 09:11:01 -07:00
David Murphy
88bd13e859
Bumped to 60
2024-10-03 09:11:01 -07:00
David Murphy
72f8550981
Revert sleep time from 20 to 30 which previously succeeded
2024-10-03 09:11:01 -07:00
David Murphy
ea019ef27b
Cleaning up from forced rebuild
2024-10-03 09:11:01 -07:00
David Murphy
b9db5d3270
WIP Forcing rebuild
2024-10-03 09:11:01 -07:00
David Murphy
14f5bf9658
Fix bad cut & paste
2024-10-03 09:11:01 -07:00
David Murphy
6cd37bf16f
Updated package actions to sleep 20 before trying to merge artifacts
2024-10-03 09:11:01 -07:00
David Murphy
a8b56bd2bc
Moved wait for packages
2024-10-03 09:11:01 -07:00
David Murphy
c7b6101855
Initial debug for Windows Package test failures
2024-10-03 09:11:01 -07:00
vzhestkov
36626d8d4f
Prevent using SyncWrapper with no reason
2024-09-30 15:08:09 -07:00
vzhestkov
ee4d5321f2
Add 66856 changelog entry
2024-09-25 02:28:51 -07:00
vzhestkov
6976c17c8c
Add more cases to test grains.core._systemd
2024-09-25 02:28:51 -07:00
vzhestkov
47e412cc5c
Better handling output of systemctl --version
2024-09-25 02:28:51 -07:00
Daniel Wozniak
8db71dd316
Revert "Attempt to resolve test artifact flakiness"
...
This reverts commit f5c332b816
.
2024-09-24 15:19:12 -07:00
Daniel A. Wozniak
f5c332b816
Attempt to resolve test artifact flakiness
...
Adding a sleep between merging and downloading artifacts on windows.
2024-09-24 09:20:02 -07:00
Daniel A. Wozniak
64690a935c
Fix error in test suite teardown
...
The error seen was:
Exception ignored in atexit callback: <bound method DeferredStreamHandler.flush of <DeferredStreamHandler <_io.FileIO [closed]> (WARNING)>>
Traceback (most recent call last):
File "/home/dan/src/salt/salt/_logging/handlers.py", line 68, in flush
super().flush()
File "/usr/local/lib/python3.10/logging/__init__.py", line 1084, in flush
self.stream.flush()
ValueError: I/O operation on closed file.
2024-09-23 14:59:15 -07:00
Daniel A. Wozniak
d11775eeca
Upgrade relenv to 0.17.2
2024-09-23 13:56:36 -07:00
David Murphy
be33bf6dc6
Removed notifying Slack since Slack no longer used.
2024-09-23 13:46:50 -07:00
Daniel A. Wozniak
b6e3f9b2c6
Fix test on platforms that do not have cdumper
2024-09-23 01:31:53 -07:00
Daniel A. Wozniak
818dd9f827
Fix yamldumper test
2024-09-23 01:31:53 -07:00
Sebastian Engel
a9c9aa294c
doc: fix jinja.import_json module docstr
2024-09-20 14:10:31 -07:00
Tom Doherty
caf62f97bd
fix yaml output
...
In b9be2de
, OrderedDict was replaced with HashableOrderedDict.
Add logic to yamldumper to handle the new type.
2024-09-20 14:08:12 -07:00
Marek Czernek
9922b1a145
Fix yamllint tests
2024-09-20 14:06:53 -07:00
Marek Czernek
7a871376a2
Reverts changes to test_transactional_update
2024-09-20 14:06:53 -07:00
Marek Czernek
c0354fc161
Ensure venv usage
2024-09-20 14:06:53 -07:00
Shane Lee
101a773df1
Fix pre-commit
2024-09-20 14:06:53 -07:00
Marek Czernek
0675d1fec7
Remove passlib assumption from pycrypto tests
2024-09-20 14:06:53 -07:00
Marek Czernek
29d4137e0b
We depend on msgpack < 1.0.0
2024-09-20 14:06:53 -07:00
Marek Czernek
db31e2bc94
Fix test_transactional_update tests
2024-09-20 14:06:53 -07:00
Marek Czernek
bf580e6698
Make tests compatible with venv bundle
2024-09-20 14:06:53 -07:00
Shane Lee
b912817240
Fixes cmd.run with requirements on Windows
...
Formats the command properly for powershell
Adds changelog and tests
2024-09-20 14:06:53 -07:00
David Murphy
393dad1790
Removed commented out name
2024-09-20 14:06:15 -07:00
David Murphy
2db4de4170
Solve the lack of combined coverage reports
2024-09-20 14:06:15 -07:00
David Murphy
a6fff58e4a
Remove comments
2024-09-20 14:06:15 -07:00
David Murphy
6e0fc168bb
Update Windows and MacOS actions for Download Code Coverage Test Run Artifacts for merge-multiple, v4 update
2024-09-20 14:06:15 -07:00
David Murphy
51099d9901
Correct logic error - removed 'needs'
2024-09-20 14:06:15 -07:00
David Murphy
51cc9b8b2e
change to force build, since github stalled it overnight
2024-09-20 14:06:15 -07:00
David Murphy
58083b7cef
Debugging
2024-09-20 14:06:15 -07:00
David Murphy
ac09c433b3
Trying other debug methods
2024-09-20 14:06:15 -07:00
David Murphy
d77a0d5fc9
Trying including hidden files for coverage on Linux - Test
2024-09-20 14:06:15 -07:00