Skip to content

Conversation

@mmcky
Copy link
Contributor

@mmcky mmcky commented Nov 7, 2025

Purpose

Test that PR branches can successfully inherit and restore caches created on the main branch.

Changes

  • Minor documentation edit to lectures/intro.md
  • No dependency or infrastructure changes

Expected Behavior

This PR should demonstrate global cache hits from the caches built on main:

Cache Restoration Expected:

  • Conda cache HIT - Restore from main's conda-Linux-{hash}-v1
  • LaTeX cache HIT - Restore from main's latex-Linux-{hash}-v1
  • Jupyter cache MISS - First build on this branch (will create local cache)

Performance Expected:

  • Conda setup: ~20-30 seconds (vs ~2-3 minutes fresh install)
  • LaTeX setup: ~20-30 seconds (vs ~2-3 minutes fresh install)
  • Overall build: Significantly faster than PR CI Migration: Use Composite Actions #4's first run

Testing Strategy

This is part of the progressive cache testing plan:

Success Criteria

  • Conda cache restored from main branch
  • LaTeX cache restored from main branch
  • Build completes successfully with improved performance
  • Cache inheritance working as designed

Minor documentation update to validate global cache inheritance.
This PR tests that a new branch with no local cache can successfully
restore Conda and LaTeX caches from main branch.
@netlify
Copy link

netlify bot commented Nov 7, 2025

Deploy Preview for jade-tarsier-d98a19 ready!

Name Link
🔨 Latest commit e17671a
🔍 Latest deploy log https://app.netlify.com/projects/jade-tarsier-d98a19/deploys/690d857ee0774500089b1a91
😎 Deploy Preview https://deploy-preview-5--jade-tarsier-d98a19.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mmcky mmcky mentioned this pull request Nov 7, 2025
5 tasks
@github-actions
Copy link

github-actions bot commented Nov 7, 2025

@github-actions github-actions bot temporarily deployed to pull request November 7, 2025 05:45 Inactive
@mmcky
Copy link
Contributor Author

mmcky commented Nov 7, 2025

@mmcky mmcky added the in-work This indicates the PR is still in progress label Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

in-work This indicates the PR is still in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants