Skip to content
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

Lazy loading with pipelineRef #4820

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

edgarulg
Copy link
Contributor

@edgarulg edgarulg commented Jan 6, 2025

pipeline triggers contains the whole execution of the parent execution. When a Spinnaker user defines multiple pipelines that are chained by pipeline triggers Spinnaker's UI is slowed down because it loads all nested executions.

Orca will return any execution to outsider services with PipelineRef trigger but for Orca itself it will use the whole execution context to evaluate SPeLs.

it will provide a new endpoint to retrieve the execution context including nested execution.

mergify bot and others added 4 commits December 11, 2024 15:53
…to PipelineRefTrigger (spinnaker#4816) (spinnaker#4818)

* fix(pipelineRef): add resolvedExpectedArtifacts from pipelineTrigger to PipelineRefTrigger

* fix(pipelineRef): add tests around PipelineRefTrigger

---------

Co-authored-by: Jason <[email protected]>
(cherry picked from commit 3c65fe0)

Co-authored-by: Edgar Garcia <[email protected]>
@spinnakerbot
Copy link
Contributor

Please delete the pull request instructions from the body of your pull request message.

The instructions start with the line:

We prefer small, well tested pull requests.

You can reopen your pull request when this has been addressed.

@edgarulg edgarulg reopened this Jan 6, 2025
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.

3 participants