Skip to content

Use jamzilla:edge image instead of jamzilla-tiny:edge#29

Merged
tomusdrw merged 2 commits intoFluffyLabs:mainfrom
ascrivener:update-jamzilla-image
May 5, 2026
Merged

Use jamzilla:edge image instead of jamzilla-tiny:edge#29
tomusdrw merged 2 commits intoFluffyLabs:mainfrom
ascrivener:update-jamzilla-image

Conversation

@ascrivener
Copy link
Copy Markdown
Contributor

@ascrivener ascrivener commented Apr 30, 2026

Updates the four jamzilla workflows to point at ghcr.io/ascrivener/jamzilla:edge instead of ghcr.io/ascrivener/jamzilla-tiny:edge.

Summary by CodeRabbit

  • Chores
    • Updated Docker container image references in CI/CD workflows from minimal to full-featured variants across fuzzing and performance testing pipelines.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

📝 Walkthrough

Walkthrough

This PR updates 4 GitHub Actions workflow files to change their container image reference from ghcr.io/ascrivener/jamzilla-tiny:edge to ghcr.io/ascrivener/jamzilla:edge across fuzz and performance testing jobs.

Changes

Cohort / File(s) Summary
Docker Image Updates
.github/workflows/jamzilla-fuzz.yml, .github/workflows/jamzilla-int-fuzz.yml, .github/workflows/jamzilla-int-performance.yml, .github/workflows/jamzilla-performance.yml
Changed container image reference from jamzilla-tiny:edge to jamzilla:edge in workflow job configurations. All other job inputs and parameters remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 From tiny to grand, a rabbit's delight,
The container grows stronger, more powerful in flight,
Four workflows now dance with the full-featured edge,
No longer confined to the minimal ledge! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically summarizes the main change: updating four workflow files to use a different Docker image.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@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: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/workflows/jamzilla-performance.yml:
- Line 16: The workflow currently references a private image via the
docker_image key ('ghcr.io/ascrivener/jamzilla:edge') which cannot be pulled
anonymously; either replace the docker_image value with a publicly accessible
image or add registry authentication before the runner pulls the image (e.g.,
add a docker/login-action step that uses appropriate credentials or GITHUB_TOKEN
to authenticate to ghcr and then keep docker_image unchanged), ensuring the
docker_image key and any steps that pull or run the image (referenced by
docker_image) are updated accordingly.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fc44dac4-9eb0-442d-b025-e165886ad320

📥 Commits

Reviewing files that changed from the base of the PR and between 1062052 and b7dd40c.

📒 Files selected for processing (4)
  • .github/workflows/jamzilla-fuzz.yml
  • .github/workflows/jamzilla-int-fuzz.yml
  • .github/workflows/jamzilla-int-performance.yml
  • .github/workflows/jamzilla-performance.yml

Comment thread .github/workflows/jamzilla-performance.yml
@tomusdrw tomusdrw merged commit d235527 into FluffyLabs:main May 5, 2026
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants