forked from evergreen-ci/evergreen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 4e3ed98 Author: Zackary Santana <[email protected]> Date: Thu Jan 30 13:34:26 2025 -0500 Revert "DEVPROD-13976 Add otel to presign file func (evergreen-ci#8673)" This reverts commit c856008. commit c856008 Author: Zackary Santana <[email protected]> Date: Thu Jan 30 09:30:17 2025 -0500 DEVPROD-13976 Add otel to presign file func (evergreen-ci#8673) commit 6d420a2 Author: Sophie Stadler <[email protected]> Date: Wed Jan 29 14:35:01 2025 -0500 DEVPROD-12696: Parallelize waterfall queries (evergreen-ci#8672)
- Loading branch information
1 parent
cad380e
commit 8f262b0
Showing
10 changed files
with
518 additions
and
79 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
17 changes: 17 additions & 0 deletions
17
graphql/tests/query/waterfall/queries/waterfall_builds.graphql
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
waterfall(options: { projectIdentifier: "spruce-identifier" }) { | ||
flattenedVersions { | ||
id | ||
waterfallBuilds { | ||
buildVariant | ||
id | ||
displayName | ||
version | ||
tasks { | ||
id | ||
displayName | ||
} | ||
} | ||
} | ||
} | ||
} |
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.