Matthew R. Becker

Results 684 comments of Matthew R. Becker

It is the GitHub API. Some of the query parameters for GitHub actions are not working. I don't have a fix for this one, but I wrote my own version...

It is the status parameter to this endpoint: https://docs.github.com/en/rest/reference/actions#workflow-runs

I had to switch to looking to at most the last 500 workflow runs: https://github.com/beckermr/turnstyle-python/blob/main/turnstyle.py#L56

The CDN is an internal detail of anaconda.org. So I'd hesitate to embed its presence in conda-smithy directly.

We can propose migrations for a significant fraction of them.

Then what do we do about the R migration? Should we ignore the linter for all of that?

Where is the PR?

We should be removing this upper bounds to be clear.

The original reason for this issue is to not tie up GPUs on the CI while building code. If we can arrange other ways to prevent that, then we don't...

@jakirkham This all depends on the software that runs the CI server. That software doesn't have to tie a given container to a specific GPU for the whole job.