Skip to content

Commit

Permalink
fix yaml rest rest by using node_selector to filter nodes in 2.x version
Browse files Browse the repository at this point in the history
Signed-off-by: Tianli Feng <[email protected]>
  • Loading branch information
Tianli Feng committed Mar 13, 2022
1 parent 7f0ad8f commit cf385f5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
- skip:
version: " - 1.4.99"
reason: "cluster_manager is introduced in 2.0.0"
features: node_selector

- do:
cat.nodes: {}
node_selector:
version: "2.0.0 - " # Only send request to nodes in 2.x versions, especially during mixedClusterTest.

- match:
$body: |
Expand Down

0 comments on commit cf385f5

Please sign in to comment.