runner for new gate
Find a file
2024-08-25 23:09:57 +05:00
proto@74332e3305 accept changes 2024-08-25 12:56:07 +05:00
runner feat: testrun 2024-08-25 23:09:57 +05:00
starter feat: add language selection for build;feat: file and line number for debug messages;fix:add error handling for chdir call 2024-08-25 20:26:45 +05:00
.gitignore prettify code, fix bugs, make it isolated compile with gcc 2024-08-21 17:25:19 +05:00
.gitmodules feat: testrun 2024-08-25 23:09:57 +05:00
buf.gen.yaml change repository name 2024-08-25 13:04:36 +05:00
buf.yaml feat: add protocol generate 2024-08-19 15:00:26 +05:00
go.mod feat: testrun 2024-08-25 23:09:57 +05:00
go.sum feat: testrun 2024-08-25 23:09:57 +05:00
main.go feat: testrun 2024-08-25 23:09:57 +05:00
Makefile minor fixes 2024-08-19 21:56:18 +05:00
README.MD gix: new lines in readme 2024-08-19 14:11:35 +05:00

runner microservice

This service does testing: receives tests and gives the result.

To use it you must specify one or more cpu cores to be free of OS and programs with isolcpus kernel parameter. System will automatically detect them and use.

DO NOT start several instances of runner (even several containers) on same machine! This will lead to unfair testing. Also, make sure that no process use isolated cores.