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

remove-label github action failing sometimes #10151

Open
jywarren opened this issue Sep 14, 2021 · 6 comments
Open

remove-label github action failing sometimes #10151

jywarren opened this issue Sep 14, 2021 · 6 comments
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed

Comments

@jywarren
Copy link
Member

the remove-label github action is failing sometimes, like in:

#10138 & #10137

with the error message:

This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.

@jywarren jywarren added the bug the issue is regarding one of our programs which faces problems when a certain task is executed label Sep 14, 2021
@jywarren
Copy link
Member Author

Here's a 2020 report of similar... unclear what caused it to clear up: https://gh.neting.ccmunity/t/queued-jobs-not-executing/143613

@jywarren
Copy link
Member Author

Here's another recent job in an unrelated repo that had the same error: https://github.com/neovide/neovide/actions/runs/1088631240

@jywarren
Copy link
Member Author

also noticing the same phrase in ci-for-research/on-demand-runner#6

@jywarren
Copy link
Member Author

The relevant lines are here:

remove-labels:
runs-on: ubuntu-latest
needs: [add-label, unit-tests, functional-tests, integration-tests, system-tests]
steps:
- uses: buildsville/add-remove-label@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
label: work-in-progress
type: remove
- uses: buildsville/add-remove-label@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
label: ready-for-review
type: add

and it uses this GH action: https://github.com/buildsville/add-remove-label

@jywarren
Copy link
Member Author

Hmm. buildsville/add-remove-label had last commit in Apr 22, 2020, over a year ago. No issues on that repository.

@jywarren
Copy link
Member Author

I opened an issue at buildsville/add-remove-label#3 !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug the issue is regarding one of our programs which faces problems when a certain task is executed
Projects
None yet
Development

No branches or pull requests

1 participant