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
12 changes: 12 additions & 0 deletions ci-operator/config/openshift/cluster-update-console-plugin/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
approvers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
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.

nit: Instead of hard-coding again locally here, maybe we can update the cincinnati-approvers alias and then use it in all of these locations?

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.

Nevermind, I see from your b952f94 commit message that we don't actually care what goes in as seed data here.

options: {}
reviewers:
- davidhurta
- fao89
- hongkailiu
- wking
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
build_root:
from_repository: true
releases:
latest:
candidate:
architecture: amd64
product: ocp
stream: nightly
version: "4.22"
resources:
'*':
limits:
memory: 4Gi
requests:
cpu: 100m
memory: 200Mi
test_binary_build_commands: yarn install --immutable && yarn build
tests:
- as: frontend
commands: ./test-frontend.sh
container:
from: test-bin
skip_if_only_changed: ^(README\.md|OWNERS|LICENSE|AGENTS\.md|CLAUDE\.md|\.gitignore)$
zz_generated_metadata:
branch: main
org: openshift
repo: cluster-update-console-plugin
12 changes: 12 additions & 0 deletions ci-operator/jobs/openshift/cluster-update-console-plugin/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
approvers:
- davidhurta
- fao89
- hongkailiu
- pratikmahajan
- wking
options: {}
reviewers:
- davidhurta
- fao89
- hongkailiu
- wking
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
presubmits:
openshift/cluster-update-console-plugin:
- agent: kubernetes
always_run: false
branches:
- ^main$
- ^main-
cluster: build01
context: ci/prow/frontend
decorate: true
labels:
ci.openshift.io/generator: prowgen
job-release: "4.22"
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: pull-ci-openshift-cluster-update-console-plugin-main-frontend
rerun_command: /test frontend
skip_if_only_changed: ^(README\.md|OWNERS|LICENSE|AGENTS\.md|CLAUDE\.md|\.gitignore)$
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=frontend
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: /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: 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( | .* )frontend,?($|\s.*)
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
approve:
- commandHelpLink: ""
repos:
- openshift/cluster-update-console-plugin
require_self_approval: false
lgtm:
- repos:
- openshift/cluster-update-console-plugin
review_acts_as_lgtm: true
plugins:
openshift/cluster-update-console-plugin:
plugins:
- approve
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
tide:
queries:
- labels:
- approved
- jira/valid-reference
- lgtm
- verified
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/cluster-update-console-plugin