GoogleCloudPlatform/kubectl-ai

Add github action to run lightweight evals as presubmit job

開放

#119 建立於 2025年4月28日

 (5 則留言) (0 個反應) (1 位負責人)Go (708 個分叉)auto 404
good first issue

倉庫指標

星標
 (7,532 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

We want to run a few eval tasks (may be difficulty level easy) as pre-submit tasks to ensure that new PRs are getting some basic e2e tests.

Details:

  • The pre-submit job should bring up a kind cluster
  • The pre-submit job should also bring up ollama or llamacpp server
  • Run evals with the difficulty level easy or to begin with --task-pattern=scale
  • Add contributing section in the README.md to use this job as e2e test

貢獻者指南