add parameters to eve workflow - #6767
Conversation
davidrohr
left a comment
There was a problem hiding this comment.
Hi @jmyrcha , this looks mostly OK. I have a couple of points inline where there is copy&pasted code from the GPU folder, which is not needed, and I think it should be removed.
But more importantly, I think 2 important points for the commissioning are missing:
- We need a command line option to optionally limit the maximum number of tracks that can be written in a JSON file.
- We need a command line option to make skip the JSON export if the hostname of the node is not equal to a string provided via command line.
added parameters for maximum number of tracks and host filtering
|
I have implemented all points |
davidrohr
left a comment
There was a problem hiding this comment.
Hi @jmyrcha, thx looks better, checking the code again, I saw one bogus comment:
// Full configuration structure with all available settings of GPU...
And I am listed as author of several of the files you added, could you clean that up as well?
Finally, could you comment when we can have the 2 missing settings, to limit the number of tracks, and to check the hostname?
|
@TimoWilken : Could you check why the CI is failing without a log? |
|
Missing settings are already there: |
ok, sorry, I didn't recheck the code since you didn't comment on it. Looks good. Thx |
|
Sorry for the build failures this evening. I've reset the checks to pending as there weren't any previous statuses to fall back on. |
|
@jmyrcha : Could you please fix this CI warning: |
|
is it possible to run fullCl check locally? |
|
I have pull container, but then:
|
|
sorry for bold in comment - it was probably after copy from console |
|
Hi @jmyrcha : I am no docker expert, but I am usually doing |
* add parameters to eve workflow * removed dependency from gpu added parameters for maximum number of tracks and host filtering * reformating * reformating * fixed fullCl warning
No description provided.