-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add subpipeline as node node context for all nodes in a subpipeline.
This is needed so that we can query against subpipelines with `artifact_query`. This change makes it so that in the below example, `node_a` and `node_b` will both have a `node` context with name `parent.subpipeline`. ``` parent { subpipeline { node_a {} node_b {} } } ``` PiperOrigin-RevId: 628120450
- Loading branch information
1 parent
89beaa4
commit 69c52c8
Showing
5 changed files
with
752 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.