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
10 changes: 10 additions & 0 deletions ci-operator/config/openshift/external-dns/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DO NOT EDIT; this file is auto-generated using tools/populate-owners.
# from https://github.com/openshift/hive/blob/6b31677c041380d632b67d7bef7ddfde8cf34b68/OWNERS
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- abutcher
- csrwng
- dgoodwin
- joelddiaz
- twiest
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
tag_specification:
name: '4.0'
namespace: ocp
promotion:
name: hive-v4.0
namespace: openshift
base_images:
base:
name: '4.0'
namespace: ocp
tag: base
binary_build_commands: make build
canonical_go_repository: github.com/kubernetes-incubator/external-dns
images:
- dockerfile_path: Dockerfile.ci
from: base
to: external-dns
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
unit:
limits:
memory: 4Gi
requests:
cpu: 500m
memory: 1Gi
integration:
limits:
memory: 4Gi
requests:
cpu: 1000m
memory: 2Gi
build_root:
image_stream_tag:
cluster: https://api.ci.openshift.org
name: release
namespace: openshift
tag: golang-1.10
10 changes: 10 additions & 0 deletions ci-operator/jobs/openshift/external-dns/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DO NOT EDIT; this file is auto-generated using tools/populate-owners.
# from https://github.com/openshift/hive/blob/6b31677c041380d632b67d7bef7ddfde8cf34b68/OWNERS
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- abutcher
- csrwng
- dgoodwin
- joelddiaz
- twiest
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
postsubmits:
openshift/external-dns:
- agent: kubernetes
branches:
- ^openshift-4\.0$
context: ""
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: branch-ci-openshift-external-dns-openshift-4.0-images
spec:
containers:
- args:
- --artifact-dir=$(ARTIFACTS)
- --give-pr-author-access-to-namespace=true
- --promote
- --target=[images]
command:
- ci-operator
env:
- name: CONFIG_SPEC
valueFrom:
configMapKeyRef:
key: openshift-external-dns-openshift-4.0.yaml
name: ci-operator-4.0-configs
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
serviceAccountName: ci-operator
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
presubmits:
openshift/external-dns:
- agent: kubernetes
always_run: true
branches:
- openshift-4.0
context: ci/prow/images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
name: pull-ci-openshift-external-dns-openshift-4.0-images
rerun_command: /test images
spec:
containers:
- args:
- --artifact-dir=$(ARTIFACTS)
- --give-pr-author-access-to-namespace=true
- --target=[images]
command:
- ci-operator
env:
- name: CONFIG_SPEC
valueFrom:
configMapKeyRef:
key: openshift-external-dns-openshift-4.0.yaml
name: ci-operator-4.0-configs
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
serviceAccountName: ci-operator
trigger: '(?m)^/test (?:.*? )?images(?: .*?)?$'
4 changes: 4 additions & 0 deletions cluster/ci/config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ tide:
- openshift/images
- kiegroup/kie-cloud-operator
- openshift/hive
- openshift/external-dns
- openshift/odo
- openshift/odo-supervisord-image
- openshift/external-storage
Expand Down Expand Up @@ -429,6 +430,9 @@ branch-protection:
hive:
protect: true
enforce_admins: true
external-dns:
protect: true
enforce_admins: true
jenkins-client-plugin:
protect: true
enforce_admins: false
Expand Down
3 changes: 3 additions & 0 deletions cluster/ci/config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,9 @@ plugins:
openshift/hive:
- approve

openshift/external-dns:
- approve

openshift/odo:
- approve

Expand Down