From 76c3e91b1fa3bc47950c355b8c7d4963af073789 Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 11 Mar 2022 11:45:45 -0800 Subject: [PATCH] Bump timeout to 45 minutes With a 30 minute timeout, we were getting some cancelled runs. This should fix it. --- .github/workflows/__analyze-ref-input.yml | 2 +- .github/workflows/__debug-artifacts.yml | 2 +- .github/workflows/__extractor-ram-threads.yml | 2 +- .github/workflows/__go-custom-queries.yml | 2 +- .../__go-custom-tracing-autobuild.yml | 2 +- .github/workflows/__go-custom-tracing.yml | 2 +- .../workflows/__javascript-source-root.yml | 2 +- .../workflows/__multi-language-autodetect.yml | 2 +- .../__packaging-config-inputs-js.yml | 2 +- .github/workflows/__packaging-config-js.yml | 2 +- .github/workflows/__packaging-inputs-js.yml | 2 +- .github/workflows/__remote-config.yml | 2 +- .../workflows/__rubocop-multi-language.yml | 2 +- .github/workflows/__split-workflow.yml | 2 +- .github/workflows/__test-local-codeql.yml | 2 +- .github/workflows/__test-proxy.yml | 2 +- .github/workflows/__test-ruby.yml | 2 +- .github/workflows/__unset-environment.yml | 2 +- .github/workflows/__upload-ref-sha-input.yml | 2 +- .github/workflows/pr-checks.yml | 32 +++++++++---------- .github/workflows/python-deps.yml | 2 +- .github/workflows/release-runner.yml | 2 +- .github/workflows/split.yml | 2 +- .github/workflows/update-dependencies.yml | 2 +- .github/workflows/update-release-branch.yml | 2 +- ...e-supported-enterprise-server-versions.yml | 2 +- pr-checks/sync.py | 2 +- 27 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index af8855393..a9eb88c20 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -65,7 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: "Analyze: 'ref' and 'sha' from inputs" - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__debug-artifacts.yml b/.github/workflows/__debug-artifacts.yml index 12f0344ae..01ca00e8c 100644 --- a/.github/workflows/__debug-artifacts.yml +++ b/.github/workflows/__debug-artifacts.yml @@ -49,7 +49,7 @@ jobs: - os: macos-latest version: nightly-latest name: Debug artifact upload - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__extractor-ram-threads.yml b/.github/workflows/__extractor-ram-threads.yml index 62cfbd75c..419df5ca0 100644 --- a/.github/workflows/__extractor-ram-threads.yml +++ b/.github/workflows/__extractor-ram-threads.yml @@ -27,7 +27,7 @@ jobs: - os: ubuntu-latest version: latest name: Extractor ram and threads options test - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 2b5af1465..7c7bc166f 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -65,7 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: 'Go: Custom queries' - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__go-custom-tracing-autobuild.yml b/.github/workflows/__go-custom-tracing-autobuild.yml index 326d340e3..476e77e98 100644 --- a/.github/workflows/__go-custom-tracing-autobuild.yml +++ b/.github/workflows/__go-custom-tracing-autobuild.yml @@ -49,7 +49,7 @@ jobs: - os: macos-latest version: nightly-latest name: 'Go: Autobuild custom tracing' - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__go-custom-tracing.yml b/.github/workflows/__go-custom-tracing.yml index 11e994b55..79027d017 100644 --- a/.github/workflows/__go-custom-tracing.yml +++ b/.github/workflows/__go-custom-tracing.yml @@ -65,7 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: 'Go: Custom tracing' - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index 8df0a79e9..23fea03a3 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -31,7 +31,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: Custom source root - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 132669557..7cf4ee30b 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -49,7 +49,7 @@ jobs: - os: macos-latest version: nightly-latest name: Multi-language repository - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index 89db9b8f7..49e45dc7c 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -29,7 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: 'Packaging: Config and input' - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index 2a7ead371..3cec3d0d1 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -29,7 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: 'Packaging: Config file' - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index a542a3282..cfb4b57c4 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -29,7 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: 'Packaging: Action input' - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index c60d2cd86..bd36d3f73 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -65,7 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: Remote config file - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index 27a7c94ea..39c29be32 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -37,7 +37,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: RuboCop multi-language - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index cc3a0672e..c2d4b20c0 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -29,7 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: Split workflow - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index 1608cd2a0..e812114a4 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -27,7 +27,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: Local CodeQL bundle - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index cef69e4e7..57aeb4c69 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -27,7 +27,7 @@ jobs: - os: ubuntu-latest version: latest name: Proxy test - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__test-ruby.yml b/.github/workflows/__test-ruby.yml index 03b45bea4..2b9aed876 100644 --- a/.github/workflows/__test-ruby.yml +++ b/.github/workflows/__test-ruby.yml @@ -37,7 +37,7 @@ jobs: - os: macos-latest version: nightly-latest name: Ruby analysis - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 76dd83d9a..cd3b17320 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -37,7 +37,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: Test unsetting environment variables - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index fb24f38a4..327d59dd8 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -65,7 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: "Upload-sarif: 'ref' and 'sha' from inputs" - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index cc2a7c813..136935151 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -13,7 +13,7 @@ jobs: lint-js: name: Lint runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v2 @@ -22,7 +22,7 @@ jobs: check-js: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v2 @@ -32,7 +32,7 @@ jobs: check-node-modules: name: Check modules up to date runs-on: macos-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v2 @@ -42,7 +42,7 @@ jobs: verify-pr-checks: name: Verify PR checks up to date runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v2 @@ -64,7 +64,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v2 @@ -74,7 +74,7 @@ jobs: runner-analyze-javascript-ubuntu: name: Runner ubuntu JS analyze needs: [check-js, check-node-modules] - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ubuntu-latest steps: @@ -103,7 +103,7 @@ jobs: runner-analyze-javascript-windows: name: Runner windows JS analyze needs: [check-js, check-node-modules] - timeout-minutes: 30 + timeout-minutes: 45 runs-on: windows-latest steps: @@ -128,7 +128,7 @@ jobs: runner-analyze-javascript-macos: name: Runner macos JS analyze needs: [check-js, check-node-modules] - timeout-minutes: 30 + timeout-minutes: 45 runs-on: macos-latest steps: @@ -153,7 +153,7 @@ jobs: runner-analyze-csharp-ubuntu: name: Runner ubuntu C# analyze needs: [check-js, check-node-modules] - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ubuntu-latest steps: @@ -193,7 +193,7 @@ jobs: needs: [check-js, check-node-modules] # Build tracing currently does not support Windows 2022, so use `windows-2019` instead of # `windows-latest`. - timeout-minutes: 30 + timeout-minutes: 45 runs-on: windows-2019 steps: @@ -238,7 +238,7 @@ jobs: runner-analyze-csharp-macos: name: Runner macos C# analyze - timeout-minutes: 30 + timeout-minutes: 45 needs: [check-js, check-node-modules] runs-on: macos-latest @@ -277,7 +277,7 @@ jobs: runner-analyze-csharp-autobuild-ubuntu: name: Runner ubuntu autobuild C# analyze - timeout-minutes: 30 + timeout-minutes: 45 needs: [check-js, check-node-modules] runs-on: ubuntu-latest @@ -313,7 +313,7 @@ jobs: TEST_MODE: true runner-analyze-csharp-autobuild-windows: - timeout-minutes: 30 + timeout-minutes: 45 name: Runner windows autobuild C# analyze needs: [check-js, check-node-modules] # Build tracing currently does not support Windows 2022, so use `windows-2019` instead of @@ -356,7 +356,7 @@ jobs: name: Runner macos autobuild C# analyze needs: [check-js, check-node-modules] runs-on: macos-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v2 @@ -394,7 +394,7 @@ jobs: name: Runner upload sarif needs: [check-js, check-node-modules] runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id }} @@ -417,7 +417,7 @@ jobs: name: Runner ubuntu extractor RAM and threads options needs: [check-js, check-node-modules] runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index 9542ea493..220cebb20 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -10,7 +10,7 @@ on: jobs: test-setup-python-scripts: - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/release-runner.yml b/.github/workflows/release-runner.yml index 3a59525c7..978fb0560 100644 --- a/.github/workflows/release-runner.yml +++ b/.github/workflows/release-runner.yml @@ -9,7 +9,7 @@ on: jobs: release-runner: - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ubuntu-latest env: RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}" diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index 1bedb5bef..261fb81d2 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -26,7 +26,7 @@ on: jobs: build: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 45 env: CLI_RELEASE: "${{ github.event.inputs.cli-release }}" RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}" diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 515f75199..8259a779b 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -6,7 +6,7 @@ on: jobs: update: name: Update dependencies - timeout-minutes: 30 + timeout-minutes: 45 runs-on: macos-latest if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && (github.event.pull_request.head.repo.full_name == 'github/codeql-action') steps: diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index cabc59591..b0cb714ca 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -9,7 +9,7 @@ on: jobs: update: - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ubuntu-latest if: ${{ github.repository == 'github/codeql-action' }} steps: diff --git a/.github/workflows/update-supported-enterprise-server-versions.yml b/.github/workflows/update-supported-enterprise-server-versions.yml index 86eae958d..dbcce2cb4 100644 --- a/.github/workflows/update-supported-enterprise-server-versions.yml +++ b/.github/workflows/update-supported-enterprise-server-versions.yml @@ -6,7 +6,7 @@ on: jobs: update-supported-enterprise-server-versions: - timeout-minutes: 30 + timeout-minutes: 45 runs-on: ubuntu-latest if: ${{ github.repository == 'github/codeql-action' }} diff --git a/pr-checks/sync.py b/pr-checks/sync.py index beb1d4dfd..4d1a6aca7 100644 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -85,7 +85,7 @@ def writeHeader(checkStream): } }, 'name': checkSpecification['name'], - 'timeout-minutes': 30, + 'timeout-minutes': 45, 'runs-on': '${{ matrix.os }}', 'steps': steps }