From b71fbdb364390c40e2cd417192dcb9de9b7aab87 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Thu, 9 Jan 2020 04:04:04 -0800 Subject: [PATCH] Image Promoter: Adds Windows build nodes for Windows test images We have added and enabled the Image Promoter on the k/k test images, which will build the conformance images after a PR that affects kubernetes/test/images merges. We have added support for image-util.sh to handle external Windows Docker connections in order to build Windows images. This PR enables the Image Promoter to use some Windows nodes to build the necessary Windows images. --- test/images/cloudbuild.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/images/cloudbuild.yaml b/test/images/cloudbuild.yaml index 29be75e48bc..099d4615930 100644 --- a/test/images/cloudbuild.yaml +++ b/test/images/cloudbuild.yaml @@ -17,6 +17,9 @@ 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 args: - all-push substitutions: