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
2 changes: 2 additions & 0 deletions ci-operator/config/rhobs/configuration/.config.prowgen
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
private: true
expose: true
23 changes: 23 additions & 0 deletions ci-operator/config/rhobs/configuration/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# Fetched from https://github.com/rhobs/configuration 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:
- philipgough
- saswatamcode
- moadz
- xperimental
- JoaoBraveCoding
- dustman9000
- simonpasquier
options: {}
reviewers:
- philipgough
- saswatamcode
- moadz
- xperimental
- JoaoBraveCoding
- dustman9000
- simonpasquier
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
build_root:
image_stream_tag:
name: release
namespace: openshift
tag: rhel-9-release-golang-1.25-openshift-4.22
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
tests:
- as: build
commands: make grafana manifests prometheusrules format lint validate && git diff
--exit-code
container:
from: src
zz_generated_metadata:
branch: main
org: rhobs
repo: configuration
23 changes: 23 additions & 0 deletions ci-operator/jobs/rhobs/configuration/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# DO NOT EDIT; this file is auto-generated using https://github.com/openshift/ci-tools.
# Fetched from https://github.com/rhobs/configuration 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:
- philipgough
- saswatamcode
- moadz
- xperimental
- JoaoBraveCoding
- dustman9000
- simonpasquier
options: {}
reviewers:
- philipgough
- saswatamcode
- moadz
- xperimental
- JoaoBraveCoding
- dustman9000
- simonpasquier
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
presubmits:
rhobs/configuration:
- agent: kubernetes
always_run: true
branches:
- ^main$
- ^main-
cluster: build01
context: ci/prow/build
decorate: true
decoration_config:
skip_cloning: true
labels:
ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-rhobs-configuration-main-build
rerun_command: /test build
spec:
containers:
- args:
- --gcs-upload-secret=/secrets/gcs/service-account.json
- --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
- --oauth-token-path=/usr/local/github-credentials/oauth
- --report-credentials-file=/etc/report/credentials
- --target=build
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: /secrets/gcs
name: gcs-credentials
readOnly: true
- mountPath: /usr/local/github-credentials
name: github-credentials-openshift-ci-robot-private-git-cloner
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: github-credentials-openshift-ci-robot-private-git-cloner
secret:
secretName: github-credentials-openshift-ci-robot-private-git-cloner
- 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( | .* )build,?($|\s.*)
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
approve:
- commandHelpLink: ""
repos:
- rhobs/configuration
require_self_approval: false
external_plugins:
rhobs/configuration:
- endpoint: http://refresh
events:
- issue_comment
name: refresh
- endpoint: http://needs-rebase
events:
- issue_comment
- pull_request
name: needs-rebase
- 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:
- rhobs/configuration
review_acts_as_lgtm: true
plugins:
rhobs/configuration:
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
20 changes: 20 additions & 0 deletions core-services/prow/02_config/rhobs/configuration/_prowconfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
branch-protection:
orgs:
rhobs:
repos:
configuration:
unmanaged: true
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:
- rhobs/configuration