Skip to content
Open
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
19 changes: 19 additions & 0 deletions ci-operator/config/openshift-eng/ota-tools/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# Fetched from https://github.com/openshift/cincinnati root OWNERS
# If the repo had OWNERS_ALIASES then the aliases were expanded
# Logins who are not members of 'openshift' organization were filtered out
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
options: {}
reviewers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: golang-1.25
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: unit
steps:
test:
- as: test
commands: echo 'we need at least one test to pass the check'
from: src
resources:
requests:
cpu: 100m
memory: 200Mi
zz_generated_metadata:
branch: main
org: openshift-eng
repo: ota-tools
19 changes: 19 additions & 0 deletions ci-operator/jobs/openshift-eng/ota-tools/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# Fetched from https://github.com/openshift/cincinnati root OWNERS
# If the repo had OWNERS_ALIASES then the aliases were expanded
# Logins who are not members of 'openshift' organization were filtered out
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
options: {}
reviewers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
presubmits:
openshift-eng/ota-tools:
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build01
context: ci/prow/unit
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-eng-ota-tools-main-unit
rerun_command: /test unit
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --lease-server-credentials-file=/etc/boskos/credentials
- --report-credentials-file=/etc/report/credentials
- --target=unit
command:
- ci-operator
env:
- name: HTTP_SERVER_IP
valueFrom:
fieldRef:
fieldPath: status.podIP
image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
imagePullPolicy: Always
name: ""
ports:
- containerPort: 8080
name: http
resources:
requests:
cpu: 10m
volumeMounts:
- mountPath: /etc/boskos
name: boskos
readOnly: true
- mountPath: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /secrets/manifest-tool
name: manifest-tool-local-pusher
readOnly: true
- mountPath: /etc/pull-secret
name: pull-secret
readOnly: true
- mountPath: /etc/report
name: result-aggregator
readOnly: true
serviceAccountName: ci-operator
volumes:
- name: boskos
secret:
items:
- key: credentials
path: credentials
secretName: boskos-credentials
- name: manifest-tool-local-pusher
secret:
secretName: manifest-tool-local-pusher
- name: pull-secret
secret:
secretName: registry-pull-credentials
- name: result-aggregator
secret:
secretName: result-aggregator
trigger: (?m)^/test( | .* )unit,?($|\s.*)
19 changes: 19 additions & 0 deletions core-services/prow/02_config/openshift-eng/ota-tools/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# Fetched from https://github.com/openshift/cincinnati root OWNERS
# If the repo had OWNERS_ALIASES then the aliases were expanded
# Logins who are not members of 'openshift' organization were filtered out
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md

approvers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
options: {}
reviewers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
approve:
- commandHelpLink: ""
repos:
- openshift-eng/ota-tools
require_self_approval: false
external_plugins:
openshift-eng/ota-tools:
- endpoint: http://refresh
events:
- issue_comment
name: refresh
- endpoint: http://cherrypick
events:
- issue_comment
- pull_request
name: cherrypick
- endpoint: http://needs-rebase
events:
- issue_comment
- pull_request
name: needs-rebase
- endpoint: http://backport-verifier
events:
- issue_comment
- pull_request
name: backport-verifier
- endpoint: http://payload-testing-prow-plugin
events:
- issue_comment
name: payload-testing-prow-plugin
- endpoint: http://jira-lifecycle-plugin
events:
- issue_comment
- pull_request
name: jira-lifecycle-plugin
- endpoint: http://pipeline-controller
events:
- pull_request
- issue_comment
name: pipeline-controller
- endpoint: http://multi-pr-prow-plugin
events:
- issue_comment
name: multi-pr-prow-plugin
lgtm:
- repos:
- openshift-eng/ota-tools
review_acts_as_lgtm: true
plugins:
openshift-eng/ota-tools:
plugins:
- assign
- blunderbuss
- cat
- dog
- heart
- golint
- goose
- help
- hold
- jira
- label
- lgtm
- lifecycle
- override
- pony
- retitle
- shrug
- sigmention
- skip
- trigger
- verify-owners
- owners-label
- wip
- yuks
- approve
triggers:
- repos:
- openshift-eng/ota-tools
trusted_apps:
- openshift-merge-bot
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
tide:
queries:
- labels:
- approved
- lgtm
missingLabels:
- backports/unvalidated-commits
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- jira/invalid-bug
- needs-rebase
repos:
- openshift-eng/ota-tools