test: verify updated Konflux e2e pipeline#654
test: verify updated Konflux e2e pipeline#654mynhardtburger wants to merge 1 commit intoopendatahub-io:mainfrom
Conversation
No-op change to trigger Konflux build and validate the updated integration test pipeline from odh-konflux-central#238, which extracts both maas-api and maas-controller images from the Konflux snapshot. Signed-off-by: Mynhardt Burger <myburger@redhat.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Mynhardt Burger <mynhardt@gmail.com> rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mynhardtburger 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 |
📝 WalkthroughWalkthroughThe pull request modifies Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute 🚥 Pre-merge checks | ✅ 1 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
test/e2e/scripts/prow_run_smoke_test.sh (1)
803-803: Cosmetic change as intended; file missing EOF newline.The emoji removal is straightforward. However, the file does not end with a newline, violating POSIX text file conventions. While pre-existing, consider adding a newline at EOF.
📝 Add newline at EOF
echo "Deployment completed successfully!" +🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@test/e2e/scripts/prow_run_smoke_test.sh` at line 803, The file ends with the echo statement echo "Deployment completed successfully!" but lacks a trailing newline; open test/e2e/scripts/prow_run_smoke_test.sh, add a single newline character after the final line (the echo "Deployment completed successfully!" line) so the file ends with a POSIX-compliant EOF newline and save.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@test/e2e/scripts/prow_run_smoke_test.sh`:
- Line 803: The file ends with the echo statement echo "Deployment completed
successfully!" but lacks a trailing newline; open
test/e2e/scripts/prow_run_smoke_test.sh, add a single newline character after
the final line (the echo "Deployment completed successfully!" line) so the file
ends with a POSIX-compliant EOF newline and save.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro
Run ID: ac9f3f2f-8ff7-4fe1-b126-207e278781ed
📒 Files selected for processing (1)
test/e2e/scripts/prow_run_smoke_test.sh
|
All konflux checks succeeded. The changes done by opendatahub-io/odh-konflux-central#238 is verified. |
|
/retest ci/prow/images |
|
/test images |
|
Thanks @mynhardtburger for verifying this |
|
@mynhardtburger: 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. |
|
Can we just triple check we are pulling the correct I think your change covers this but just want to make sure we are not just pulling latest image which caused issues before. |


Summary
maas-apiandmaas-controllerimages from the Konflux snapshot, replacing the hardcoded controller image tagWhat to verify
odh-maas-api-on-pull-requestbuild succeedsodh-maas-controller-on-pull-requestbuild succeedsmodels-as-a-service-ci-its-manual) picks up both images from the snapshot and runs e2e testsChange
Removed an emoji from the final log line in
prow_run_smoke_test.sh— no functional impact.Summary by CodeRabbit