YunoHost / yunorunner

Job manager/scheduler for YunoHost apps CI tests
14 stars 6 forks source link

Random Python error (ValueError in run.py) #29

Closed sy6sy2 closed 1 year ago

sy6sy2 commented 3 years ago

Hi,

When I use the bot with the !testme trigger I randomly get a Python error during the CI test:

Job error on:
Traceback (most recent call last):
  File "./run.py", line 431, in run_job
    }, ["jobs", f"job-{job.id}", f"app-jobs-{job.url_or_path}"])
  File "./run.py", line 491, in broadcast
    ws_list.remove(to_remove)
ValueError: list.remove(x): x not in list

You will find a real example here: https://ci-apps-dev.yunohost.org/ci/job/3492

alexAubin commented 1 year ago

Fixed some time ago if i recall correctly