[QC-472] Extract advanced topology#538
Conversation
|
@TimoWilken I am not sure what is going on but the tests are red while there are no details. Would you mind having a look when you have time ? thank you |
|
Hi @Barthelemy, I believe the build fails because there are conflicts between this PR and the master branch -- "Cannot merge PR into test area" is probably not the best message to show in this case, I'll try to think of a better one. GitHub shows conflicts in |
|
Ok, totally missed the message, sorry about that :) I will merge manually |
|
@TimoWilken Hello, sorry to call again, it seems to me that o2-dataflow is not progressing. |
|
@Barthelemy I'll have a look! |
knopers8
left a comment
There was a problem hiding this comment.
All good, I have just a few minor suggestions.
|
Thank you , I have addressed all comments. |
|
The error on macOS is weird: I will trigger a rebuild |
|
@knopers8 any idea why |
|
No idea, but I've noticed that @ktf has been reworking integration with ZeroMQ in DPL, so it might be related. |
|
Yes, it's definitely related to some of the reworking I was doing. Where do you get it? |
|
we get it in testWorkflow on Mac but only in this PR and I am not able to reproduce it on my Mac. |
|
seems to be fixed |
|
@MichaelLettrich could you check what is going on with the macOS builder? |
|
In another pull request I saw that the brew updated python to 3.9 and then the Python-modules-list was not OK, for example there was no matching version of tensorflow. A quick solution is to link python@3.8. If we want to use python@3.9, I have a patch that needs some refinement. |
|
@pzhristov @ktf indeed the macOS machines have been updated to python 3.9 via brew yesterday. Do we need to downgrade them to 3.8? |
|
@MichaelLettrich No need to downgrade, simply link python@3.8 |
Goal: be able to plug the QC with a different config file.
I would like to have that to test the aggregators in particular.
Also add documentation.