Complete first release candidate audit (#107)
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m34s
Native code generation / deterministic (push) Has been cancelled
Concurrency and resource soak audit / soak (push) Has been cancelled
Documentation / documentation (push) Has been cancelled
performance evidence / audit (push) Has been cancelled
First release candidate / non-fuzz-release-gate (push) Has been cancelled
Release platform and feature matrix / audit (push) Has been cancelled
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Dependency and supply-chain audit / audit (push) Has been cancelled
Native release artifact audit / audit (push) Has been cancelled
Imaging and meshing gate / native (push) Failing after 53s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 59s
Skia feature / linux (push) Has been cancelled
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m34s
Native code generation / deterministic (push) Has been cancelled
Concurrency and resource soak audit / soak (push) Has been cancelled
Documentation / documentation (push) Has been cancelled
performance evidence / audit (push) Has been cancelled
First release candidate / non-fuzz-release-gate (push) Has been cancelled
Release platform and feature matrix / audit (push) Has been cancelled
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Has been cancelled
Dependency and supply-chain audit / audit (push) Has been cancelled
Native release artifact audit / audit (push) Has been cancelled
Imaging and meshing gate / native (push) Failing after 53s
JPEG 2000 feature / linux (push) Successful in 2m49s
Native Rust workspace compile / compile (push) Failing after 59s
Skia feature / linux (push) Has been cancelled
This commit is contained in:
38
ci/release-candidate-policy.json
Normal file
38
ci/release-candidate-policy.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"release": "0.0.1",
|
||||
"current_rust_prefix": "rustc 1.97.",
|
||||
"upstream_commit": "2aa70bb68513b39795da5d13c88f31b86e85a3ba",
|
||||
"expected": {
|
||||
"release_packages": 16,
|
||||
"shipped_binaries": 10,
|
||||
"mapped_public_types": 3066,
|
||||
"mapped_public_members": 30789,
|
||||
"parity_cases": 1289,
|
||||
"translated_cases": 1266,
|
||||
"live_cases": 19,
|
||||
"benchmark_cases": 4,
|
||||
"live_smoke_records": 9
|
||||
},
|
||||
"required_evidence": [
|
||||
{"id":"api","path":"ci/evidence/api-audit.json","assertions":[{"pointer":"/status","equals":"ok"},{"pointer":"/mapped_public_types","equals":3066},{"pointer":"/mapped_members","equals":30789}]},
|
||||
{"id":"artifact","path":"ci/evidence/artifact-audit.json","assertions":[{"pointer":"/clean_package_build","equals":true},{"pointer":"/reference_checkout_required","equals":false},{"pointer":"/forbidden_findings","equals":0}]},
|
||||
{"id":"concurrency","path":"ci/evidence/concurrency-audit.json","assertions":[{"pointer":"/outcome","equals":"pass"},{"pointer":"/retained_bytes","equals":0},{"pointer":"/allocations_not_freed","equals":0}]},
|
||||
{"id":"documentation","path":"ci/evidence/documentation-audit.json","assertions":[{"pointer":"/status","equals":"ok"},{"pointer":"/mapped_public_types","equals":3066},{"pointer":"/mapped_members","equals":30789}]},
|
||||
{"id":"provenance","path":"ci/evidence/provenance-audit.json","assertions":[{"pointer":"/status","equals":"ok"},{"pointer":"/unknown_materials","equals":0},{"pointer":"/unknown_bundled_assets","equals":0}]}
|
||||
],
|
||||
"live_test_files": [
|
||||
"tests/compat/tests/appearance_live_semantics.rs",
|
||||
"tests/compat/tests/inventory_live_semantics.rs",
|
||||
"tests/compat/tests/network_semantics.rs",
|
||||
"tests/compat/tests/world_live_semantics.rs"
|
||||
],
|
||||
"fake_grid_evidence": "ci/evidence/fake-grid-smoke.jsonl",
|
||||
"live_grid_evidence": "ci/evidence/live-grid-smoke.jsonl",
|
||||
"release_notes": "docs/release-candidate.md",
|
||||
"changelog": "CHANGELOG.md",
|
||||
"checksums": "release/SHA256SUMS",
|
||||
"signature_required": false,
|
||||
"signature_policy": "No project signing identity is configured for 0.0.1; SHA-256 checksums and Gitea artifact retention are mandatory.",
|
||||
"deferred_by_user": ["fuzz-smoke"]
|
||||
}
|
||||
Reference in New Issue
Block a user