Hi Li, As a committer I am able to login to Appveyor with my GitHub account and I can see all the builds for the Arrow project here: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/history I can go to a specific build clicking on it, example: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/46811349 and I can click on "RE-BUILD PR" I don't think I was given permission apart for doing that, so you should be able to give that a try.
We don't have a way of running PR checks as we do with the crossbow command. We could investigate if there is a way to do it via API. Thanks, Raúl El mar, 18 abr 2023 a las 14:47, Li Jin (<ice.xell...@gmail.com>) escribió: > > Ah, thank you! This UI works nice except that it doesn't seem to work for > the " continuous-integration/appveyor/pr " check > > I wonder if there is something similar to > > "@github-actions crossbow submit" > > But for the regular CI checks? > > On Mon, Apr 17, 2023 at 2:03 PM Jacob Wujciak <ja...@voltrondata.com.invalid> > wrote: > > > (you don't have to do the long way via the actions tab to reach the > > relevant workflow run, you can click on the 'details' linkin the PR CI > > Report ) > > > > On Mon, Apr 17, 2023 at 8:01 PM Jacob Wujciak <ja...@voltrondata.com> > > wrote: > > > > > Happy to help! > > > > > > The UI was recently updated: > > > > > > > > https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs#re-running-failed-jobs-in-a-workflow > > > > > > On Mon, Apr 17, 2023 at 7:57 PM Li Jin <ice.xell...@gmail.com> wrote: > > > > > >> Thanks! I am a committer and am trying to rerun CI on a PR that I am > > >> reviewing (since one seems to have failed with timeout). > > >> > > >> I am not familiar with GHA UI - what do I need to do here? > > >> > > >> Li > > >> > > >> On Mon, Apr 17, 2023 at 11:44 AM Jacob Wujciak > > >> <ja...@voltrondata.com.invalid> wrote: > > >> > > >> > Committers can re-run workflows via the GHA UI. If you want to avoid > > >> having > > >> > to add small changes to be able to commit you can use empty commits > > via > > >> > '--allow-empty'. > > >> > > > >> > On Mon, Apr 17, 2023 at 5:25 PM Li Jin <ice.xell...@gmail.com> wrote: > > >> > > > >> > > Hi, > > >> > > > > >> > > Is there a github command to rerun CI checks? (instead of pushing a > > >> new > > >> > > commit?) > > >> > > > > >> > > Thanks, > > >> > > Li > > >> > > > > >> > > > >> > > > > >