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 <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2021-06-03 10:38:00 -07:00
parent 554086389c
commit cc8a1138c7

View File

@@ -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/