Skip to content

Commit a4e7f9e

Browse files
committed
five min timeout
1 parent 74da9d1 commit a4e7f9e

File tree

3 files changed

+4
-37
lines changed

3 files changed

+4
-37
lines changed

Diff for: .github/workflows/__with-checkout-path.yml

+2-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pr-checks/checks/with-checkout-path.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
3030
$CODEQL_RUNNER x/y/z/some-path/tests/multi-language-repo/build.sh &
3131
PID=$!
32-
sleep 60
32+
sleep 300
3333
3434
ps -ef
3535

Diff for: pr-checks/sync.py

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,12 @@
22
import os
33

44
defaultTestVersions = [
5-
# The oldest supported CodeQL version: 2.4.5. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts`
6-
"stable-20210308",
7-
# The last CodeQL release in the 2.4 series: 2.4.6.
8-
"stable-20210319",
95
# The last CodeQL release in the 2.5 series: 2.5.9.
106
"stable-20210809",
117
# The version of CodeQL currently in the toolcache. Typically either the latest release or the one before.
12-
"cached",
13-
# The latest release of CodeQL.
14-
"latest",
15-
# A nightly build directly from the our private repo, built in the last 24 hours.
168
"nightly-latest"
179
]
18-
defaultOperatingSystems = ["ubuntu-latest", "macos-latest", "windows-2019"]
10+
defaultOperatingSystems = ["macos-latest"]
1911
header = """# Warning: This file is generated automatically, and should not be modified.
2012
# Instead, please modify the template in the pr-checks directory and run:
2113
# pip install ruamel.yaml && python3 sync.py

0 commit comments

Comments
 (0)