aboutsummaryrefslogtreecommitdiff
path: root/planetwars-matchrunner/src
AgeCommit message (Collapse)AuthorFilesLines
2022-06-04docker_runner: disable cpu limitsIlion Beyst1-5/+4
2022-05-28Merge branch 'feature/leaderboard'Ilion Beyst2-6/+19
2022-05-21add resource limits to botsIlion Beyst1-0/+10
2022-05-21stop and remove bot containers after match is finishedIlion Beyst1-0/+24
2022-04-28move match running logic to separate moduleIlion Beyst1-1/+0
2022-04-27return winner when running a matchIlion Beyst2-5/+19
2022-03-13apply clippy suggestionsIlion Beyst6-22/+33
2022-02-23implement matchloggerIlion Beyst5-87/+160
2022-02-03remove send_info methodIlion Beyst5-18/+2
2022-01-23run all bots in python docker for nowIlion Beyst1-5/+12
2022-01-22implement docker runnerIlion Beyst3-153/+228
2022-01-22define interface for running containerized botsIlion Beyst1-51/+67
2022-01-20mount a code bundle into executor containerIlion Beyst1-2/+7
2022-01-20docker bot runner PoCIlion Beyst1-18/+51
2022-01-18running a bot in docker PoCIlion Beyst2-3/+114
2022-01-01extract matchrunner crate from planetwars-cliIlion Beyst4-0/+508