- May 23, 2021
-
-
nimrod authored
Only externally (the runner still uses the same environment variable). I now have it in the .bashrc.private file so it needs to be more specific.
-
- Jan 22, 2021
-
-
nimrod authored
-
- Jan 08, 2021
-
-
nimrod authored
Seperate the runner and jobs to a network just for themselves.
-
- Dec 28, 2020
-
-
nimrod authored
The issue I'm trying to address here is that because of the Docker volume, /builds/foo is really /var/lib/docker/volumes/123/_data/foo. This causes some interesting issues with addressing files with Docker from inside a Docker container. Do it just on ns4 (for now, if it works and needed I may do it on host01 too). Also, deploy to the kodi host last because it has issues right now.
-
- Nov 22, 2020
-
-
nimrod authored
Needed for easier mounting using `--volumes-from` to acces the files when running another container (launching a container from inside a container, for an example see the CI from https://git.shore.co.il/nimrod/resume).
-
- Nov 21, 2020
-
-
nimrod authored
Set the runners to run untagged jobs (I only enabled tagging to run specific jobs in specific runners, the untagged jobs should still run wherever).
-
nimrod authored
Move the runner specific files to the `runner` directory.
-
nimrod authored
Run the docker-clean image daily. Remove failed builds and such.
-
nimrod authored
Tag with the runner name (useful for deployments so I don't have to copy files over SSH).
-
- Nov 14, 2020
-
-
nimrod authored
Can be easily deployed on different hosts by setting different environment variables (need to document them). No testing/ linting of any kind (need to do that as well).
-