Skip to content

Commit

Permalink
Add job periodic-prow-auto-config-brancher
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkailiu committed Sep 21, 2019
1 parent f6881c3 commit 01c7bc6
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions ci-operator/jobs/infra-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,12 @@ periodics:
- command:
- /usr/bin/autobumper
args:
- --github-token=/etc/github/oauth
- --github-token-path=/etc/github/oauth
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --github-graphql-endpoint=http://ghproxy/graphql
- --github-graphql-endpoint=https://api.github.com/graphql
- --dry-run=false
- --git-name=openshift-bot
- --git-email=openshift-bot@redhat.com
- --target-dir=.
Expand All @@ -308,6 +313,47 @@ periodics:
- name: token
secret:
secretName: github-credentials-openshift-bot
- agent: kubernetes
labels:
ci.openshift.io/role: infra
extra_refs:
- base_ref: master
org: openshift
repo: release
cron: ""
decorate: true
interval: 12h
name: periodic-prow-auto-config-brancher
spec:
containers:
- command:
- /usr/bin/autoconfigbrancher
args:
- --github-token-path=/etc/github/oauth
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --github-graphql-endpoint=http://ghproxy/graphql
- --github-graphql-endpoint=https://api.github.com/graphql
- --dry-run=false
- --git-name=openshift-bot
- --git-email=openshift-bot@redhat.com
- --target-dir=.
- --current-release=4.2
- --future-release=4.3
image: registry.svc.ci.openshift.org/ci/auto-config-brancher:latest
imagePullPolicy: Always
name: "auto-config-brancher"
resources:
requests:
cpu: 500m
volumeMounts:
- mountPath: /etc/github
name: token
readOnly: true
volumes:
- name: token
secret:
secretName: github-credentials-openshift-bot
- agent: kubernetes
labels:
ci.openshift.io/role: infra
Expand All @@ -323,7 +369,12 @@ periodics:
- command:
- /usr/bin/autoowners
args:
- --github-token=/etc/github/oauth
- --github-token-path=/etc/github/oauth
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --github-graphql-endpoint=http://ghproxy/graphql
- --github-graphql-endpoint=https://api.github.com/graphql
- --dry-run=false
- --git-name=openshift-bot
- --git-email=openshift-bot@redhat.com
- --target-dir=.
Expand Down

0 comments on commit 01c7bc6

Please sign in to comment.