-
Notifications
You must be signed in to change notification settings - Fork 180
Fix path to file in consul #1943
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@shahor02 @chiarazampolli @davidrohr : can this be merged? The MID calibration is currently broken at P2 (sorry, my fault), so it would be good if this PR lands in P2 before the next flp-suite |
|
I am not familiar with the consul path conventions, in the O2DPG I see as many scripts setting @davidrohr @chiarazampolli, do you know the rule ? |
|
I don't know but I assume that @dstocco is right, looking at the TPC scripts at least I see none with the |
|
Well, on my side it is just try and fail. I've launched the calibration run by pointing to my local O2DPG in |
|
Since Diego tested it, i merged it. |
|
@knopers8 , @Barthelemy , can you confirm that like this is correct and point us to a documentation, if it exists, for the future? |
|
If the config file is retrieved from apricot by the QC executable, please refer to: https://github.com/AliceO2Group/QualityControl/blob/master/doc/Advanced.md#templating-config-files The Apricot REST API, which appears to be directly used by O2DPG scripts, is documented at:
In particular, notice that when apricot is used directly, |
|
Hi @knopers8 , Also to me it seems that the function uses the REST API (
From this page for the REST API (which I guess is what you refer to when you say "when apricot is used directly", right?): https://github.com/AliceO2Group/Control/blob/master/apricot/docs/apricot_http_service.md I'd deduce that the "o2" in front is not needed. @dstocco , please confirm that everything is fine now, as soon as you can test it. Chiara |
|
Thanks @knopers8 for the links. Indeed, in the previous PR I did not remove the |
Right. |
With the PR #1914 , the MID calibration run was changed in order to use QC files from apricot. However, this led to a bug since the path to consul had to be changed as well.
This PR should solve the issue, allowing to launch calibration runs at P2.