AlexsLemonade / OpenScPCA-analysis

An open, collaborative project to analyze data from the Single-cell Pediatric Cancer Atlas (ScPCA) Portal
Other
8 stars 16 forks source link

Analysis module failing in CI #742

Closed github-actions[bot] closed 2 months ago

github-actions[bot] commented 2 months ago

At least one of the Docker images that is part of the Build all Docker images workflow has failed.

Check the latest output from the workflow at the following link to see which module failed. https://github.com/AlexsLemonade/OpenScPCA-analysis/actions/workflows/docker_all-modules.yml

Then assign an OpenScPCA admin to this issue and add to this issue a list of the modules with failing docker builds. Alternatively, file a new issue for each failing Docker image.

jashapiro commented 2 months ago

The error here is that there were no enabled runners, so my guess is a permissions issue with the openscpca-22.04-big-disk added in https://github.com/AlexsLemonade/OpenScPCA-analysis/pull/734? I wonder if the workflow name that is passed for permissions is the parent workflow, not build-push-docker-module.yml?

I'll note that I got the same error with https://github.com/AlexsLemonade/OpenScPCA-analysis/actions/runs/10637355401 (a while) after merging #740

jaclyn-taroni commented 2 months ago

Made some changes that I would expect to show up in https://github.com/AlexsLemonade/OpenScPCA-analysis/actions/runs/10664669719/job/29571017898

Edit: I think it's actually a different problem than I originally thought. Will iterate.

jaclyn-taroni commented 2 months ago

I believe it is fixed. My read of the GHA file is that another issue will get posted if I'm wrong, so I'm closing this.