Skip to content

E2E: Fix ai-gateway jobs set to manual

Valerie Burton requested to merge e2e-fix-ai-gateway-jobs-set-to-manual into master

What does this MR do and why?

A new ai-gateway-no-license job and tests were recently merged as part of !146949 (merged)

In that MR, an .ai-gateway-base template was added to try and re-use common setup between the two jobs. However, despite the pipeline passing in the MR and showing the jobs as running automatically, the pipeline in master is not working as expected and is setting the jobs to manual only.

This MR provides a quick fix to explicitly define the ai-gateway-no-license job without a template so that the tests can start running again.

In https://gitlab.com/gitlab-org/quality/quality-engineering/team-tasks/-/issues/2504, I will explore further why this was not working as expected in master and come up with a different approach to refactor.

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.

Merge request reports