Merge pull request #3952 from BenTheElder/image-builds-k8s-infra

switch to k8s-infra hosted image for staging builds
This commit is contained in:
Kubernetes Prow Robot
2025-06-05 12:56:38 -07:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
options:
substitution_option: ALLOW_LOOSE
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
env:
- PULL_BASE_SHA=$_PULL_BASE_SHA
entrypoint: hack/ci/push-latest-cli/push-latest-cli.sh

View File

@@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_32
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/base', 'push']

View File

@@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/haproxy', 'push']

View File

@@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_32
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/kindnetd', 'push']

View File

@@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/local-path-helper', 'push']

View File

@@ -3,6 +3,6 @@ options:
substitution_option: ALLOW_LOOSE
machineType: E2_HIGHCPU_8
steps:
- name: gcr.io/k8s-testimages/krte:latest-master
- name: gcr.io/k8s-staging-test-infra/krte:latest-master
entrypoint: make
args: ['-C', 'images/local-path-provisioner', 'push']