Skip to content

fix: bring back pre-Sentry release process workflows#725

Merged
calvin-codecov merged 2 commits into
mainfrom
cy/resolve_to_old_workflows
Jul 7, 2026
Merged

fix: bring back pre-Sentry release process workflows#725
calvin-codecov merged 2 commits into
mainfrom
cy/resolve_to_old_workflows

Conversation

@calvin-codecov

@calvin-codecov calvin-codecov commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Based on c3ab689#diff-71aadfdc5a8f9263f24650c0cad00c73726af866ac2fa32f30a213a0a149ca80

  • Bringing back older release process of release_flow.yml that was used pre-Sentry prevent-cli and removing the adopted .craft.yml and build.yml files. Current workflow in release-codecov-cli.yml expects assets to exist but does not upload them so adding it back into build_assets.yml. release-codecov-cli.yml -> release_flow.yml
  • Updates actions/checkout to pinned version of v7.0.0.
  • Adds back create_release_pr workflow to help kickoff release process.

@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
723 1 722 1
View the full list of 1 ❄️ flaky test(s)
api.temp.calculator.test_calculator::test_divide

Flake rate in main: 100.00% (Passed 0 times, Failed 562 times)

Stack Traces | 0.001s run time
def
                test_divide():
                > assert Calculator.divide(1, 2) == 0.5
                E assert 1.0 == 0.5
                E + where 1.0 = <function Calculator.divide at 0x104c9eb90>(1, 2)
                E + where <function Calculator.divide at 0x104c9eb90> = Calculator.divide
                .../temp/calculator/test_calculator.py:30: AssertionError

@calvin-codecov calvin-codecov merged commit 3c1559d into main Jul 7, 2026
22 checks passed
@calvin-codecov calvin-codecov deleted the cy/resolve_to_old_workflows branch July 7, 2026 22:30
thomasrockhu-codecov added a commit that referenced this pull request Jul 9, 2026
PR #725 dropped the Dockerized ubuntu:20.04 x86_64 build and started
building codecovcli_linux on the ubuntu-22.04 runner (glibc 2.35),
breaking the binary on older distros such as AL2023 (glibc 2.34).

Restore the ubuntu:20.04 x86_64 build in the Dockerized job following the
pre-#725 pattern (wildcard codecovcli_* path, glibc compatibility notes),
and use file_glob so build_linux.sh's renamed output is published as the
canonical codecovcli_linux asset.

Co-authored-by: Cursor <cursoragent@cursor.com>
thomasrockhu-codecov added a commit that referenced this pull request Jul 9, 2026
PR #725 dropped the Dockerized ubuntu:20.04 x86_64 build and started
building codecovcli_linux on the ubuntu-22.04 runner (glibc 2.35),
breaking the binary on older distros such as AL2023 (glibc 2.34).

Restore the ubuntu:20.04 x86_64 build in the Dockerized job following the
pre-#725 pattern (wildcard codecovcli_* path, glibc compatibility notes),
and use file_glob so build_linux.sh's renamed output is published as the
canonical codecovcli_linux asset.
thomasrockhu-codecov added a commit that referenced this pull request Jul 9, 2026
PR #725 dropped the Dockerized ubuntu:20.04 x86_64 build and started
building codecovcli_linux on the ubuntu-22.04 runner (glibc 2.35),
breaking the binary on older distros such as AL2023 (glibc 2.34).

Restore the ubuntu:20.04 x86_64 build in the Dockerized job following the
pre-#725 pattern (wildcard codecovcli_* path, glibc compatibility notes),
and use file_glob so build_linux.sh's renamed output is published as the
canonical codecovcli_linux asset.
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.

3 participants