pulumi/.github
Thomas Gummerer 40cdf91dd5
use passed in fail-fast strategy for windows tests (#17176)
For some reason that is unclear to me we currently set the fail-fast
strategy to `inputs.fail-fast` for all types of tests apart from the
windows tests. This means we will also fail-fast these tests when
running the PR tests (where we recently started to run the windows
tests).

However on PRs it's convenient to not fail-fast, as it's useful to have
the test results for all tests, *and* for flakes not having fail-fast
enabled means fewer tests to re-run. Setting this means we'll fail-fast
wherever we fail fast for other tests (currently just in the merge queue
I believe, where we don't run the windows tests anymore), but we'll keep
running tests on PR.
2024-09-05 11:24:08 +00:00
..
ISSUE_TEMPLATE add issue template for flaky tests (#15966) 2024-04-17 07:44:40 +00:00
scripts remove changelog comment (#17053) 2024-08-26 08:02:43 +00:00
workflows use passed in fail-fast strategy for windows tests (#17176) 2024-09-05 11:24:08 +00:00
CODEOWNERS add CODEOWNERS file (#15438) 2024-02-16 11:31:23 +00:00