Skip to content

Commit

Permalink
Update infrastructure documentation for background jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Feb 1, 2025
1 parent 13387d8 commit ecc1cf2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/maintainer/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,17 @@ via a pull request.
We use GitHub actions to rerender feedstocks and also run our pull request automerge service. We do not currently support builds on
GitHub Actions.
#### Webservices Rerendering, Version Updates, and Automerge
#### Webservices Background Jobs
The webservices Heroku app uses GitHub Actions to run compute-intensive background jobs, including rerendering, version updates,
The webservices Heroku app dispatches to GitHub Actions to run compute-intensive background jobs, including rerendering, version updates,
and automerge jobs. The GitHub actions runs happen on the [conda-forge-webservices repo](https://github.com/conda-forge/conda-forge-webservices).
These runs use the [webservices-dispatch-action Docker container](https://hub.docker.com/r/condaforge/webservices-dispatch-action) for some
operations. This container is tagged with the latest webservices version.
#### Automerge
Our automerge service runs via GitHub Actions in the [conda-forge-webservices repo](https://github.com/conda-forge/conda-forge-webservices).
PRs are automatically merged if they satisfy either of the two following sets of conditions:
1. are from the `regro-cf-autotick-bot`, have `[bot-automerge]` in the title, all statuses are passing, and the feedstock allows automerge
Expand Down

0 comments on commit ecc1cf2

Please sign in to comment.