commit | 854fd85bfd131efbcd552f026405c708c9b7db79 | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Tue Jun 04 16:44:19 2019 +0200 |
committer | Philipp Wollermann <philwo@google.com> | Thu Jun 06 16:55:52 2019 +0200 |
tree | 385fc8eeef14b1ac55b6e4907715c62ba582c0a3 | |
parent | 6c7b4730e18dc07cfaf18cf25781f0cdb03a0bb0 [diff] |
Avoid execution of duplicate tasks in the downstream pipeline. (#691) The downstream pipeline overrides any explicit Bazel version, which means that two tasks that only differ in their "bazel" field will produce identical jobs. This commit filters any duplicate tasks in the downstream pipeline to avoid this problem. Fixes #666.