summaryrefslogtreecommitdiff
path: root/.graphqlrc.yml
diff options
context:
space:
mode:
authorGuilherme Gallo <guilherme.gallo@collabora.com>2022-07-15 18:13:00 -0300
committerMarge Bot <emma+marge@anholt.net>2022-08-03 23:10:37 +0000
commit65b6edee3e9e7db921abb51e009779410dcd64b3 (patch)
treee357d45f4bdec5f151500ed52eb9f22a66a0aa2a /.graphqlrc.yml
parent63082cf70951262a632bbcdc35838243ea1bd4b8 (diff)
downloadmesa-65b6edee3e9e7db921abb51e009779410dcd64b3.tar.gz
ci/bin: Add utility to find jobs dependencies
Use GraphQL API from Gitlab to find jobs dependencies in a pipeline. E.g: Find all dependencies for jobs starting with "iris-" ```sh .gitlab-ci/bin/gitlab_gql.py --sha $(git -C ../mesa-fast-fix rev-parse HEAD) --print-dag --regex "iris-.*" ``` Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17791>
Diffstat (limited to '.graphqlrc.yml')
-rw-r--r--.graphqlrc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.graphqlrc.yml b/.graphqlrc.yml
new file mode 100644
index 00000000000..d807b387b5e
--- /dev/null
+++ b/.graphqlrc.yml
@@ -0,0 +1,2 @@
+schema: 'schema.graphql'
+documents: 'src/**/*.{graphql,js,ts,jsx,tsx}'