展示首批evidence扩展候选
结论:release URL workflow 和 workflow overview 现在展示首批3条 evidence-expansion 候选 woodpecker-on-abort、puma-cube、melfa-example 及其G-code/source count;baseline保持28/28/131/0,hard block不解锁。
This commit is contained in:
@@ -222,6 +222,18 @@ assert.equal(
|
||||
readySummary.rows.find(({ id }) => id === "evidence-expansion-preferred-source-count")?.value,
|
||||
"3",
|
||||
);
|
||||
assert.equal(
|
||||
readySummary.rows.find(({ id }) => id === "evidence-expansion-candidate-list")?.value,
|
||||
"woodpecker-on-abort, puma-cube, melfa-example",
|
||||
);
|
||||
assert.equal(
|
||||
readySummary.rows.find(({ id }) => id === "evidence-expansion-gcode-list")?.value,
|
||||
"linuxcnc/configs/sim/woodpecker/on_abort.ngc, linuxcnc/configs/sim/axis/vismach/puma/puma_cube.ngc, linuxcnc/configs/sim/axis/vismach/melfa-sim/example.ngc",
|
||||
);
|
||||
assert.equal(
|
||||
readySummary.rows.find(({ id }) => id === "evidence-expansion-source-count-list")?.value,
|
||||
"3, 3, 3",
|
||||
);
|
||||
assert.equal(
|
||||
readySummary.rows.find(({ id }) => id === "evidence-expansion-artifact")?.value,
|
||||
"wasm-port/build/wasm/sim-configs-inventory/evidence-expansion-candidates.tsv",
|
||||
@@ -264,6 +276,9 @@ assert.deepEqual(
|
||||
["evidence-expansion-preferred-candidate", "woodpecker-on-abort"],
|
||||
["evidence-expansion-preferred-gcode", "linuxcnc/configs/sim/woodpecker/on_abort.ngc"],
|
||||
["evidence-expansion-preferred-source-count", "3"],
|
||||
["evidence-expansion-candidate-list", "woodpecker-on-abort, puma-cube, melfa-example"],
|
||||
["evidence-expansion-gcode-list", "linuxcnc/configs/sim/woodpecker/on_abort.ngc, linuxcnc/configs/sim/axis/vismach/puma/puma_cube.ngc, linuxcnc/configs/sim/axis/vismach/melfa-sim/example.ngc"],
|
||||
["evidence-expansion-source-count-list", "3, 3, 3"],
|
||||
["evidence-expansion-artifact", "wasm-port/build/wasm/sim-configs-inventory/evidence-expansion-candidates.tsv"],
|
||||
["promotion-candidate-allowed", "0"],
|
||||
...expectedPromotionFamilyRows,
|
||||
|
||||
@@ -502,6 +502,9 @@ assert.deepEqual(
|
||||
["evidence-expansion-preferred-candidate", "not provided"],
|
||||
["evidence-expansion-preferred-gcode", "not provided"],
|
||||
["evidence-expansion-preferred-source-count", "not provided"],
|
||||
["evidence-expansion-candidate-list", "not provided"],
|
||||
["evidence-expansion-gcode-list", "not provided"],
|
||||
["evidence-expansion-source-count-list", "not provided"],
|
||||
["evidence-expansion-artifact", "wasm-port/build/wasm/sim-configs-inventory/evidence-expansion-candidates.tsv"],
|
||||
["promotion-candidate-allowed", "0"],
|
||||
...expectedPromotionFamilyRows,
|
||||
|
||||
Reference in New Issue
Block a user