Skip to content

Commit

Permalink
Merge pull request #20703 from cpanato/update-releng-image-job
Browse files Browse the repository at this point in the history
releng: update pull-release-image-kube-cross to set the cluster where it should run
  • Loading branch information
k8s-ci-robot authored Feb 9, 2021
2 parents a18d4fd + a834252 commit 315c7b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,12 @@ presubmits:
testgrid-num-columns-recent: '30'
- name: pull-release-image-kube-cross
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/cross\/'
path_alias: k8s.io/release
spec:
serviceAccountName: gcb-builder
serviceAccountName: gcb-builder-releng-test
containers:
- image: gcr.io/k8s-testimages/image-builder:v20210204-b06ec78
command:
Expand All @@ -102,6 +103,13 @@ presubmits:
env:
- name: LOG_TO_STDOUT
value: "y"
resources:
requests:
cpu: 1000m
memory: 1Gi
limits:
cpu: 1000m
memory: 1Gi
annotations:
testgrid-dashboards: sig-release-releng-presubmits
testgrid-tab-name: release-image-kube-cross
Expand Down

0 comments on commit 315c7b1

Please sign in to comment.