Henry Mercer
5b6984ee4d
Assert that Windows downloads gzip
2024-10-10 19:40:37 +01:00
Henry Mercer
eefb943f7e
Don't use Zstandard bundles on Windows
...
In testing, gzip performs better than Zstandard on Windows.
2024-10-10 19:24:32 +01:00
Henry Mercer
6b2f7e7c28
Run PR checks using JS only
2024-09-24 17:54:33 +01:00
Henry Mercer
af8e2bc4a1
Use Node script to remove CodeQL cross-platform
2024-09-24 17:43:32 +01:00
Henry Mercer
67b30f7c39
Tweak description
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2024-09-24 17:22:11 +01:00
Henry Mercer
fa91789e81
Run zstd checks against all operating systems
2024-09-24 17:21:26 +01:00
Henry Mercer
0abc1ec90b
Capture reason if zstd fails unexpectedly
2024-09-23 22:53:13 +01:00
Henry Mercer
662c71aa9e
Check telemetry in PR check to ensure .tar.zst downloaded
2024-09-23 22:39:47 +01:00
Henry Mercer
b1ca017eae
Add PR check for zstd bundle
2024-09-23 22:39:47 +01:00
Henry Mercer
990feb59a4
Catch gotcha in PR check workflow generator
2024-09-23 22:39:47 +01:00
Henry Mercer
b78ab6c660
s/latest/linked/
2024-09-23 16:07:27 +01:00
Henry Mercer
a7b66734cc
Run some tests against only latest and nightly-latest CLIs
...
These features have stabilized so it isn't that helpful to test them against the full range of CLIs. So let's speed up the PR checks and save some Actions minutes.
2024-09-23 16:02:38 +01:00
Michael B. Gale
d8b1697e9a
Merge pull request #2455 from github/mbg/go/1.23
...
Go: Bump Go version to 1.23 in tests
2024-09-06 10:47:28 +01:00
Henry Mercer
90cf3d26a7
Add PR check for job run UUID
2024-09-05 15:02:02 +02:00
Henry Mercer
6240306694
Download zstd nightly bundles in PR checks
2024-08-29 17:45:09 +01:00
Michael B. Gale
f3f8576a9d
Go: Bump Go version to 1.23
2024-08-29 13:56:47 +01:00
Henry Mercer
44ecae4896
Fix matrixing of "submit SARIF after failure" check
2024-08-08 18:09:12 +01:00
Henry Mercer
136f5a589b
Add CodeQL v2.17.6 to default test versions
2024-08-05 19:28:35 +01:00
Henry Mercer
48c11ed2ba
Remove supporting code for CodeQL 2.13.0 through 2.13.4
2024-08-05 19:28:35 +01:00
Henry Mercer
a1404425d9
Remove 2.12.6 from tests
2024-08-05 19:28:35 +01:00
Angela P Wen
9c646c24a4
Add warning and update PR checks for Swift on Linux ( #2399 )
...
* PR checks: Only run Swift build command on MacOS
* PR checks: update to only test Swift on MacOS
* Log warning if workflow is running Swift on Ubuntu
---------
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2024-08-02 16:27:45 +02:00
Henry Mercer
42c6f6c925
Remove redundant PR check
...
This is no longer necessary now that this feature is enabled by default.
2024-07-31 10:56:00 +01:00
Angela P Wen
5d576606ec
Switch param order for clarity
2024-06-24 17:02:29 +02:00
Angela P Wen
7c35b4f6b5
Rename for clarity per PR review
2024-06-24 16:33:10 +02:00
Angela P Wen
495201e69c
PR check generator: add excludeOsAndVersionCombination
2024-06-24 13:33:24 +02:00
Henry Mercer
208abc5a9a
Merge branch 'main' into henrymercer/swift-autobuild-check-with-build-mode
2024-06-18 10:10:31 +01:00
Andrew Eisenberg
35619fbef6
Merge pull request #1939 from github/aeisenberg/enable-kotlin-tests
...
Re-enable kotlin tests
2024-06-17 13:48:06 -07:00
Henry Mercer
6f86b5da5d
Bump timeout
2024-06-17 13:02:17 +01:00
Henry Mercer
eb17dc2c6f
Add build mode to Swift autobuild check
2024-06-17 12:50:33 +01:00
Henry Mercer
c884bf6268
Merge branch 'main' into henrymercer/reenable-swift-autobuild-checks
2024-06-17 11:30:15 +01:00
Andrew Eisenberg
79f6e84e69
Ensure string argument instead of boolean
2024-06-14 14:59:22 -07:00
Andrew Eisenberg
3f41e06a52
Merge remote-tracking branch 'upstream/main' into aeisenberg/enable-kotlin-tests
2024-06-14 13:20:03 -07:00
Henry Mercer
789b5f86ef
Merge pull request #2328 from github/henrymercer/direct-tracing-fix
...
Fix incompatibility between direct tracing in the `autobuild` Action and specifying a custom working directory
2024-06-13 10:26:41 +01:00
Henry Mercer
c8fb403f2f
Add PR check for cleaning up database cluster dir
2024-06-12 13:19:30 +01:00
Henry Mercer
94acfdc22c
Upload SARIF with ref/sha inputs: Generate SARIF with analyze Action
2024-06-11 20:22:17 +01:00
Henry Mercer
ba4e487a2c
Update checkout_path test
...
Just call `analyze`, since `upload: never` skips most of the functionality we want to test anyway.
2024-06-11 19:30:30 +01:00
Henry Mercer
485d096a80
Update upload-sarif ref/sha input test
...
We are already testing the analyze Action in a separate check.
2024-06-11 19:29:39 +01:00
Henry Mercer
12243c759f
Disable database upload in test mode
2024-06-11 19:07:13 +01:00
Henry Mercer
b004bb45a8
Add PR check for direct tracing with custom working directory
2024-06-11 16:45:53 +01:00
Angela P Wen
67d5a9a476
PR Checks: Use tools: linked rather than tools: latest
...
Also changes the input and output in the `prepare-test` Action to use `linked`.
2024-05-31 11:49:47 +02:00
Angela P Wen
b0a1d92ae3
PR checks: stop running unset-env on two old CLI versions
...
Looks like there was a bug in the oldest two CLI versions, on `macos-12` here.
2024-05-17 15:47:35 -07:00
Angela P Wen
23c1981a3f
PR check: add explicit setup-go step to unset-env check
...
Go has been removed from the PATH in the most recent Mac runner images rollouts.
2024-05-17 15:33:51 -07:00
Angela P Wen
445165beea
PR Checks: disable tests for Swift on Linux until CLI 2.17.4
2024-05-17 15:08:08 -07:00
Henry Mercer
c59e05245f
Disable fail fast in generated workflows
2024-05-10 16:24:22 +01:00
Angela P Wen
ac2f82a1ff
Log warning if SIP is disabled and CLI version is < 2.15.1 ( #2261 )
...
* PR Checks: use `macos-12` runners for CLI v. < 2.15.1
Prior to CLI v2.15.1, MacOS ARM runners were not supported by the build tracer. "macos-latest" is now an ARM runner, so we run these tests on the old CLIs on Intel runners instead.
* Log a warning if SIP is disabled and CLI is < 2.15.1
* Add changenote for SIP-disabled support on old CLI versions
* Set up Python 3.11 for all MacOS checks
2024-04-25 22:20:13 +00:00
Henry Mercer
ea78e51e31
Merge branch 'main' into henrymercer/autobuild-with-direct-tracing
2024-04-15 18:29:26 +01:00
Henry Mercer
59771ddf53
Run PR check on Windows too
2024-04-15 18:26:58 +01:00
Henry Mercer
aa4a08dd29
Add PR check for direct tracing
2024-04-12 17:48:45 +01:00
Michael B. Gale
96f44cb9d2
Add integration test for new diagnostic
2024-04-11 17:20:51 +01:00
Henry Mercer
5e9199f7b4
Update language autodetect Swift check
2024-04-09 18:25:58 +01:00