Build only what changes between PRs
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9.3k
- Forks
- 4.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 4
Description
Problem: Currently the tutorial site build takes 1h40m on a g3-8x instance. Reducing this time will allow the community to interact and help us improve documentation.
Solution: Modify our jenkins build scripts to only build the pieces of the site or tutorials that have changed. This may include a more modular build process from the current serial build process.
Impact: High
Related: #315 #317 #318
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Jenkins build scripts and the current serial tutorial-site build process. Determine how the site and tutorials are organized and how changed pieces could be identified. Done means unchanged pieces are skipped and the build time is reduced without omitting required output; review related issues #315, #317, and #318.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100