Skip to content

ci: replace local recipes with shared Go CLI - #45

Merged
soulteary merged 3 commits into
mainfrom
refactor/ci-recipes
Sep 3, 2026
Merged

ci: replace local recipes with shared Go CLI#45
soulteary merged 3 commits into
mainfrom
refactor/ci-recipes

Conversation

@soulteary

Copy link
Copy Markdown
Owner

Summary

  • replace four repository-local CI Bash tools with SHA-pinned ci-recipes Go commands
  • remove shell tests that duplicate the centralized Go unit tests
  • keep project documentation/contracts aligned with the shared CLI
  • run the architecture-independent WordPress base-image check once instead of three times in the smoke matrix

Verification

  • actionlint
  • ci-recipes docker-sqlite-wordpress validate-release 2026.09.02-r2
  • remaining repository shell tests
  • git diff --check
  • real six-platform and Grantseal checks were separately exercised against the same central CLI during the migration

Existing external drift

The optional online check currently reports that wordpress:7.1.0-php8.5-apache resolves to sha256:397daa8a..., while this repository pins sha256:d0557450.... The old CI check has the same contract and would also fail. This PR intentionally does not change release image inputs; it only reduces the check from three identical matrix executions to one.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 2, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-02T20:33:36.013834Z b166a58 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b166a582b6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yaml Outdated
@soulteary
soulteary merged commit a9f0f4e into main Sep 3, 2026
1 of 2 checks passed
@soulteary
soulteary deleted the refactor/ci-recipes branch September 3, 2026 01:18
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.

1 participant