Lines Matching +full:strip +full:- +full:json +full:- +full:comments
2 # SPDX-License-Identifier: MIT
4 # Provide a markdown-formatted message summarizing the reasons why a pipeline failed.
5 # Marge bot can use this script to provide more helpful comments when CI fails.
7 # ./bin/ci/pipeline_message.sh --project-id 176 --pipeline-id 1310098
27 pipeline_details = await response.json()
40 jobs = await response.json()
177 …url = f"https://mesa.pages.freedesktop.org/-/{path}/-/jobs/{job_id}/artifacts/results/summary/prob…
190 return await response.json()
203 f"https://gitlab.freedesktop.org/{path_with_namespace}/-/jobs/{job_id}/raw"
237 "retry-all-errors",
240 "unknown-section",
255 log_error_message = line[line.lower().find("error") :].strip()
264 # timeout msg from .gitlab-ci/lava/lava_job_submitter.py
336 async def main(pipeline_id: str, project_id: str = "176") -> str:
369 "--project-id", default="176", help="Project ID (default: 176 i.e. mesa/mesa)"
371 parser.add_argument("--pipeline-id", required=True, help="Pipeline ID")