Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ presubmits:
- ^master$
spec:
containers:
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200107-v2.3.1-71-gfd2fae8
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200305-v2.3.1-117-gd677a55
command:
- cip
args:
Expand Down
8 changes: 4 additions & 4 deletions config/jobs/kubernetes/test-infra/test-infra-trusted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ postsubmits:
spec:
serviceAccountName: pusher
containers:
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200107-v2.3.1-71-gfd2fae8
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200305-v2.3.1-117-gd677a55
command:
- cip
args:
Expand All @@ -722,7 +722,7 @@ postsubmits:
- ^master$
spec:
containers:
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200107-v2.3.1-71-gfd2fae8
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200305-v2.3.1-117-gd677a55
command:
- cip
args:
Expand Down Expand Up @@ -1090,7 +1090,7 @@ periodics:
description: Runs label_sync to synchronize GitHub repo labels with the label config defined in label_sync/labels.yaml.
# ci-k8sio-cip runs daily, to make sure that the destination GCRs do not deviate
# away from the intent of the manifest.
- interval: 24h
- interval: 4h
cluster: test-infra-trusted
max_concurrency: 1
# This name is the "job name", passed in as "--job=NAME" for mkpj.
Expand All @@ -1115,7 +1115,7 @@ periodics:
# interactive bash session:
#
# docker run --rm -it gcr.io/cip-demo-staging/cip:<tag> "cd /cip && bash"
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200107-v2.3.1-71-gfd2fae8
- image: us.gcr.io/k8s-artifacts-prod/artifact-promoter/cip:20200305-v2.3.1-117-gd677a55
command:
- cip
args:
Expand Down