From 4c5570af8b854d9a78fa7d1873854d9d4a2bece9 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 3 Mar 2022 19:11:21 +0000 Subject: [PATCH] Update git submodules * Update kuryr-tempest-plugin from branch 'master' to 79917999e95b19b452d2d7839278fa24c62fe683 - Merge "Limit number of K8s API requests" - Limit number of K8s API requests As the K8s client is logging every response to every request, we're starting to hit limits of tox' or Zuul's log side limit. This commit attempts to limit number of requests by making sure that in case of status checks we're iterating a list of pods instead of calling API for every pod. Moreover many `time.sleep()` occurences are modified to reduce the number of the requests made. Change-Id: Ifc2dfce2405429bbcae8c01f13f06d4e9fae9c8a --- kuryr-tempest-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr-tempest-plugin b/kuryr-tempest-plugin index d7dd6b2eb6..79917999e9 160000 --- a/kuryr-tempest-plugin +++ b/kuryr-tempest-plugin @@ -1 +1 @@ -Subproject commit d7dd6b2eb6f4a77f7f9f1963248de4246193123a +Subproject commit 79917999e95b19b452d2d7839278fa24c62fe683