Skip to content
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

bugfix: change image name in tests #118

Merged
merged 1 commit into from
Apr 1, 2025

Conversation

rccrdpccl
Copy link
Contributor

@rccrdpccl rccrdpccl commented Apr 1, 2025

Summary by CodeRabbit

This update streamlines deployment processes and enhances diagnostics by refining container image management and introducing new logging during installation.

  • Chores
    • Updated the naming convention used when saving container images.
  • New Features
    • Added a diagnostic task that outputs the current system PATH for improved troubleshooting.

Signed-off-by: Riccardo Piccoli <rpiccoli@redhat.com>
Copy link

coderabbitai bot commented Apr 1, 2025

Walkthrough

This pull request updates the container image naming convention in the build_images playbook by replacing the original image string used in the podman_save task. It also adds a new debug task in the components_install playbook that outputs the current PATH environment variable. No public entity declarations were altered in this change.

Changes

File(s) Modified Change Summary
test/playbooks/roles/build_images/tasks/main.yaml Modified the image parameter in the containers.podman.podman_save task to use "quay.io/edge-infrastructure/cluster-api-{{ item }}-provider-openshift-assisted:{{ container_tag }}" instead of `"quay.io/edge-infrastructure/openshift-capi-agent-{{ item }}:{{ container_tag }}"
test/playbooks/roles/components_install/tasks/main.yaml Added a new task Show PATH that uses the ansible.builtin.debug module to output PATH: {{ ansible_env.PATH }} between the cert-manager wait and ironic deploy tasks.

Sequence Diagram(s)

sequenceDiagram
    participant P as Playbook (build_images)
    participant M as Podman Module
    P->>M: Execute podman_save with updated image name
Loading
sequenceDiagram
    participant P as Playbook (components_install)
    participant D as Debug Task
    participant E as Environment
    P->>D: Execute "Show PATH" task
    D->>E: Retrieve PATH from environment
    E-->>D: Return PATH value
    D-->>P: Display PATH value via debug module
Loading

Suggested labels

size/XS, approved

Suggested reviewers

  • carbonin
  • CrystalChun

Poem

Oh, I’m a rabbit hopped on code so fine,
Tweaking image tags and tasks align.
With a blink of debug to showcase PATH’s might,
I nibble on changes both day and night.
Carrots and code—a joyful, hopping spree!
🥕 Hooray for progress in our YAML garden, whee!


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@openshift-ci openshift-ci bot requested review from adriengentil and eranco74 April 1, 2025 09:08
Copy link

openshift-ci bot commented Apr 1, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rccrdpccl

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 1, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
test/playbooks/roles/components_install/tasks/main.yaml (1)

21-24: Debug Task Added: Show PATH

The new task that uses ansible.builtin.debug to print the PATH environment variable is useful for troubleshooting the environment during test runs. Just ensure that this debug output is appropriate for the testing stage and consider removing or gating it (e.g., via a debug flag) when promoting to production.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 5300f6d and 894af45.

📒 Files selected for processing (2)
  • test/playbooks/roles/build_images/tasks/main.yaml (1 hunks)
  • test/playbooks/roles/components_install/tasks/main.yaml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Security scan
🔇 Additional comments (1)
test/playbooks/roles/build_images/tasks/main.yaml (1)

10-10: Image Naming Convention Update

The image parameter in the containers.podman.podman_save task has been updated to:

"quay.io/edge-infrastructure/cluster-api-{{ item }}-provider-openshift-assisted:{{ container_tag }}"

This change aligns with the new naming convention. Ensure that all related processes (image build, tag, and deployment) are updated accordingly to avoid inconsistencies.

@rccrdpccl rccrdpccl merged commit aec6999 into openshift-assisted:master Apr 1, 2025
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant