Skip to content

run jobs on existing tasksets only#342

Merged
jdchawla29 merged 1 commit intomainfrom
j/small-improvements
Feb 19, 2026
Merged

run jobs on existing tasksets only#342
jdchawla29 merged 1 commit intomainfrom
j/small-improvements

Conversation

@jdchawla29
Copy link
Collaborator

@jdchawla29 jdchawla29 commented Feb 19, 2026

Note

Medium Risk
Changes the contract with the backend job/enter endpoint and removes task ID backfilling, which could break taskset linking workflows if callers relied on implicit task creation.

Overview
Associating eval jobs with --taskset now only registers the job against an existing taskset, and no longer attempts to auto-create/link tasks during job registration.

_send_job_enter is simplified to return None and stops sending/expecting task_version_ids; corresponding CLI and run_eval logic that serialized tasks, handled ID assignment, and warned on mismatches is removed. JobEnterPayload drops the tasks field accordingly.

Written by Cursor Bugbot for commit b754810. This will update automatically on new commits. Configure here.

@jdchawla29 jdchawla29 requested a review from lorenss-m February 19, 2026 22:37
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b7548105ca

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@jdchawla29 jdchawla29 merged commit 32c98b2 into main Feb 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant