mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 00:20:43 +01:00
When running ci_run_n_monitor, the following error is seen,
gql.transport.exceptions.TransportQueryError: Error while fetching schema: {'message': 'Internal server error'}
If you don't need the schema, you can try with: "fetch_schema_from_transport=False"
Set fetch_schema_from_transport=False to avoid this failure.
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39845>
|
||
|---|---|---|
| .. | ||
| test | ||
| .gitignore | ||
| ci_gantt_chart.py | ||
| ci_gantt_chart.sh | ||
| ci_post_gantt.py | ||
| ci_post_gantt.sh | ||
| ci_run_n_monitor.py | ||
| ci_run_n_monitor.sh | ||
| custom_logger.py | ||
| download_gl_schema.sh | ||
| gitlab_common.py | ||
| gitlab_gql.py | ||
| gitlab_gql.sh | ||
| job_details.gql | ||
| marge_queue.py | ||
| marge_queue.sh | ||
| nightly_compare.py | ||
| nightly_compare.sh | ||
| pipeline_details.gql | ||
| pipeline_message.py | ||
| pipeline_message.sh | ||
| pipeline_utils.gql | ||
| requirements.txt | ||
| structured_logger.py | ||
| update_tag.py | ||
| update_traces_checksum.py | ||
| update_traces_checksum.sh | ||