Parallelize release workflow

Open Beginner friendly
#101 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
62/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Stale
Tech stack
github-actions

Research direction

Start with .github/workflows/angr-release.yml around line 111 and inspect the wheel-build portion of the release workflow. Review a release run to establish the current 40-minute turnaround, then verify that wheel versions build in separate jobs and that the release completes successfully with a shorter turnaround.

Written by the indexing model from the issue text.

Description

We can bring release turnaround time (40m) down a bit by parallelizing wheel builds more: build each wheel version in a separate job.

https://github.com/angr/ci-settings/blob/671f139278b61735498b62df93aeea3c2ab94eb0/.github/workflows/angr-release.yml#L111

Dominant language
Python
Stars
2
Forks
7
Avg merge
1d 16h
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from angr/ci-settings

All issues in angr/ci-settings

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.