Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@

---
"Start and stop old outlier_detection job":
- skip:
version: " - 7.99.99"
reason: "_doc_count field is currently implemented only in 8.x"

- do:
ml.start_data_frame_analytics:
id: "old_cluster_outlier_detection_job"
Expand Down Expand Up @@ -122,10 +118,6 @@

---
"Put an outlier_detection job on the mixed cluster":
- skip:
version: " - 7.99.99"
reason: "_doc_count field is currently implemented only in 8.x"

- do:
ml.put_data_frame_analytics:
id: "mixed_cluster_outlier_detection_job"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@

---
"Get mixed cluster outlier_detection job":
- skip:
version: " - 8.00.00"
reason: "_doc_count field is currently implemented only in 8.x"
- do:
ml.get_data_frame_analytics:
id: "mixed_cluster_outlier_detection_job"
Expand All @@ -102,9 +99,6 @@

---
"Get mixed cluster outlier_detection job stats":
- skip:
version: " - 8.00.00"
reason: "_doc_count field is currently implemented only in 8.x"
- do:
ml.get_data_frame_analytics_stats:
id: "mixed_cluster_outlier_detection_job"
Expand Down