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