From cc8a1138c70b653123a8f5cbaef63e6a97cf7497 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 3 Jun 2021 10:38:00 -0700 Subject: [PATCH] tests: Revert "Add sleep and debug to the jenkins ..." This reverts https://gem5-review.googlesource.com/c/public/gem5/+/45999. This patch didn't yield any useful information, nor did the sleep fix the issue. From communications with Google, the problem is with the Kokoro service and is currently being fixed. Change-Id: I301b470e6f8ed5adb2cc3c0a81590ae804ef750d Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/46419 Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce Tested-by: kokoro --- tests/jenkins/presubmit.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/jenkins/presubmit.sh b/tests/jenkins/presubmit.sh index e7274ee870..5dc501655d 100755 --- a/tests/jenkins/presubmit.sh +++ b/tests/jenkins/presubmit.sh @@ -36,7 +36,6 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set -e -set -x DOCKER_IMAGE_ALL_DEP=gcr.io/gem5-test/ubuntu-20.04_all-dependencies DOCKER_IMAGE_CLANG_COMPILE=gcr.io/gem5-test/clang-version-9 @@ -48,14 +47,6 @@ sudo mv /var/lib/docker /tmpfs/ sudo ln -s /tmpfs/docker /var/lib/docker sudo /etc/init.d/docker start -# This is a conservative step to ensure the docker service is fully running -# prior to executing the tests. -sleep 2 - -# Pull the docker images we require -docker pull "${DOCKER_IMAGE_ALL_DEP}" -docker pull "${DOCKER_IMAGE_CLANG_COMPILE}" - # Move the CWD to the gem5 checkout. cd git/jenkins-gem5-prod/