Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ci_queue: fix a broken getter | Egor Tensin | 2023-05-13 |
| | | | | | | Everything was broken starting from the "making struct ci_queue_entry opaque" commit. Damn, I really wish I'd have some kind of automated testing to catch errors like this... | ||
* | ci_queue: rename a couple of functions | Egor Tensin | 2023-05-12 |
| | |||
* | make struct ci_queue_entry opaque | Egor Tensin | 2023-04-29 |
| | |||
* | add copyright notices | Egor Tensin | 2022-12-02 |
| | |||
* | log: refactoring | Egor Tensin | 2022-09-08 |
| | |||
* | add some more code | Egor Tensin | 2022-08-26 |
This adds a basic "worker" program. You can now do something like ./server & ./worker & ./client ci_run URL REV and the server should pass a message to worker, after which it should clone the repository at URL, checkout REV, and try to run the CI script. It's extremely unfinished: I need to sort out the graceful shutdown, how the server manages workers, etc. |