-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Onboard openshift/intelliaide-lightspeed-skills to CI #84020
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| reviewers: | ||
| - chirag-wrk | ||
| - sakshiep1 | ||
| - shivprakashmuley | ||
| - sujkini | ||
| - swghosh | ||
| approvers: | ||
| - Prashanth684 | ||
| - shivprakashmuley | ||
| - swghosh | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| build_root: | ||
| from_repository: true | ||
| images: | ||
| items: | ||
| - dockerfile_path: Containerfile | ||
| to: intelliaide-lightspeed-skills | ||
| promotion: | ||
| to: | ||
| - name: "5.1" | ||
| namespace: ocp | ||
| releases: | ||
| latest: | ||
| integration: | ||
| include_built_images: true | ||
| name: "5.1" | ||
| namespace: ocp | ||
| resources: | ||
| '*': | ||
| limits: | ||
| memory: 4Gi | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| zz_generated_metadata: | ||
| branch: main | ||
| org: openshift | ||
| repo: intelliaide-lightspeed-skills |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| reviewers: | ||
| - chirag-wrk | ||
| - sakshiep1 | ||
| - shivprakashmuley | ||
| - sujkini | ||
| - swghosh | ||
| approvers: | ||
| - Prashanth684 | ||
| - shivprakashmuley | ||
| - swghosh |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| postsubmits: | ||
| openshift/intelliaide-lightspeed-skills: | ||
| - agent: kubernetes | ||
| always_run: true | ||
| branches: | ||
| - ^main$ | ||
| cluster: build01 | ||
| decorate: true | ||
| decoration_config: | ||
| sparse_checkout_files: | ||
| - .ci-operator.yaml | ||
| - Containerfile | ||
| labels: | ||
| ci-operator.openshift.io/is-promotion: "true" | ||
| ci.openshift.io/generator: prowgen | ||
| max_concurrency: 1 | ||
| name: branch-ci-openshift-intelliaide-lightspeed-skills-main-images | ||
| spec: | ||
| containers: | ||
| - args: | ||
| - --gcs-upload-secret=/secrets/gcs/service-account.json | ||
| - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson | ||
| - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson | ||
| - --promote | ||
| - --report-credentials-file=/etc/report/credentials | ||
| - --target=[images] | ||
| command: | ||
| - ci-operator | ||
| image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest | ||
| imagePullPolicy: Always | ||
| name: "" | ||
| 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/push-secret | ||
| name: push-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: push-secret | ||
| secret: | ||
| secretName: registry-push-credentials-ci-central | ||
| - name: result-aggregator | ||
| secret: | ||
| secretName: result-aggregator |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| presubmits: | ||
| openshift/intelliaide-lightspeed-skills: | ||
| - agent: kubernetes | ||
| always_run: true | ||
| branches: | ||
| - ^main$ | ||
| - ^main- | ||
| cluster: build01 | ||
| context: ci/prow/images | ||
| decorate: true | ||
| decoration_config: | ||
| sparse_checkout_files: | ||
| - .ci-operator.yaml | ||
| - Containerfile | ||
| labels: | ||
| ci.openshift.io/generator: prowgen | ||
| pj-rehearse.openshift.io/can-be-rehearsed: "true" | ||
| name: pull-ci-openshift-intelliaide-lightspeed-skills-main-images | ||
| rerun_command: /test images | ||
| 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=[images] | ||
| - --target=[release:latest] | ||
| command: | ||
| - ci-operator | ||
| image: quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest | ||
| imagePullPolicy: Always | ||
| name: "" | ||
| 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( | .* )images,?($|\s.*) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| reviewers: | ||
| - chirag-wrk | ||
| - sakshiep1 | ||
| - shivprakashmuley | ||
| - sujkini | ||
| - swghosh | ||
| approvers: | ||
| - Prashanth684 | ||
| - shivprakashmuley | ||
| - swghosh |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| approve: | ||
| - repos: | ||
| - openshift/intelliaide-lightspeed-skills | ||
| require_self_approval: false | ||
| lgtm: | ||
| - repos: | ||
| - openshift/intelliaide-lightspeed-skills | ||
| review_acts_as_lgtm: true | ||
| plugins: | ||
| openshift/intelliaide-lightspeed-skills: | ||
| plugins: | ||
| - approve |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,160 @@ | ||
| tide: | ||
| queries: | ||
| - includedBranches: | ||
| - community-4.6 | ||
| - community-4.7 | ||
| - openshift-4.10 | ||
| - openshift-4.11 | ||
| - openshift-4.12 | ||
| - openshift-4.13 | ||
| - openshift-4.14 | ||
| - openshift-4.15 | ||
| - openshift-4.16 | ||
| - openshift-4.17 | ||
| - openshift-4.18 | ||
| - openshift-4.19 | ||
| - openshift-4.2 | ||
| - openshift-4.20 | ||
| - openshift-4.21 | ||
| - openshift-4.22 | ||
| - openshift-4.3 | ||
| - openshift-4.4 | ||
| - openshift-4.5 | ||
| - openshift-4.6 | ||
| - openshift-4.7 | ||
| - openshift-4.8 | ||
| - openshift-4.9 | ||
| - release-4.0 | ||
| - release-4.10 | ||
| - release-4.11 | ||
| - release-4.12 | ||
| - release-4.13 | ||
| - release-4.14 | ||
| - release-4.15 | ||
| - release-4.16 | ||
| - release-4.17 | ||
| - release-4.18 | ||
| - release-4.19 | ||
| - release-4.20 | ||
| - release-4.21 | ||
| - release-4.22 | ||
| - release-4.3 | ||
| - release-4.4 | ||
| - release-4.5 | ||
| - release-4.6 | ||
| - release-4.7 | ||
| - release-4.8 | ||
| - release-4.9 | ||
| labels: | ||
| - approved | ||
| - backport-risk-assessed | ||
| - jira/valid-bug | ||
| - 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 | ||
| repos: | ||
| - openshift/intelliaide-lightspeed-skills | ||
| - includedBranches: | ||
| - openshift-5.0 | ||
| - release-5.0 | ||
| labels: | ||
| - approved | ||
| - backport-risk-assessed | ||
| - jira/valid-bug | ||
| - 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 | ||
| repos: | ||
| - openshift/intelliaide-lightspeed-skills | ||
| - includedBranches: | ||
| - main | ||
| - master | ||
| 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 | ||
| - keep-main-query-separate | ||
| repos: | ||
| - openshift/intelliaide-lightspeed-skills | ||
| - excludedBranches: | ||
| - feature-es6x | ||
| - feature-prom-connector | ||
| - main | ||
| - master | ||
| - openshift-4.1 | ||
| - openshift-4.10 | ||
| - openshift-4.11 | ||
| - openshift-4.12 | ||
| - openshift-4.13 | ||
| - openshift-4.14 | ||
| - openshift-4.15 | ||
| - openshift-4.16 | ||
| - openshift-4.17 | ||
| - openshift-4.18 | ||
| - openshift-4.19 | ||
| - openshift-4.2 | ||
| - openshift-4.20 | ||
| - openshift-4.21 | ||
| - openshift-4.22 | ||
| - openshift-4.3 | ||
| - openshift-4.4 | ||
| - openshift-4.5 | ||
| - openshift-4.6 | ||
| - openshift-4.7 | ||
| - openshift-4.8 | ||
| - openshift-4.9 | ||
| - release-3.11 | ||
| - release-4.0 | ||
| - release-4.1 | ||
| - release-4.10 | ||
| - release-4.11 | ||
| - release-4.12 | ||
| - release-4.13 | ||
| - release-4.14 | ||
| - release-4.15 | ||
| - release-4.16 | ||
| - release-4.17 | ||
| - release-4.18 | ||
| - release-4.19 | ||
| - release-4.2 | ||
| - release-4.20 | ||
| - release-4.21 | ||
| - release-4.22 | ||
| - release-4.3 | ||
| - release-4.4 | ||
| - release-4.5 | ||
| - release-4.6 | ||
| - release-4.7 | ||
| - release-4.8 | ||
| - release-4.9 | ||
| labels: | ||
| - approved | ||
| - jira/valid-reference | ||
| - lgtm | ||
| missingLabels: | ||
| - backports/unvalidated-commits | ||
| - do-not-merge/hold | ||
| - do-not-merge/invalid-owners-file | ||
| - do-not-merge/work-in-progress | ||
| - jira/invalid-bug | ||
|
Comment on lines
+98
to
+158
Contributor
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. 🎯 Functional Correctness | 🟠 Major | ⚡ Quick win 🔎 Supported by static analysis🏁 Script executed: #!/bin/bash
set -e
file='core-services/prow/02_config/openshift/intelliaide-lightspeed-skills/_prowconfig.yaml'
printf '%s\n' '--- relevant configuration ---'
cat -n "$file" | sed -n '1,220p'
printf '%s\n' '--- query keys and branch entries ---'
rg -n 'includedBranches|excludedBranches|community-4\.6|community-4\.7|openshift-5\.0|release-5\.0|backport-risk-assessed|jira/valid-bug|verified' "$file"Repository: openshift/release Length of output: 5071 🌐 Web query:
💡 Result: In Prow's Tide component, the Citations:
Make the catch-all branch query disjoint. The catch-all query omits 🤖 Prompt for AI AgentsSource: MCP tools |
||
| repos: | ||
| - openshift/intelliaide-lightspeed-skills | ||
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.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: openshift/release
Length of output: 28814
🏁 Script executed:
Repository: openshift/release
Length of output: 45273
🏁 Script executed:
Repository: openshift/release
Length of output: 10835
🏁 Script executed:
Repository: openshift/release
Length of output: 4125
Regenerate both generated OWNERS files before merging.
Both files use the raw upstream layout instead of the generated ci-tools layout. Run
make ci-operator-configandmake prow-config, then commit both generated files.📍 Affects 2 files
ci-operator/config/openshift/intelliaide-lightspeed-skills/OWNERS#L1-L10(this comment)core-services/prow/02_config/openshift/intelliaide-lightspeed-skills/OWNERS#L1-L10🤖 Prompt for AI Agents