dask-jobqueue icon indicating copy to clipboard operation
dask-jobqueue copied to clipboard

CI is currently failing

Open guillaumeeb opened this issue 2 years ago • 4 comments

Two things to look at:

  • none build which mainly do code formatting checks (see https://github.com/dask/dask-jobqueue/pull/610#issuecomment-1665311514).
  • Docker image builds, might be due to Python version problem. (https://github.com/dask/dask-jobqueue/pull/606#issuecomment-1579045899)

guillaumeeb avatar Aug 04 '23 09:08 guillaumeeb

One thing I noticed is that this looks really outdated https://github.com/dask/dask-jobqueue/blob/4bbd0a08342926ee8728ccd9a4559be3aa3ec628/.pre-commit-config.yaml#L7 flake8 moved to github years ago, see https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html "Migrate from GitLab to GitHub"

jrueb avatar Aug 04 '23 09:08 jrueb

Are you looking for help with this?

kaelancotter avatar Mar 13 '24 00:03 kaelancotter

Definitely!

guillaumeeb avatar Mar 13 '24 10:03 guillaumeeb

Created PR 636 to resolve CI failures.
Unfortunately CI fails in the PR since the updated images aren't pushed from the build step if its a PR - so CI action is still using the old docker images. LMK if there's another direction I should take this to deal with the docker image catch-22

Specific to SGE tests - adding the --full-trace flag got rid of the seg fault, but I don't have a good root cause analysis.

This PR also doesn't address CI for documentation.

kaelancotter avatar Mar 15 '24 23:03 kaelancotter

CI is in a much better place. #653 is still outstanding but I think we can close this issue in favour of that one.

jacobtomlinson avatar Aug 21 '24 15:08 jacobtomlinson