-
Notifications
You must be signed in to change notification settings - Fork 55
Jobs can belong to evalsets but dont have to #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jobs can belong to evalsets but dont have to #274
Conversation
|
HUD Bugbot review Summary: Optional taskset association is threaded through eval config/CLI, with async job-enter calls that can pre-create tasks and attach returned task_version_ids to in-memory Task objects for both local and remote eval flows. Findings:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
…lya/hud-553-jobs-can-belong-to-evalsets-but-dont-have-to
…s/hud-python into ilya/hud-553-jobs-can-belong-to-evalsets-but-dont-have-to
Note
feat: Job–Taskset linking and build secrets support; bump to
0.5.13.--tasksettohud evaland plumbs throughrun_datasetandhud.eval(); async job enter now optionally creates tasks and returnstask_version_idsto link runs to a taskset_send_job_enterasync and extendsJobEnterPayloadwithtasksetand optionaltasksenv.scenario()acceptsrequired_env_varsand includes them in prompt/resource metahud buildgains repeatable--secretflags; forwards to Docker--secretand enables BuildKit when used; applies to both initial and final builds0.5.13; docs and tests updated accordinglyWritten by Cursor Bugbot for commit 19a0e55. This will update automatically on new commits. Configure here.