test(team): update opencode semantic gauntlet
This commit is contained in:
parent
80acc3b663
commit
7a29a0f2e8
1 changed files with 4 additions and 0 deletions
|
|
@ -911,6 +911,10 @@ async function runGauntletOnce(input: {
|
||||||
score >= 90 && !isHardProtocolFailure(stages)
|
score >= 90 && !isHardProtocolFailure(stages)
|
||||||
? 'none'
|
? 'none'
|
||||||
: classifyGauntletFailure({ diagnostics, stages });
|
: classifyGauntletFailure({ diagnostics, stages });
|
||||||
|
if (failureCategory !== 'none' && process.env.OPENCODE_E2E_KEEP_FAILED === '1') {
|
||||||
|
keepTempDir = true;
|
||||||
|
diagnostics.push(`tempDir=${tempDir}`);
|
||||||
|
}
|
||||||
return {
|
return {
|
||||||
runIndex: input.runIndex,
|
runIndex: input.runIndex,
|
||||||
passed: failureCategory === 'none',
|
passed: failureCategory === 'none',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue