From b6b60f7fa5080475034679746b4a7202595fc5cd Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Wed, 26 Feb 2020 22:24:15 -0800 Subject: [PATCH] test images: Temporarely exclude Windows test images A previous PR (#76838) introduced the ability to build and publish Windows Test Images to kubernetes/test/images/image-util.sh. Additionally, that PR also configured the Image Promoter to use a few Windows Remote Docker build nodes to build the Windows Test Images, however, there is a minor issue: the build container has a different $HOME folder than expected (is: /builder/home, expected: /root - since it's the root user), and the Remote Docker credentials are mounted in /root. Because of that, image-build.sh cannot find the credentials it needs. This will have to be properly fixed, but for now, we can just skip the Windows image building part. --- test/images/cloudbuild.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/images/cloudbuild.yaml b/test/images/cloudbuild.yaml index 099d4615930..c1217938d55 100644 --- a/test/images/cloudbuild.yaml +++ b/test/images/cloudbuild.yaml @@ -17,9 +17,7 @@ steps: - BASE_REF=$_PULL_BASE_REF - WHAT=$_WHAT - REGISTRY=gcr.io/k8s-staging-e2e-test-images - - REMOTE_DOCKER_URL_1809=tcp://img-promoter-1809.eastus.cloudapp.azure.com:2376 - - REMOTE_DOCKER_URL_1903=tcp://img-promoter-1903.eastus.cloudapp.azure.com:2376 - - REMOTE_DOCKER_URL_1909=tcp://img-promoter-1909.eastus.cloudapp.azure.com:2376 + # TODO(claudiub): Readd the REMOTE_DOCKER_URL_${os_version} to reenable the Windows test image building process. args: - all-push substitutions: