mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
switch to k8s-infra hosted image for staging builds
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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']
|
||||
|
||||
@@ -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']
|
||||
|
||||
@@ -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']
|
||||
|
||||
@@ -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']
|
||||
|
||||
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user