Skip to content

Simplify GraphQL query in pipeline request spec

Hordur Freyr Yngvason requested to merge simplify-graphql-query-in-spec into master

What does this MR do and why?

These queries were many times larger than they needed to be. This resulted in timeouts when we tried to reinstate validation timeouts in tests.

To prevent this from happening again, we simplify each query to something more reasonable on a per-test basis.

See:

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Hordur Freyr Yngvason

Merge request reports