Jan Heidbrink
Jan Heidbrink
I'm facing the same issue. I modified deoplete_clang2.py so that it would show me the contents of the json file if the json.load fails. The result is that the file...
>If I understand correctly, your main goal is to identify the roles referenced in multiple playbooks? Not my main goal, just an intermediate step that could help when trying manually...
> A workaround to have multiple playbooks in the same graph is to use import_playbook that is supported by the grapher. Thanks, that sounds good! When the tests in pull/111...
I created some simple example playbooks to test this, and the results look good!
How was the semantic PR broken? The summary says "The semantic PR workflow is broken in so far as it has some strange interaction with the cloud-workflow", but I don't...
Can you link to an example where the semantic PR check failed because of the cloud workflow?
The changes look good to me. I verified i could build all `py_binary`s with Bazel, and run the `subscriberdb` binary which uses the new `systemd-python` package. I did not double-check...
> Is test_tau_periodic_active known to be flaky? At least I remember that I commented that one out locally a while ago.
https://github.com/magma/magma/pull/13574 POC that builds some Python and one C image with Bazel
[rules_docker](https://github.com/bazelbuild/rules_docker/) is "_a set of rules for pulling down base images, augmenting them with build artifacts and assets, and publishing those images_". In the POC #13574 we used rules_docker to...