Commit graph

17 commits

Author SHA1 Message Date
6504668953 renamed resources 2024-02-27 10:52:19 +01:00
3d5864f944 fix build-secret names 2024-02-27 10:42:36 +01:00
740bd021f2 fix corn-job names 2024-02-27 10:32:32 +01:00
cc97cae0d0 remove parameter for pre build script 2024-02-22 13:22:08 +01:00
Clemens
9e18e99d0e [SKIP-CI] Fixed tests 2022-12-02 12:18:08 +01:00
f126035e84 [Skip-CI] WIP add hashfile storage 2022-12-02 11:56:21 +01:00
1514a6d822 Implement resource requests and limits
Possibility to set requests and limits for build jobs.
Otherwise a (sensible) default will be used.
2022-11-29 14:05:36 +01:00
Pat Dyn
e682f826aa Add init-container 2022-11-23 10:14:46 +00:00
2b2ca8dae7 Add optional script execution in build container
The script file must exist in the root of the specified gitea-repo.
You also need to specify (and calculate) a sha256sum output
for that file. This needs to be added as KV pair to
the respective collection in :websites.
2022-11-11 13:18:49 +01:00
911f0d5b27 Refactor app.kubernetes.part-of into resources 2022-11-01 15:11:16 +01:00
31f5e9980f [Skip-CI] Better cron expression 2022-11-01 14:21:59 +01:00
0fc7bc5f2e review 2022-10-26 08:56:57 +02:00
31f490e286 [Skip-CI] WIP Working Yaml Generation 2022-10-12 13:42:44 +02:00
b5614681d9 Fix test.cljs
Turns out, the cljs version creates newlines at the end of a string.
This was not considered in the test and thus resulted in failure.
2022-09-29 13:59:19 +02:00
46f0c72c3e [Skip-Ci] Update Docker image, cron job, tests
It seems, timeout sends signals that do not stop the server process.
Set the signal to SIGKILL - which also kills the function.sh process.
Thus moved the last function to entrypoint.sh
2022-09-28 14:32:41 +02:00
de88a5d807 [skip-ci] Make unique name for each website deploy
Add function for replacing values in the beginning of a string.
Add build secret.
2022-09-27 14:05:07 +02:00
76f5b87ec9 [skip-ci] WIP Add docker image
Add website-build-deployment and cron skeleton.
Add shadow-cljs.edn - needs config for cljs.
2022-09-23 15:47:11 +02:00