xref: /aosp_15_r20/external/mesa3d/bin/ci/pipeline_utils.gql (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1query sha2pipelineIID($projectPath: ID!, $sha: String!) {
2  project(fullPath: $projectPath) {
3    pipelines(last: 1, sha:$sha){
4      nodes {
5        iid
6      }
7    }
8  }
9}
10