-
Notifications
You must be signed in to change notification settings - Fork 2.2k
OTA-1896: Add a configuration for the openshift/cluster-update-console-plugin repository #77093
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-bot
merged 2 commits into
openshift:main
from
DavidHurta:new-repo-openshift-cluster-update-console-plugin
Apr 7, 2026
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
ci-operator/config/openshift/cluster-update-console-plugin/OWNERS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| approvers: | ||
| - davidhurta | ||
| - fao89 | ||
| - hongkailiu | ||
| - pratikmahajan | ||
| - wking | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 | ||
27 changes: 27 additions & 0 deletions
27
...openshift/cluster-update-console-plugin/openshift-cluster-update-console-plugin-main.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
12
ci-operator/jobs/openshift/cluster-update-console-plugin/OWNERS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
65 changes: 65 additions & 0 deletions
65
...luster-update-console-plugin/openshift-cluster-update-console-plugin-main-presubmits.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.*) |
13 changes: 13 additions & 0 deletions
13
core-services/prow/02_config/openshift/cluster-update-console-plugin/_pluginconfig.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
16 changes: 16 additions & 0 deletions
16
core-services/prow/02_config/openshift/cluster-update-console-plugin/_prowconfig.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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-approversalias and then use it in all of these locations?