Skip to content

GH-50819: [Release] Increase YUM verification timeout - #50835

Open
erichanwang wants to merge 1 commit into
apache:mainfrom
erichanwang:fix/yum-timeout-50819
Open

GH-50819: [Release] Increase YUM verification timeout#50835
erichanwang wants to merge 1 commit into
apache:mainfrom
erichanwang:fix/yum-timeout-50819

Conversation

@erichanwang

@erichanwang erichanwang commented Aug 9, 2026

Copy link
Copy Markdown

Rationale for this change

The arm64 YUM release-verification job can exceed its 30-minute limit when the EPEL mirror is slow. Issue #50819 reports repeated timeouts during the 25.0.1 verification, including a package download taking about 15 minutes at roughly 23 kB/s. Increasing the shared matrix job timeout gives the verification enough time to complete under this documented slow-mirror condition.

What changes are included in this PR?

  • Increase yum in .github/workflows/verify_rc.yml from timeout-minutes: 30 to timeout-minutes: 60.
  • The job is a shared matrix for ubuntu-latest and ubuntu-24.04-arm, so the timeout change applies to both architectures while keeping the workflow structure unchanged.

Are these changes tested?

The workflow remains valid YAML, and git diff --check passes. This is a CI configuration-only change; no runtime test is applicable.

Are there any user-facing changes?

No direct user-facing API changes. Release verification is less likely to fail due to transient slow package mirrors.

@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

⚠️ GitHub issue #50819 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions Bot added the awaiting review Awaiting review label Aug 9, 2026
@github-actions

Copy link
Copy Markdown

⚠️ GitHub issue #50819 has been automatically assigned in GitHub to PR creator.

@kou kou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review Awaiting review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants