Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move periodic-imagestream-importer to app.ci #14522

Merged
merged 1 commit into from Dec 24, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci-operator/jobs/infra-periodics.yaml
Expand Up @@ -1155,7 +1155,7 @@ periodics:
cpu: 500m
serviceAccountName: group-auto-updater
- agent: kubernetes
cluster: api.ci
cluster: app.ci
cron: '@weekly'
decorate: true
decoration_config:
Expand All @@ -1179,7 +1179,7 @@ periodics:
done
command:
- /bin/bash
image: registry.svc.ci.openshift.org/ocp/4.7:cli
image: image-registry.openshift-image-registry.svc:5000/ocp/4.7:cli
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not nice.
The public one looks much nicer.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to do this like this for now.
/hold cancel

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imagePullPolicy: Always
name: ""
resources: {}
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions core-services/sanitize-prow-jobs/_config.yaml
Expand Up @@ -1618,6 +1618,7 @@ groups:
- periodic-branch-protector
- periodic-prow-auto-registry-replacer
- periodic-manage-clonerefs
- periodic-imagestream-importer
paths:
- "infra-image-mirroring.yaml"
"build01":
Expand Down