Skip to content

Commit 1afb554

Browse files
authored
Merge pull request kubernetes#88818 from claudiubelu/test-images/skips-windows
test images: Temporarely exclude Windows test images
2 parents 45ac57f + b6b60f7 commit 1afb554

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/images/cloudbuild.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ steps:
1717
- BASE_REF=$_PULL_BASE_REF
1818
- WHAT=$_WHAT
1919
- REGISTRY=gcr.io/k8s-staging-e2e-test-images
20-
- REMOTE_DOCKER_URL_1809=tcp://img-promoter-1809.eastus.cloudapp.azure.com:2376
21-
- REMOTE_DOCKER_URL_1903=tcp://img-promoter-1903.eastus.cloudapp.azure.com:2376
22-
- REMOTE_DOCKER_URL_1909=tcp://img-promoter-1909.eastus.cloudapp.azure.com:2376
20+
# TODO(claudiub): Readd the REMOTE_DOCKER_URL_${os_version} to reenable the Windows test image building process.
2321
args:
2422
- all-push
2523
substitutions:

0 commit comments

Comments
 (0)