Skip to content

Integrate bitflow cache planning and writeback#30

Merged
mizchi merged 6 commits intomainfrom
codex/step-duration-json
Apr 2, 2026
Merged

Integrate bitflow cache planning and writeback#30
mizchi merged 6 commits intomainfrom
codex/step-duration-json

Conversation

@mizchi
Copy link
Copy Markdown
Owner

@mizchi mizchi commented Apr 2, 2026

Summary

Validation

  • just release-check

Copy link
Copy Markdown

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

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: fc62b8ab8f

ℹ️ 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 src/cmd/actrun/main.mbt
Comment on lines +1723 to +1725
for artifact_name in managed_embedded_report_artifacts {
ignore(
remove_tree(join_path(store_root, run_store_sanitize_id(artifact_name))),
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Preserve user artifacts before clearing managed report dirs

This loop unconditionally deletes playwright-report and vitest-report from the shared artifact store on every run, before checking whether those directories were created by the embedded-report feature. If a workflow uses actions/upload-artifact with either of these common names, those uploaded files are removed during persist_run_record, so the run loses/corrupts real artifacts even when no embedded JSON report is present. The cleanup should be scoped to files generated by this feature (or moved to a separate namespace) instead of deleting the whole artifact name directory.

Useful? React with 👍 / 👎.

@mizchi mizchi merged commit bae7828 into main Apr 2, 2026
7 checks passed
@mizchi mizchi deleted the codex/step-duration-json branch April 2, 2026 21:56
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