mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
ci: make performance workflow sanity nonblocking
This commit is contained in:
12
.github/workflows/openclaw-performance.yml
vendored
12
.github/workflows/openclaw-performance.yml
vendored
@@ -176,9 +176,17 @@ jobs:
|
||||
}
|
||||
NODE
|
||||
|
||||
- name: Kova self-check
|
||||
- name: Kova version and plan sanity
|
||||
if: steps.lane.outputs.run == 'true'
|
||||
run: kova self-check --json
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
kova version --json
|
||||
kova matrix plan \
|
||||
--profile "$PROFILE" \
|
||||
--target "local-build:${GITHUB_WORKSPACE}" \
|
||||
--include scenario:fresh-install \
|
||||
--json >/tmp/kova-plan.json
|
||||
|
||||
- name: Configure live OpenAI auth
|
||||
if: ${{ steps.lane.outputs.run == 'true' && matrix.live == 'true' }}
|
||||
|
||||
Reference in New Issue
Block a user