Skip to content
Snippets Groups Projects
Commit a06fec23 authored by Souvik Chattopadhyay's avatar Souvik Chattopadhyay Committed by Sergey Gorbunov
Browse files

updated runapi

parent bda72218
No related branches found
No related tags found
1 merge request!2075QA checker api
......@@ -80,7 +80,7 @@ qa";
if (inFiles && trimmedLine.find("- name:") == 0) {
modifiedYaml << " - name: \"" << newFilePattern << "\"\n"; // Replace with new pattern
std::cout<< "SOUVIK - name: \"" << newFilePattern << "\"\n";
continue;
}
......@@ -99,7 +99,7 @@ qa";
outFile << modifiedYaml.str();
outFile.close();
std::cout << "YAML file updated successfully!" << std::endl;
// std::cout << "YAML file updated successfully!" << std::endl;
}
......@@ -202,23 +202,6 @@ for (size_t i = 2; i < args.size(); ++i) {
updateYamlFile(yamlName, versionName, srcDir, newFilePattern,compareCommit);
}
/* yamlFile << " datasets:\n";
yamlFile << " - \"" <<dataset<< "\"\n";
yamlFile << " files:\n";
yamlFile << " - name: \"%v_%d.root\"\n";
yamlFile << " label: qa\n";
yamlFile << " objects:\n";
yamlFile << " - CbmCaInputQaSts/efficiencies/casts_reco_eff_vs_r_st0\n";
yamlFile << " - CbmCaInputQaSts/efficiencies/casts_reco_eff_vs_xy_st0\n";
yamlFile << " - CbmCaInputQaSts/histograms/casts_pull_t_st2\n";
yamlFile << " - CbmCaInputQaSts/histograms/casts_res_x_vs_x_st2\n";
*/
// yamlFile.close();
// std::cout << "YAML file created successfully!" << std::endl;
// return 0;
//}
if(compareCommit==true){
......
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