[7.x] [CI] Update integration test suite with new Docker distribution format

This commit is contained in:
Seth Michael Larson
2021-01-29 15:22:58 -06:00
committed by GitHub
parent da6629d1a4
commit 9744eae1b6
13 changed files with 285 additions and 302 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ def wipe_cluster(client):
except ImportError:
pass
is_xpack = os.getenv("TEST_SUITE") == "xpack"
is_xpack = os.getenv("TEST_SUITE") == "platinum"
if is_xpack:
wipe_rollup_jobs(client)
wait_for_pending_tasks(client, filter="xpack/rollup/job")