Skip to content
Snippets Groups Projects
Commit 1efc4997 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

determine Total Test Failures without this fix.

parent c2c59919
No related branches found
No related tags found
1 merge request!1180Fix Wrong Production URLS in template
......@@ -175,6 +175,17 @@ getTemplateFiles('../../../../install/opt/lofar/share/tmss/schemas').then(async(
strategyTemplate.type = "http://localhost:3000/api/task_type/ingest";
strategyTemplate.type_value = "ingest";
}
// commented out on purpose to determine Total Test Failures without this fix.
/*
if (taskTemplate?.schema?.properties?.station_configuration) { taskTemplate.schema.properties.station_configuration["$ref"] = "#/definitions/station_configuration"; }
if ( taskTemplate?.schema?.properties?.QA) taskTemplate.schema.properties.QA["$ref"] = "#/definitions/QA";
if ( taskTemplate?.schema?.properties?.duration) taskTemplate.schema.properties.duration["$ref"] = "#/definitions/duration";
if ( taskTemplate?.schema?.properties?.calibrator) taskTemplate.schema.properties.calibrator["$ref"] = "#/definitions/calibrator";
if ( taskTemplate?.schema?.properties?.correlator) taskTemplate.schema.properties.correlator["$ref"] = "#/definitions/correlator";
*/
index++;
templates.push(strategyTemplate);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment