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

approvers:
- bardielle
- ravidbro
- nirarg

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@bardielle Please add me as well

- chenyosef
options: {}
reviewers:
- bardielle
- ravidbro
- nirarg
- chenyosef
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
base_images:
base:
name: "4.7"
namespace: ocp
tag: base
ocp_builder_rhel-8-golang-openshift-4.6:
name: builder
namespace: ocp
tag: rhel-8-golang-openshift-4.6
Comment on lines 6 to 9

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

To prevent confusion -- the 4.6 should stay in this stanza for now.

openshift_release_golang-1.13:
name: release
namespace: openshift
tag: golang-1.13
binary_build_commands: make build
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.13
images:
- dockerfile_path: Dockerfile.rhel

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I sent openshift/cluster-api-provider-kubevirt#3 to rename the file to Dockerfile.rhel

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks I approved it

from: base
inputs:
ocp_builder_rhel-8-golang-openshift-4.6:
as:
- registry.svc.ci.openshift.org/ocp/builder:rhel-8-golang-openshift-4.6
to: kubevirt-machine-controllers
Comment on lines 24 to 27

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The 4.6 should stay here too (no change needed, just to prevent unnecessary changes)

promotion:
name: "4.7"
namespace: ocp
resources:
'*':
requests:
cpu: 100m
memory: 200Mi
tag_specification:
name: "4.7"
namespace: ocp
zz_generated_metadata:
branch: master
org: openshift
repo: cluster-api-provider-kubevirt
14 changes: 14 additions & 0 deletions ci-operator/jobs/openshift/cluster-api-provider-kubevirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- bardielle
- ravidbro
- nirarg
- chenyosef
options: {}
reviewers:
- bardielle
- ravidbro
- nirarg
- chenyosef
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
postsubmits:
openshift/cluster-api-provider-kubevirt:
- agent: kubernetes
branches:
- ^master$
cluster: api.ci
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/is-promotion: "true"
ci-operator.openshift.io/prowgen-controlled: "true"
max_concurrency: 1
name: branch-ci-openshift-cluster-api-provider-kubevirt-master-images
spec:
containers:
- args:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --promote
- --report-password-file=/etc/report/password.txt
- --report-username=ci
- --target=[images]
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
presubmits:
openshift/cluster-api-provider-kubevirt:
- agent: kubernetes
always_run: true
branches:
- master
cluster: build01
context: ci/prow/images
decorate: true
decoration_config:
skip_cloning: true
labels:
ci-operator.openshift.io/prowgen-controlled: "true"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-api-provider-kubevirt-master-images
rerun_command: /test images
spec:
containers:
- args:
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-password-file=/etc/report/password.txt
- --report-username=ci
- --target=[images]
- --target=[release:latest]
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )images,?($|\s.*)
3 changes: 3 additions & 0 deletions core-services/prow/02_config/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ tide:
- openshift/cluster-api-provider-libvirt
- openshift/cluster-api-provider-openstack
- openshift/cluster-api-provider-ovirt
- openshift/cluster-api-provider-kubevirt
- openshift/cluster-authentication-operator
- openshift/cluster-autoscaler-operator
- openshift/cluster-bootstrap
Expand Down Expand Up @@ -1326,6 +1327,7 @@ tide:
- openshift/cluster-api-provider-libvirt
- openshift/cluster-api-provider-openstack
- openshift/cluster-api-provider-ovirt
- openshift/cluster-api-provider-kubevirt
- openshift/cluster-authentication-operator
- openshift/cluster-autoscaler-operator
- openshift/cluster-bootstrap
Expand Down Expand Up @@ -1664,6 +1666,7 @@ tide:
- openshift/cluster-api-provider-libvirt
- openshift/cluster-api-provider-openstack
- openshift/cluster-api-provider-ovirt
- openshift/cluster-api-provider-kubevirt
- openshift/cluster-authentication-operator
- openshift/cluster-autoscaler-operator
- openshift/cluster-bootstrap
Expand Down
2 changes: 2 additions & 0 deletions core-services/prow/02_config/_plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9814,6 +9814,8 @@ plugins:
- approve
openshift/cluster-api-provider-kubemark:
- approve
openshift/cluster-api-provider-kubevirt:
- approve
openshift/cluster-api-provider-libvirt:
- approve
openshift/cluster-api-provider-openstack:
Expand Down