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:
- rmohr
- davidvossel
- nunnatsa
- nirarg
options: {}
reviewers:
- rmohr
- davidvossel
- nunnatsa
- nirarg
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
binary_build_commands: make manager
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.17
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: unit-tests
commands: GOFLAGS="-mod=readonly" make test
container:
from: src
zz_generated_metadata:
branch: main
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:
- rmohr
- davidvossel
- nunnatsa
- nirarg
options: {}
reviewers:
- rmohr
- davidvossel
- nunnatsa
- nirarg
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
presubmits:
openshift/cluster-api-provider-kubevirt:
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build01
context: ci/prow/unit-tests
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-api-provider-kubevirt-main-unit-tests
rerun_command: /test unit-tests
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --report-credentials-file=/etc/report/credentials
- --target=unit-tests
command:
- ci-operator
image: ci-operator:latest
imagePullPolicy: Always
name: ""
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- 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( | .* )unit-tests,?($|\s.*)
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:
- rmohr
- davidvossel
- nunnatsa
- nirarg
options: {}
reviewers:
- rmohr
- davidvossel
- nunnatsa
- nirarg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
approve:
- commandHelpLink: ""
repos:
- openshift/cluster-api-provider-kubevirt
require_self_approval: false
lgtm:
- repos:
- openshift/cluster-api-provider-kubevirt
review_acts_as_lgtm: true
plugins:
openshift/cluster-api-provider-kubevirt:
plugins:
- approve