switch to k8s-infra hosted image for staging builds

This commit is contained in:
Benjamin Elder
2025-06-05 12:29:10 -07:00
parent 07574072a3
commit 3d8d935a69
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']