adikari / monorepo-diff-buildkite-plugin

Run separate pipelines for each folder in your monorepo
MIT License
202 stars 78 forks source link

Allow all tags when specifying the agent on a step #85

Closed uniquefine closed 2 years ago

uniquefine commented 2 years ago

Currently only the queue tag can be used when specifying a step's agents selector. This PR allows the user to target agents using any tag.

We hit this problem because we use tags to select agents for a pipeline step.

codecov-commenter commented 2 years ago

Codecov Report

Merging #85 (6421eda) into master (40e837e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   78.98%   78.98%           
=======================================
  Files           4        4           
  Lines         157      157           
=======================================
  Hits          124      124           
  Misses         21       21           
  Partials       12       12           
Impacted Files Coverage Δ
plugin.go 93.22% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40e837e...6421eda. Read the comment docs.