From 5f8b0f13a564eef5bf4a24a7c00e800268350196 Mon Sep 17 00:00:00 2001 From: yiran Date: Sat, 20 Apr 2019 12:21:03 +0800 Subject: [PATCH] Pre check tidb-servers version in parallel --- excessive_rolling_update.yml | 1 - rolling_update.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/excessive_rolling_update.yml b/excessive_rolling_update.yml index 5bf76fef4..b41e9744f 100644 --- a/excessive_rolling_update.yml +++ b/excessive_rolling_update.yml @@ -41,7 +41,6 @@ - name: Pre-check for rolling update hosts: tidb_servers any_errors_fatal: true - serial: 1 tags: - always tasks: diff --git a/rolling_update.yml b/rolling_update.yml index 82ce64a87..a60b2d346 100644 --- a/rolling_update.yml +++ b/rolling_update.yml @@ -41,7 +41,6 @@ - name: Pre-check for rolling update hosts: tidb_servers any_errors_fatal: true - serial: 1 tags: - always tasks: