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

ci(dependency-graph): remove packing artifacts from cache #9413

Merged
merged 2 commits into from
May 28, 2024

Conversation

michaelfig
Copy link
Member

closes: #9412

Description

Take option 1 described in #9412's "Additional Context" and run the postpack job to clean up artifacts generated by the explicit prepack in the dependency-graph job.

Testing Considerations

Tested on every CI run.

@michaelfig michaelfig added tooling repo-wide infrastructure automerge:no-update (expert!) Automatically merge without updates labels May 26, 2024
@michaelfig michaelfig requested a review from turadg May 26, 2024 19:28
@michaelfig michaelfig self-assigned this May 26, 2024
@michaelfig michaelfig force-pushed the mfig-no-cache-packing-artifacts branch from 0cf6918 to 470dc01 Compare May 26, 2024 19:29
Copy link

cloudflare-workers-and-pages bot commented May 26, 2024

Deploying agoric-sdk with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9878b43
Status: ✅  Deploy successful!
Preview URL: https://ea9a816b.agoric-sdk.pages.dev
Branch Preview URL: https://mfig-no-cache-packing-artifa.agoric-sdk.pages.dev

View logs

# Don't put the prepack artifacts in the cache maintained by restore-node,
# since they are not .gitignored and thus will fail restore-node's check
# for a clean repo when the cache is restored.
- name: Prevent caching prepack artifacts
Copy link
Member

Choose a reason for hiding this comment

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

I think this run could be under the same name. It's not relevant to someone reading the logs.

The comment is helpful for understanding what the step does and why.

@michaelfig michaelfig requested review from turadg and mhofman and removed request for mhofman May 27, 2024 18:25
@michaelfig michaelfig force-pushed the mfig-no-cache-packing-artifacts branch from 470dc01 to 250c6ec Compare May 27, 2024 18:36
@turadg
Copy link
Member

turadg commented May 27, 2024

The Docker test may be failing because the upstream advanced in Agoric/agoric-3-proposals#157

@mergify mergify bot merged commit 032c215 into master May 28, 2024
63 checks passed
@mergify mergify bot deleted the mfig-no-cache-packing-artifacts branch May 28, 2024 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:no-update (expert!) Automatically merge without updates tooling repo-wide infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dependency-graph causes restore-node cache hits to fail
2 participants