Skip to content

Fix epic creation in LLM specs

Heinrich Lee Yu requested to merge fix-llm-spec into master

What does this MR do and why?

Epic state_id enum declaration has been removed so we must use the integer value.

See !141954 (merged)

Example failure: https://gitlab.com/gitlab-org/gitlab/-/jobs/6002324186

You can test locally with:

bin/rspec /ee/spec/lib/gitlab/llm/chain/agents/zero_shot/qa_evaluation_spec.rb

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Heinrich Lee Yu

Merge request reports