NO-ISSUE: Add promoted component images for Netris CI#80915
Conversation
WalkthroughThree OSAC component CI configurations are updated to add new image build entries and adjust image target naming for promotion workflows. Fulfillment-service adds explicit image targets including a code image, osac-aap redirects its build output target, and osac-operator adds a new code image. All three configurations remove old targets from promotion exclusion lists and update test environment variables to reference the new targets. ChangesOSAC Component Image Configuration Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
f0b60c9 to
e1c7fbf
Compare
|
/pj-rehearse pull-ci-osac-project-fulfillment-service-main-images pull-ci-osac-project-osac-operator-main-images pull-ci-osac-project-osac-aap-main-images |
|
@danmanor: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Add container and code images that will be promoted to the osac-project/latest imagestream for cross-repo import: - osac-operator: add osac-operator-code (source image) - fulfillment-service: add fulfillment-service (container image), fulfillment-service-code (source image) - osac-aap: add osac-aap-ee (execution environment image) These images are prerequisites for the Netris CI workflow which imports them as base_images when testing other components. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
e1c7fbf to
34f246b
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-osac-project-fulfillment-service-main-images pull-ci-osac-project-osac-operator-main-images pull-ci-osac-project-osac-aap-main-images |
|
@danmanor: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-osac-project-fulfillment-service-main-e2e-vmaas |
|
@danmanor: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@danmanor: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/pj-rehearse pull-ci-osac-project-fulfillment-service-main-e2e-vmaas |
|
@danmanor: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/hold |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danmanor, omer-vishlitzky The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@danmanor: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
Adds container and code images to OSAC component CI configs that will be promoted to the
osac-project/latestimagestream. These are prerequisites for the Netris CI workflow (PR #80852) which imports them asbase_imageswhen testing other components.Changes
osac-operator-codeFROM srcfulfillment-serviceContainerfilefulfillment-service-codeFROM srcosac-aap-eeNo tests or dependencies are changed. Existing
-primages ande2e-vmaastests are untouched.All images verified locally with
podman build.Test plan
make updatepasses (validated locally)osac-project/latestafter merge🤖 Generated with Claude Code
Summary by CodeRabbit
This pull request updates OSAC component CI image build/promote configuration (ci-operator) so Netris cross-repository tests can consume the newly produced “base images” from the
osac-project/latestimagestream.Changes made:
osac-operator-code(FROM src).osac-operatorby wiringe2e-vmaasCOMPONENT_IMAGEtoosac-operator.osac-installer-with-prfrom being promoted.fulfillment-service(built fromContainerfile).fulfillment-service-codeas a source-style image (FROM src, copiesosac/into/app/osac) for installer submodule overlay workflows.e2e-vmaasCOMPONENT_IMAGEtofulfillment-service.osac-installer-with-prfrom being promoted.osac-aap-eeas the execution-environment image (CentOS Stream 9 based; installs Python 3.12 deps, Ansible collections/vendor, andocwith akubectlsymlink).e2e-vmaasCOMPONENT_IMAGEtoosac-aap-ee(while keepingCOMPONENT_IMAGE_NAME: osac-aap).osac-installer-with-prfrom being promoted.All changes are limited to CI image configuration/promotion and the
e2e-vmaascomponent image wiring for these OSAC pipelines (no other tests or-pr/e2e-vmaastest logic are modified). The author reports local verification viapodman buildand thatmake updatepasses before merge.