-
Notifications
You must be signed in to change notification settings - Fork 2.2k
ROSAENG-59283 | prow onboarding for ams #80255
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
Open
cambelem
wants to merge
1
commit into
openshift:main
Choose a base branch
from
cambelem:rosaeng-59283-prow-onboard-rosa-account-manager-service
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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
8 changes: 8 additions & 0 deletions
8
ci-operator/config/openshift-online/rosa-account-manager-service/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,8 @@ | ||
| approvers: | ||
| - cambelem | ||
| - bhushanthakur93 | ||
| - rawsyntax | ||
| reviewers: | ||
| - cambelem | ||
| - bhushanthakur93 | ||
| - rawsyntax |
35 changes: 35 additions & 0 deletions
35
...ne/rosa-account-manager-service/openshift-online-rosa-account-manager-service-master.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,35 @@ | ||
| binary_build_commands: go install ./cmd/account-manager | ||
| build_root: | ||
| image_stream_tag: | ||
| name: release | ||
| namespace: openshift | ||
| tag: golang-1.25 | ||
| resources: | ||
| '*': | ||
| limits: | ||
| memory: 4Gi | ||
| requests: | ||
| cpu: 100m | ||
| memory: 200Mi | ||
| test_binary_build_commands: go test ./pkg/... ./cmd/... ./test/... | ||
| tests: | ||
| - as: unit-test | ||
| commands: make test | ||
| container: | ||
| from: bin | ||
| - as: integration-test | ||
| commands: make test-integration | ||
| container: | ||
| from: bin | ||
| - as: fedramp-test | ||
| commands: make test-fedramp | ||
| container: | ||
| from: bin | ||
| - as: xcm-test | ||
| commands: make test-xcm | ||
| container: | ||
| from: bin | ||
| zz_generated_metadata: | ||
| branch: master | ||
| org: openshift-online | ||
| repo: rosa-account-manager-service | ||
8 changes: 8 additions & 0 deletions
8
ci-operator/jobs/openshift-online/rosa-account-manager-service/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,8 @@ | ||
| approvers: | ||
| - cambelem | ||
| - bhushanthakur93 | ||
| - rawsyntax | ||
| reviewers: | ||
| - cambelem | ||
| - bhushanthakur93 | ||
| - rawsyntax |
254 changes: 254 additions & 0 deletions
254
...ount-manager-service/openshift-online-rosa-account-manager-service-master-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,254 @@ | ||
| presubmits: | ||
| openshift-online/rosa-account-manager-service: | ||
| - agent: kubernetes | ||
| always_run: true | ||
| branches: | ||
| - ^master$ | ||
| - ^master- | ||
| cluster: build01 | ||
| context: ci/prow/fedramp-test | ||
| 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-online-rosa-account-manager-service-master-fedramp-test | ||
| rerun_command: /test fedramp-test | ||
| 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=fedramp-test | ||
| 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( | .* )fedramp-test,?($|\s.*) | ||
| - agent: kubernetes | ||
| always_run: true | ||
| branches: | ||
| - ^master$ | ||
| - ^master- | ||
| cluster: build01 | ||
| context: ci/prow/integration-test | ||
| 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-online-rosa-account-manager-service-master-integration-test | ||
| rerun_command: /test integration-test | ||
| 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=integration-test | ||
| 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( | .* )integration-test,?($|\s.*) | ||
| - agent: kubernetes | ||
| always_run: true | ||
| branches: | ||
| - ^master$ | ||
| - ^master- | ||
| cluster: build01 | ||
| context: ci/prow/unit-test | ||
| 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-online-rosa-account-manager-service-master-unit-test | ||
| rerun_command: /test unit-test | ||
| 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=unit-test | ||
| 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( | .* )unit-test,?($|\s.*) | ||
| - agent: kubernetes | ||
| always_run: true | ||
| branches: | ||
| - ^master$ | ||
| - ^master- | ||
| cluster: build01 | ||
| context: ci/prow/xcm-test | ||
| 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-online-rosa-account-manager-service-master-xcm-test | ||
| rerun_command: /test xcm-test | ||
| 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=xcm-test | ||
| 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( | .* )xcm-test,?($|\s.*) |
89 changes: 89 additions & 0 deletions
89
...-services/prow/02_config/openshift-online/rosa-account-manager-service/_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,89 @@ | ||
| approve: | ||
| - repos: | ||
| - openshift-online/rosa-account-manager-service | ||
| require_self_approval: false | ||
| external_plugins: | ||
| openshift-online/rosa-account-manager-service: | ||
| - 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 | ||
| - pull_request_review | ||
| 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 | ||
| - endpoint: http://ship-hook | ||
| events: | ||
| - pull_request | ||
| - issue_comment | ||
| - pull_request_review | ||
| name: ship-hook | ||
| lgtm: | ||
| - repos: | ||
| - openshift-online/rosa-account-manager-service | ||
| review_acts_as_lgtm: true | ||
| plugins: | ||
| openshift-online/rosa-account-manager-service: | ||
| 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: | ||
| - org_invite: | ||
| prominent: {} | ||
| repos: | ||
| - openshift-online/rosa-account-manager-service | ||
| trusted_apps: | ||
| - openshift-merge-bot |
Oops, something went wrong.
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.
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/release
Length of output: 157
🌐 Web query:
OpenShift CI golang builder image tags available in 2026💡 Result:
As of June 2026, OpenShift CI uses builder images hosted in the registry.ci.openshift.org/ocp/builder repository [1]. These images typically follow a structured naming convention: registry.ci.openshift.org/ocp/builder:rhel-{VERSION}-golang-{GO_VERSION}-openshift-{OCP_VERSION} As of early 2026, recent technical documentation and source code updates confirm the availability and usage of Go 1.25 builder images, commonly paired with OpenShift 4.22 base images [2][3][4][5][6]. Key naming patterns for these images include: - RHEL Version: Commonly rhel-9 (e.g., rhel-9-golang-1.25-openshift-4.22) [2][5]. RHEL-8 variants also exist and are updated in parallel for specific components (e.g., rhel-8-golang-1.25-openshift-4.22) [5]. - Golang Version: As of March/April 2026, Go 1.25 is the standard for new builds in many core OpenShift repositories [3][4][5][6]. - OpenShift Version: These images are tagged against specific OpenShift release streams, such as 4.22 [2][3][5][6]. Additionally, CI configurations often utilize "release" images for the build root, following a similar pattern: registry.ci.openshift.org/openshift/release:rhel-{VERSION}-release-golang-{GO_VERSION}-openshift-{OCP_VERSION} [1][3][4][5][6]. You can verify the current tags by querying the imagestreams in the OpenShift CI registry or by checking the build manifest configurations (.ci-operator.yaml) of official OpenShift repositories, which are regularly updated to reflect the latest stable builder tags [1][2][6].
Citations:
Update build_root golang tag to an existing imagestreamtag
The config references
release:golang-1.25in theopenshiftnamespace, butoc get imagestreamtag release:golang-1.25 -n openshiftreturns not found. Switch to a golang imagestreamtag that exists in that namespace (or align the config with the actual availablereleasetags).🤖 Prompt for AI Agents