Mute ML rolling upgrade tests. Awaits fix elastic/x-pack-elasticsearch#1760
Original commit: elastic/x-pack-elasticsearch@deaf060818
This commit is contained in:
parent
53294f217c
commit
51603620ee
|
@ -7,6 +7,10 @@ setup:
|
|||
|
||||
---
|
||||
"Test get old cluster job":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.get_jobs:
|
||||
job_id: old-cluster-job
|
||||
|
@ -44,6 +48,10 @@ setup:
|
|||
|
||||
---
|
||||
"Create a job in the mixed cluster and write some data":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.put_job:
|
||||
job_id: mixed-cluster-job
|
||||
|
|
|
@ -6,6 +6,10 @@ setup:
|
|||
|
||||
---
|
||||
"Test old cluster datafeed":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.get_datafeeds:
|
||||
datafeed_id: old-cluster-datafeed
|
||||
|
@ -22,6 +26,9 @@ setup:
|
|||
|
||||
---
|
||||
"Put job and datafeed in mixed cluster":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.put_job:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"Put job on the old cluster and post some data":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.put_job:
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
"Put job and datafeed in old cluster":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.put_job:
|
||||
|
|
|
@ -8,6 +8,9 @@ setup:
|
|||
|
||||
---
|
||||
"Test open old jobs":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.open_job:
|
||||
|
|
|
@ -18,6 +18,10 @@ setup:
|
|||
|
||||
---
|
||||
"Test old and mixed cluster datafeeds":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "Awaiting fix of #1760"
|
||||
|
||||
- do:
|
||||
xpack.ml.get_datafeeds:
|
||||
datafeed_id: old-cluster-datafeed
|
||||
|
|
Loading…
Reference in New Issue