Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-18048: [Dev][Archery][Crossbow] Comment bot waits for a while before generate a report #14412

Merged
merged 2 commits into from
Oct 14, 2022

Commits on Oct 14, 2022

  1. ARROW-18048: [Dev][Archery][Crossbow] Comment bot waits for a while b…

    …efore generate a report
    
    If we generate a report immediately after we submit CI tasks, the
    generated report doesn't have suitable task CI task URL. Because CI
    tasks aren't started. We need to wait for a while before we generate a
    report to collect suitable CI task URLs.
    
    Before:
    apache#14409 (comment)
    
    https://github.com/ursacomputing/crossbow/tree/actions-1e49219a52-github-r-binary-packages
    is used.
    
    After:
    apache#14409 (comment)
    
    https://github.com/ursacomputing/crossbow/actions/runs/3248297802/jobs/5329340988
    is used.
    kou committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    1e209ec View commit details
    Browse the repository at this point in the history
  2. Sleep in Report

    kou committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    9078710 View commit details
    Browse the repository at this point in the history