From fab91f2de283f2cb025636beec29f0c02976f887 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sun, 23 Oct 2022 09:49:57 -0700 Subject: [PATCH] test images: Retrigger failing images Building multiarch images may flake if multiple images are being built on the same host. Some of the E2E test image failed to build because of this. --- test/images/jessie-dnsutils/fixup-apt-list.sh | 2 +- test/images/resource-consumer/README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test/images/jessie-dnsutils/fixup-apt-list.sh b/test/images/jessie-dnsutils/fixup-apt-list.sh index 31623f6c1ec..a9aa4f123dc 100755 --- a/test/images/jessie-dnsutils/fixup-apt-list.sh +++ b/test/images/jessie-dnsutils/fixup-apt-list.sh @@ -22,7 +22,7 @@ DEB_ARCH=$(dpkg --print-architecture) case ${DEB_ARCH} in s390x|arm64|ppc64el) - # we have to use the archive mirrors. + # We have to use the archive mirrors. # See: https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html echo "deb http://archive.debian.org/debian/ jessie main contrib non-free" | tee /etc/apt/sources.list echo "deb-src http://archive.debian.org/debian/ jessie main contrib non-free" | tee -a /etc/apt/sources.list diff --git a/test/images/resource-consumer/README.md b/test/images/resource-consumer/README.md index 0e4f6defd3e..a1d8b481dd0 100644 --- a/test/images/resource-consumer/README.md +++ b/test/images/resource-consumer/README.md @@ -78,4 +78,3 @@ Docker image of Resource Consumer can be found in Google Container Registry as g ### Vertical autoscaling of pod 1. Create consuming pod and start consuming appropriate amount of resources 2. Observed that limits has been increased -