Quansight / open-gpu-server

The Open GPU Server for CI purpose.
10 stars 14 forks source link

Permissions issue with flash-attn-feedstock #45

Closed carterbox closed 4 weeks ago

carterbox commented 4 weeks ago

@Quansight/open-gpu-server

We are trying to build flash-attn reliably for more than one CUDA architecture. We recently were approved to use the cirun-openstack-cpu-xlarge runner and have merged the corresponding PR.

The maintainers of the feedstock @carterbox and @weiji14 are listed in the access json. I have double checked that the id numbers are correctly listed in the conda-forge-users.json.

However, the post-merge main branch and other open PRs fail to build. There is an error message from Cirun that users are not authorized.

{
    "error": "User not authorized for the requested runners, user not present in 'users' list."
}

The github actions for "Build conda package" shows jobs waiting in the queue. Is the queue full? Is there somewhere that I can view the queue? Is the user access list out of sync? Thanks!

carterbox commented 4 weeks ago

I don't think that my team mention works because I am not part of the Quantsight org.

isuruf commented 4 weeks ago

Fixed with the merging of https://github.com/conda-forge/.cirun/pull/23

jakirkham commented 4 weeks ago

Thanks Isuru! 🙏