From c59e05245f8b6b3ced07d49b4726f53ff08fa072 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 10 May 2024 16:24:22 +0100 Subject: [PATCH] Disable fail fast in generated workflows --- .github/workflows/__all-platform-bundle.yml | 1 + .github/workflows/__analyze-ref-input.yml | 1 + .github/workflows/__autobuild-action.yml | 1 + .github/workflows/__autobuild-direct-tracing.yml | 1 + .github/workflows/__build-mode-autobuild.yml | 1 + .github/workflows/__build-mode-manual.yml | 1 + .github/workflows/__build-mode-none.yml | 1 + .github/workflows/__build-mode-rollback.yml | 1 + .github/workflows/__config-export.yml | 1 + .github/workflows/__config-input.yml | 1 + .github/workflows/__cpp-deptrace-disabled.yml | 1 + .github/workflows/__cpp-deptrace-enabled-on-macos.yml | 1 + .github/workflows/__cpp-deptrace-enabled.yml | 1 + .github/workflows/__diagnostics-export.yml | 1 + .github/workflows/__export-file-baseline-information.yml | 1 + .github/workflows/__extractor-ram-threads.yml | 1 + .github/workflows/__go-custom-queries.yml | 1 + .../workflows/__go-indirect-tracing-workaround-diagnostic.yml | 1 + .../__go-indirect-tracing-workaround-no-file-program.yml | 1 + .github/workflows/__go-indirect-tracing-workaround.yml | 1 + .github/workflows/__go-tracing-autobuilder.yml | 1 + .github/workflows/__go-tracing-custom-build-steps.yml | 1 + .github/workflows/__go-tracing-legacy-workflow.yml | 1 + .github/workflows/__init-with-registries.yml | 1 + .github/workflows/__javascript-source-root.yml | 1 + .github/workflows/__language-aliases.yml | 1 + .github/workflows/__multi-language-autodetect.yml | 1 + .github/workflows/__packaging-codescanning-config-inputs-js.yml | 1 + .github/workflows/__packaging-config-inputs-js.yml | 1 + .github/workflows/__packaging-config-js.yml | 1 + .github/workflows/__packaging-inputs-js.yml | 1 + .github/workflows/__remote-config.yml | 1 + .github/workflows/__resolve-environment-action.yml | 1 + .github/workflows/__rubocop-multi-language.yml | 1 + .github/workflows/__ruby.yml | 1 + .github/workflows/__scaling-reserved-ram.yml | 1 + .github/workflows/__split-workflow.yml | 1 + .github/workflows/__submit-sarif-failure.yml | 1 + .github/workflows/__swift-custom-build.yml | 1 + .github/workflows/__test-autobuild-working-dir.yml | 1 + .github/workflows/__test-local-codeql.yml | 1 + .github/workflows/__test-proxy.yml | 1 + .github/workflows/__unset-environment.yml | 1 + .github/workflows/__upload-ref-sha-input.yml | 1 + .github/workflows/__with-checkout-path.yml | 1 + pr-checks/sync.py | 1 + 46 files changed, 46 insertions(+) diff --git a/.github/workflows/__all-platform-bundle.yml b/.github/workflows/__all-platform-bundle.yml index 97ef0709cd..8f79729e9c 100644 --- a/.github/workflows/__all-platform-bundle.yml +++ b/.github/workflows/__all-platform-bundle.yml @@ -25,6 +25,7 @@ on: jobs: all-platform-bundle: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index b8f6fa6916..5326cf786f 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -25,6 +25,7 @@ on: jobs: analyze-ref-input: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__autobuild-action.yml b/.github/workflows/__autobuild-action.yml index 300a4a8e78..b5016aa39c 100644 --- a/.github/workflows/__autobuild-action.yml +++ b/.github/workflows/__autobuild-action.yml @@ -25,6 +25,7 @@ on: jobs: autobuild-action: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__autobuild-direct-tracing.yml b/.github/workflows/__autobuild-direct-tracing.yml index 4414ab6a21..dc04870437 100644 --- a/.github/workflows/__autobuild-direct-tracing.yml +++ b/.github/workflows/__autobuild-direct-tracing.yml @@ -25,6 +25,7 @@ on: jobs: autobuild-direct-tracing: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__build-mode-autobuild.yml b/.github/workflows/__build-mode-autobuild.yml index 4926315f92..7169d84f12 100644 --- a/.github/workflows/__build-mode-autobuild.yml +++ b/.github/workflows/__build-mode-autobuild.yml @@ -25,6 +25,7 @@ on: jobs: build-mode-autobuild: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__build-mode-manual.yml b/.github/workflows/__build-mode-manual.yml index 3bc3453a43..fc40744e79 100644 --- a/.github/workflows/__build-mode-manual.yml +++ b/.github/workflows/__build-mode-manual.yml @@ -25,6 +25,7 @@ on: jobs: build-mode-manual: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__build-mode-none.yml b/.github/workflows/__build-mode-none.yml index c607d45f6a..7c1fec9b30 100644 --- a/.github/workflows/__build-mode-none.yml +++ b/.github/workflows/__build-mode-none.yml @@ -25,6 +25,7 @@ on: jobs: build-mode-none: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__build-mode-rollback.yml b/.github/workflows/__build-mode-rollback.yml index 94d494bf27..fb52a7c881 100644 --- a/.github/workflows/__build-mode-rollback.yml +++ b/.github/workflows/__build-mode-rollback.yml @@ -25,6 +25,7 @@ on: jobs: build-mode-rollback: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__config-export.yml b/.github/workflows/__config-export.yml index f574d9e5b3..0f118c00e2 100644 --- a/.github/workflows/__config-export.yml +++ b/.github/workflows/__config-export.yml @@ -25,6 +25,7 @@ on: jobs: config-export: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__config-input.yml b/.github/workflows/__config-input.yml index f5f307459f..98cff8f367 100644 --- a/.github/workflows/__config-input.yml +++ b/.github/workflows/__config-input.yml @@ -25,6 +25,7 @@ on: jobs: config-input: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__cpp-deptrace-disabled.yml b/.github/workflows/__cpp-deptrace-disabled.yml index 79e06ca4c6..d344f72ea3 100644 --- a/.github/workflows/__cpp-deptrace-disabled.yml +++ b/.github/workflows/__cpp-deptrace-disabled.yml @@ -25,6 +25,7 @@ on: jobs: cpp-deptrace-disabled: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml index 423e024447..ec46f3520b 100644 --- a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml +++ b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml @@ -25,6 +25,7 @@ on: jobs: cpp-deptrace-enabled-on-macos: strategy: + fail-fast: false matrix: include: - os: macos-latest diff --git a/.github/workflows/__cpp-deptrace-enabled.yml b/.github/workflows/__cpp-deptrace-enabled.yml index 719b70b1b5..98d29a3918 100644 --- a/.github/workflows/__cpp-deptrace-enabled.yml +++ b/.github/workflows/__cpp-deptrace-enabled.yml @@ -25,6 +25,7 @@ on: jobs: cpp-deptrace-enabled: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__diagnostics-export.yml b/.github/workflows/__diagnostics-export.yml index f2180048c9..492fc9425c 100644 --- a/.github/workflows/__diagnostics-export.yml +++ b/.github/workflows/__diagnostics-export.yml @@ -25,6 +25,7 @@ on: jobs: diagnostics-export: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 73dfc21fc9..227db003c9 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -25,6 +25,7 @@ on: jobs: export-file-baseline-information: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__extractor-ram-threads.yml b/.github/workflows/__extractor-ram-threads.yml index e6496c4417..d098207a71 100644 --- a/.github/workflows/__extractor-ram-threads.yml +++ b/.github/workflows/__extractor-ram-threads.yml @@ -25,6 +25,7 @@ on: jobs: extractor-ram-threads: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 0642f21bb5..ed9894436f 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -25,6 +25,7 @@ on: jobs: go-custom-queries: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index 123ee2031d..11701adf22 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -25,6 +25,7 @@ on: jobs: go-indirect-tracing-workaround-diagnostic: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml index 81a8cd00f2..34568d08db 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml @@ -25,6 +25,7 @@ on: jobs: go-indirect-tracing-workaround-no-file-program: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index 68ee941a1d..e13b41ae81 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -25,6 +25,7 @@ on: jobs: go-indirect-tracing-workaround: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index dd169cae64..d4f0dfb68c 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -25,6 +25,7 @@ on: jobs: go-tracing-autobuilder: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index baad79a538..776ea250ee 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -25,6 +25,7 @@ on: jobs: go-tracing-custom-build-steps: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 0c7db53026..09d882c8e8 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -25,6 +25,7 @@ on: jobs: go-tracing-legacy-workflow: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__init-with-registries.yml b/.github/workflows/__init-with-registries.yml index 0aebd90530..4035d7bba7 100644 --- a/.github/workflows/__init-with-registries.yml +++ b/.github/workflows/__init-with-registries.yml @@ -25,6 +25,7 @@ on: jobs: init-with-registries: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index 58387d96a5..d5017ecf2b 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -25,6 +25,7 @@ on: jobs: javascript-source-root: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__language-aliases.yml b/.github/workflows/__language-aliases.yml index 726e26dd29..5dad1c8dbe 100644 --- a/.github/workflows/__language-aliases.yml +++ b/.github/workflows/__language-aliases.yml @@ -25,6 +25,7 @@ on: jobs: language-aliases: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index c412cbd44f..618567e453 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -25,6 +25,7 @@ on: jobs: multi-language-autodetect: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__packaging-codescanning-config-inputs-js.yml b/.github/workflows/__packaging-codescanning-config-inputs-js.yml index c3cab4dd3a..3e6a7b7099 100644 --- a/.github/workflows/__packaging-codescanning-config-inputs-js.yml +++ b/.github/workflows/__packaging-codescanning-config-inputs-js.yml @@ -25,6 +25,7 @@ on: jobs: packaging-codescanning-config-inputs-js: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index 20cb46dbab..8c2fa360ec 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -25,6 +25,7 @@ on: jobs: packaging-config-inputs-js: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index d9eea3cedf..a6e7cf4a7a 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -25,6 +25,7 @@ on: jobs: packaging-config-js: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 341be55658..6147a72f95 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -25,6 +25,7 @@ on: jobs: packaging-inputs-js: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index d75ad45079..5e416ad848 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -25,6 +25,7 @@ on: jobs: remote-config: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index 982e38f25f..3a93a3585d 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -25,6 +25,7 @@ on: jobs: resolve-environment-action: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index 824ee1f4f8..fd66a1385f 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -25,6 +25,7 @@ on: jobs: rubocop-multi-language: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__ruby.yml b/.github/workflows/__ruby.yml index e1fb71a2b9..81228eb550 100644 --- a/.github/workflows/__ruby.yml +++ b/.github/workflows/__ruby.yml @@ -25,6 +25,7 @@ on: jobs: ruby: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__scaling-reserved-ram.yml b/.github/workflows/__scaling-reserved-ram.yml index 4a3d10a3ab..4c4b02f684 100644 --- a/.github/workflows/__scaling-reserved-ram.yml +++ b/.github/workflows/__scaling-reserved-ram.yml @@ -25,6 +25,7 @@ on: jobs: scaling-reserved-ram: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index f3ae5eff7f..eab78fc931 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -25,6 +25,7 @@ on: jobs: split-workflow: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__submit-sarif-failure.yml b/.github/workflows/__submit-sarif-failure.yml index 35c56b83e5..934ad57ac9 100644 --- a/.github/workflows/__submit-sarif-failure.yml +++ b/.github/workflows/__submit-sarif-failure.yml @@ -25,6 +25,7 @@ on: jobs: submit-sarif-failure: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index e1d87d4a9f..60560f2b50 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -25,6 +25,7 @@ on: jobs: swift-custom-build: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__test-autobuild-working-dir.yml b/.github/workflows/__test-autobuild-working-dir.yml index 6d02c1771f..58a5ed2cf5 100644 --- a/.github/workflows/__test-autobuild-working-dir.yml +++ b/.github/workflows/__test-autobuild-working-dir.yml @@ -25,6 +25,7 @@ on: jobs: test-autobuild-working-dir: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index 7992c812f0..2f045b7aa8 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -25,6 +25,7 @@ on: jobs: test-local-codeql: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index 176ed682d1..1898f18462 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -25,6 +25,7 @@ on: jobs: test-proxy: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 21cbcd71fa..7d2e3a9740 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -25,6 +25,7 @@ on: jobs: unset-environment: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index f1430cc92f..1eb626750e 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -25,6 +25,7 @@ on: jobs: upload-ref-sha-input: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index a4524d0c0c..611e2b8757 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -25,6 +25,7 @@ on: jobs: with-checkout-path: strategy: + fail-fast: false matrix: include: - os: ubuntu-latest diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 00c8ac6c5b..4afab344b4 100755 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -117,6 +117,7 @@ def writeHeader(checkStream): checkJob = { 'strategy': { + 'fail-fast': False, 'matrix': { 'include': matrix }