ci(performance): accept optional Kova cleanup evidence (#105292)

This commit is contained in:
Peter Steinberger
2026-07-12 11:53:09 +01:00
committed by GitHub
parent 71a10846df
commit eb2669cefd
3 changed files with 4 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ on:
kova_ref:
description: openclaw/Kova Git ref to install
required: false
default: 4dde6b6022d94058abced883343de7ee8ce69917
default: 61dad0a08f5eee7c632fb104c15f9b0bb8df7987
type: string
dispatch_id:
description: Optional parent workflow dispatch identifier
@@ -153,7 +153,7 @@ jobs:
include_filters: "scenario:agent-cold-warm-message"
expected_release_entries: "agent-cold-warm-message:mock-openai-provider"
env:
KOVA_REF: ${{ inputs.kova_ref || '4dde6b6022d94058abced883343de7ee8ce69917' }}
KOVA_REF: ${{ inputs.kova_ref || '61dad0a08f5eee7c632fb104c15f9b0bb8df7987' }}
KOVA_HOME: ${{ github.workspace }}/.artifacts/kova/home/${{ matrix.lane }}
PERFORMANCE_HELPER_DIR: ${{ github.workspace }}/.artifacts/performance-workflow
REPORT_DIR: ${{ github.workspace }}/.artifacts/kova/reports/${{ matrix.lane }}