Skip to content

Exit 65 when cannot fetch schema

Fabien Catteau requested to merge exit-65-when-cannot-fetch-schema into master

What does this MR do?

Exit with exit code 65 when the JSON schema cannot be fetched. Error while fetching the schema is just one particular kind of schema validation error.

Prior to this change QA failed when there was no JSON schema matching the report version.

Because exit code 65 is reused, there's no need to update the CI templates used for QA. See !198 (merged)

What are the relevant issue numbers?

None

Does this MR meet the acceptance criteria?

Edited by Fabien Catteau

Merge request reports