Commit graph

181 commits

Author SHA1 Message Date
Daniel A. Wozniak
be450ab3f1 Skip jobs when they are not needed 2025-02-05 14:13:12 -07:00
Daniel A. Wozniak
d9167652e5 Clean up if syntax 2025-02-05 14:13:12 -07:00
Twangboy
60a9edf235 Final fix for test_script failures 2025-01-27 14:51:37 -07:00
Twangboy
ab900b9375 Make action use powershell, not pwsh or core 2025-01-27 14:51:37 -07:00
Twangboy
48647c2080 Try setting PSModulePath to empty 2025-01-27 14:51:37 -07:00
Twangboy
df03e6f985 Try setting AZP_AGENT_CLEANUP_PSMODULES_IN_POWERHELL 2025-01-27 14:51:37 -07:00
Twangboy
630f979214 Display Windows Environment Variables 2025-01-27 14:51:37 -07:00
Daniel A. Wozniak
2b45cd6ee5 Skip report steps for now 2025-01-26 15:47:42 -07:00
Daniel A. Wozniak
cec866179b Fix test step label 2025-01-26 15:47:42 -07:00
Daniel A. Wozniak
c7a45fd32d Add identifier for arm runs 2025-01-24 00:08:39 -07:00
Daniel A. Wozniak
b02788ed00 Use setup python, again 2025-01-23 16:36:35 -07:00
Daniel A. Wozniak
d4aa4e7b3b Move linux arm into it's own matrix 2025-01-23 16:36:35 -07:00
Daniel A. Wozniak
23785aecc5 Make linux_arm_runner required 2025-01-23 16:36:35 -07:00
Daniel A. Wozniak
ca4b04b730 The macOS-12 environment is deprecated 2025-01-23 16:36:35 -07:00
Daniel A. Wozniak
ac8d40735e Public repositores can use github's arm runners 2025-01-23 16:36:35 -07:00
Barney Sowood
2da58365e9 Set TMPDIR to $RUNNER_TEMP
Sets the TMPDIR environment variable to the value of $RUNNER_TEMP, which
should point to a suitable temp dir for runner operations. On windows
runners, this should be on the same disk volume as the checked out repo
and the root for pytest-salt-factories masters and minions.
2025-01-22 12:57:32 -07:00
Daniel A. Wozniak
306bdf8425 Configure apparmor 2025-01-15 18:37:38 -07:00
Daniel A. Wozniak
76e3e36e39 Fix test failures, use overlay 2025-01-14 02:45:59 -07:00
Daniel A. Wozniak
5dd5b891f0 Include test group name in artifacts 2025-01-12 02:45:52 -07:00
Daniel A. Wozniak
028dae8379 Remove cruft 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
277b24e4a1 Show free memory and test fix 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
8b98b7990b Add docker inspect and add ulimit to container create 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
8f97ff4c59 Upload artifact name fix 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
faecc6d48c Unit test fix and artifact name correction 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
f7e331a746 Revert single test change 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
2e6671cf86 Check test 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
9ead172225 Add host network config 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
f2046b3a71 Try setting network mtu to fix tests 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
81ccaa9087 use sudo to re-configure docker 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
f9f3439835 attempt to fix docker in docker issues on some os 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
b24bb0811f test without network 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
0d6f1857ec Show container processes for debugging 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
96a1813845 Add network info to test action 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
7167affa28 Do not mount docker socket 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
4923a9888b Add debug docker config 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
5e96a196f7 Mount less volumes 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
5ccf6609b3 Bump github runner to ubunutu 22.04 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
859f05b6d0 More agressive disk space management 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
650ddea75d Set shell to fix tests/integration/shell/test_enabled.py::EnabledTest::test_shell_default_enabled 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
189cfec727 Add skip initial onedir env variable to mac and linux 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
6532b89405 Fix create container step 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
adffaca779 Add skip inital onedir failures like tools did 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
96ecd10fda More info in job names 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
fb585ecb2c Add groups for windows and mac 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
90e6d25762 Add back groups for full test runs 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
3d3aa30f45 Add LANG environment for ansible tests 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
210603f915 Add free space checks 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
e317c8b601 Make ipv6 network for test containers 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
4848c2a76b List networks to see if an ipv6 one exists already 2025-01-11 15:25:01 -07:00
Daniel A. Wozniak
03ba74a94f Add more environment variables for tests 2024-12-19 17:56:51 -07:00