Joseph Brill
Joseph Brill
> Are we setting up an environment in these changes which is unlikely to represent the common user's? ( all the env changes for windows runners..) Perhaps. It was only...
@bdbaddog @mwichmann Where should the files `windows_ci_skip.txt` and `macos_ci_skip.txt` be moved? `PSDisableModuleAnalysisCacheCleanup` could be removed. The description makes it sound like there is an automatic powershell cache cleanup action to...
> I'm guessing the defaults to all the above are to send metrics back to MS. That is my guess as well. The MS way seems to be enable metrics...
Changes: * Optional environment variables removed from experimental workflow. * Modify windows full test workflow to run twice: 1) without optional environment variables and 2) with optional environment variables. *...
@mwichmann @bdbaddog Any chance one of you can cancel the "Full Test Suite on Windows" workflow? It has been running for more than 1hr20min. Appears to have hung more than...
No additional work planned. ~~At present, appveyor still running from earlier commit:~~ ~~https://ci.appveyor.com/project/SCons/scons/builds/52217095~~ All tests in https://github.com/SCons/scons/pull/4733/commits/6bc2185eaa7875c4afbe9492decf9b8ba4c9f449 passed.
Notes: * While the interactive tests appear to pass on windows, `test/Interactive/configure.py` failed once locally. It appears as if the stdout output was not in the order expected by the...
Two of the workflow files use python **3.11** while the other four workflow files use python **3.12**. Is this by design? | Python | Workflow | | :--: | :-...
> I'm trying to spread out the versions a bit without forcing a specific test using every supported Python version, which would be "better", but slower and eat up our...
> > The two Linux builds driven by runtest.yml should use different versions, but I was too lazy to set up the matrix, I let them be the same except...