Relative Content

Tag Archive for bazelbazel-rulesbazel-javabazel-aspectbazel-python

does bazel supports running test targets in specific order on CI builds?

I have a macro like this and a test target below I have to run those smoke_tests targets in specific order on CI builds. Not sure how to proceed further? rule implementation——————————————– and below is macro def ev_mediocker(name, command, dependent_rules = [], **kwargs): “”” A macro for the ev_mediocker rule. Args: name (str): The name […]