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

Flaked on checking categories #2

Closed
timja opened this issue Apr 7, 2022 · 1 comment
Closed

Flaked on checking categories #2

timja opened this issue Apr 7, 2022 · 1 comment

Comments

@timja
Copy link
Member

timja commented Apr 7, 2022

See https://github.com/jenkinsci/dark-theme-plugin/runs/5863691110?check_suite_focus=true

Run jenkins-infra/interesting-category-action@v1.0.0
Run GITHUB_TOKEN=*** INTERESTING_CATEGORIES='[💥🚨🎉🐛⚠🚀👷]|:(boom|tada|construction_worker):' $GITHUB_ACTION_PATH/run.sh
+ '[' check_run = check_run ']'
++ gh api /repos/jenkinsci/dark-theme-plugin/releases
++ egrep '[💥🚨🎉🐛⚠🚀👷]|:(boom|tada|construction_worker):'
++ jq -e -r '.[] | select(.draft == true and .name == "next") | .body'
++ echo failed
+ RESULT=failed
+ [[ failed != \f\a\i\l\e\d ]]
+ echo '::set-output name=interesting::false'

When I ran it locally it worked fine and when I manually re-ran it was fine.

Would be good to:
a) have better logging
b) retry a couple of times?

@jglick
Copy link
Contributor

jglick commented Jun 13, 2022

Probably fixed by #5 + jenkins-infra/github-reusable-workflows#3.

@jglick jglick closed this as completed Jun 13, 2022
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

No branches or pull requests

2 participants