Skip to content

Make keynote bench job reusable #23665

Make keynote bench job reusable

Make keynote bench job reusable #23665

Re-run triggered June 25, 2026 01:36
Status Success
Total duration 4m 39s
Artifacts

ci.yml

on: pull_request
Detect merge queue no-op
5s
Detect merge queue no-op
Unreal Engine Tests
Unreal Engine Tests
Build and test wasm bindings
7m 5s
Build and test wasm bindings
Check that packages are publishable
29s
Check that packages are publishable
Check CI command docs
30s
Check CI command docs
Check CLI docs
2m 23s
Check CLI docs
Verify global.json files are symlinks
1m 27s
Verify global.json files are symlinks
Check smoketests/mod.rs is complete
11m 45s
Check smoketests/mod.rs is complete
Docs build
3m 15s
Docs build
TypeScript - Tests
7m 21s
TypeScript - Tests
Matrix: smoketests_noop
Matrix: update
Matrix: update_noop
Matrix: smoketests
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
godot-testsuite
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
godot-testsuite: crates/bindings-csharp/Runtime/Internal/Bounds.cs#L1
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
godot-testsuite: crates/bindings-csharp/Runtime/Http.cs#L274
Member 'Send' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
godot-testsuite: crates/bindings-csharp/Runtime/TransactionalContextState.cs#L89
Member 'CommitMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
godot-testsuite: crates/bindings-csharp/Runtime/TransactionalContextState.cs#L82
Member 'StartMutTx' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
godot-testsuite: crates/bindings-csharp/Runtime/Internal/Module.cs#L571
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.