Certify alpha7 compatibility candidates
This commit is contained in:
@@ -34,7 +34,8 @@ unless matrix.fetch("public_ci").any? { |target| target.fetch("image") == image
|
||||
"image" => image,
|
||||
"tag_provenance" => "ghcr.io/anomalyco/opencode:#{version}",
|
||||
"consumers" => ["upstream-candidate"],
|
||||
"profiles" => ["ruby-rest-sse", "rails-persisted-turn", "voice-stream", "strict-v2", "plugin-ledger", "provider-hooks"],
|
||||
"profiles" => ["ruby-rest-sse"],
|
||||
"required_consumer_profiles" => ["rails-persisted-turn", "voice-stream", "strict-v2", "plugin-ledger", "provider-hooks"],
|
||||
"certification_status" => "pending"
|
||||
}
|
||||
end
|
||||
|
||||
@@ -127,10 +127,7 @@ OPENCODE_RUBY_COMMIT="$gem_commit" \
|
||||
|
||||
llm_stats="$(docker exec "$llm_container_name" wget -qO- http://127.0.0.1:8080/stats)"
|
||||
request_count="$(jq -r '.request_count' <<<"$llm_stats")"
|
||||
if [[ "$request_count" -lt 1 ]]; then
|
||||
echo "OpenCode never called the deterministic model" >&2
|
||||
exit 1
|
||||
fi
|
||||
ruby "$repo_root/ruby/exact_live_contract.rb" "$request_count"
|
||||
|
||||
jq -cn \
|
||||
--arg status pass \
|
||||
|
||||
Reference in New Issue
Block a user