-
Notifications
You must be signed in to change notification settings - Fork 34
Update internal-http container image #973
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughThe change updates the container image version in the internal HTTP server deployment template within the test configuration. The image tag is modified from version v1.0.0 to v1.1.0 in the relevant dictionary used by a test fixture. No other logic or structure is altered. Changes
Note ⚡️ AI Code Reviews for VS Code, Cursor, WindsurfCodeRabbit now has a plugin for VS Code, Cursor and Windsurf. This brings AI code reviews directly in the code editor. Each commit is reviewed immediately, finding bugs before the PR is raised. Seamless context handoff to your AI code agent ensures that you can easily incorporate review feedback. Note ⚡️ Faster reviews with cachingCodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (6)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Report bugs in Issues The following are automatically added:
Available user actions:
PR will be approved when the following conditions are met:
Approvers and Reviewers
Supported /retest check runs
Supported labels
|
/build-and-push-container |
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-973 published |
/verified |
This patch updates the internal-http container image used in cnv-tests. The new version v1.1.0 of internal-http multi-arch image manifest also includes container image for s390x architecture in addition to amd64(x86_64) and arm64(aarch64)
06365e0
to
3084f07
Compare
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.
D/S test tox -e verify-bugs-are-open
failed: cnv-tests-tox-executor/11075
/verified |
@stesrn please note that the fedora image was reverted |
test comment |
@@ -82,7 +82,7 @@ | |||
"containers": [ | |||
{ | |||
"name": "http", | |||
"image": "quay.io/openshift-cnv/qe-cnv-tests-internal-http:v1.0.0", | |||
"image": "quay.io/openshift-cnv/qe-cnv-tests-internal-http:v1.1.0", |
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.
@stesrn please note that the fedora image was reverted
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.
@rnetser ok. I just the same amd64 and arm64 container images, and used s390x container image built by IBM team to build this image manifest. All the smoke tests passed, was any others failed ?
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.
@stesrn i just want to make sure we do not have any surprises with the images that may affect other teams. Smoke tests may not enough (as the tests do not use all images)
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.
This is only used in images_internal_http_server
, which is only used in several storage tests, so if these tests are fine - we should be good
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.
@jpeimer Thank you very much. I will run those tests to make sure the new container image is good
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.
@stesrn can you please remove verified
label (add /verified cancel
comment) and re-add once verified again? thanks
/verified cancel |
/build-and-push-container |
New container for quay.io/openshift-cnv/openshift-virtualization-tests:pr-973 published |
/retest build-container |
This patch updates the internal-http container image used in cnv-tests. The new version v1.1.0 of internal-http multi-arch image manifest also includes container image for s390x architecture in addition to amd64(x86_64) and arm64(aarch64)
Short description:
More details:
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for reviewer:
jira-ticket:
NONE
Summary by CodeRabbit