restitux restitux
  • the ohea admin

    [m]: @restitux:ohea.xyz

  • Joined on 2022-09-15
restitux pushed to main at cursorius/server 2022-10-24 02:00:07 +00:00
53a3a70a06 Update ports to allow standalone runner to connect
restitux pushed to main at cursorius/runner 2022-10-24 01:58:37 +00:00
6ea6c6f437 Add docker job directory to .gitignore
4e9539ddc2 Optimize Dockerfile build order
451797400d Finish jobrunner impl
Compare 3 commits »
restitux pushed to main at cursorius/cursorius 2022-10-24 01:46:10 +00:00
7a534aa8f5 Correct HOST_SRC_DIR to SRC_DIR
restitux pushed to main at cursorius/cursorius 2022-10-24 01:42:25 +00:00
34902ad504 Change paths to be /cursorius/src/.cursorius/*
restitux pushed to main at cursorius/cursorius 2022-10-24 01:39:26 +00:00
f823823f7d Formatting
306b82c2a2 Add default value for DockerBuilder run function
Compare 2 commits »
restitux pushed to main at cursorius/test 2022-10-24 01:35:55 +00:00
4b706be668 Fix calling context manager on builder->container
restitux pushed to main at cursorius/test 2022-10-24 00:55:39 +00:00
524302f617 Correct use of from_dockerfile context manager
restitux pushed to main at cursorius/test 2022-10-24 00:50:56 +00:00
3614bb5367 Correct package installation commands in container
restitux pushed to main at cursorius/test 2022-10-24 00:49:45 +00:00
36ce88ced1 Update print statements with context clues
restitux pushed to main at cursorius/test 2022-10-24 00:22:04 +00:00
01fa7da5d4 Add example build to compile C code
restitux pushed to main at cursorius/runner 2022-10-23 23:40:14 +00:00
a8e2d70b6b Add docker build flow
dbb7134626 Fix missing type field in container job mount
Compare 2 commits »
restitux pushed to main at cursorius/runner 2022-10-23 22:55:50 +00:00
feb7f68488 Rename runner->jobrunner to fix binary name clash
restitux pushed to main at cursorius/runner 2022-10-17 07:19:59 +00:00
017e41e12e Delete job working directory if it already exists
f5d7956afd Add run directory to .gitignore
Compare 2 commits »
restitux pushed to main at cursorius/runner 2022-10-17 07:15:44 +00:00
f48872c1b3 Fix runner logic and add git clone step
restitux pushed to main at cursorius/runner 2022-10-17 07:13:40 +00:00
c21e7d5d6b Inital commit: skeleton of runner logic
restitux pushed to main at cursorius/server 2022-10-17 07:10:49 +00:00
dffb0adfa6 Fix setting running variable on runner
restitux pushed to main at cursorius/server 2022-10-17 06:31:45 +00:00
447e269437 Remove folder jobs and add Id to runner message
restitux created branch main in cursorius/runner 2022-10-16 20:57:53 +00:00
restitux pushed to main at cursorius/runner 2022-10-16 20:57:53 +00:00
5a436d8bfa Inital commit: skeleton of runner logic
restitux pushed to main at cursorius/server 2022-10-16 20:57:38 +00:00
bbe9dcaf2a WIP: Replace job execution with runner delegation