|
|
71d3ea01a5
|
ci(gitlab-ci): revise release rules
|
2024-08-28 02:50:13 +02:00 |
|
|
|
5d6c7f6d13
|
ci(gitlab-ci): fix release-rules
|
2024-08-28 02:28:40 +02:00 |
|
|
|
4d882b1dd3
|
ci(gitlab-ci): revisit GIT_STRATEGY for builds
|
2024-08-28 02:27:10 +02:00 |
|
|
|
5a505085de
|
build(docker/fradrive): update fradrive Dockerfile for final release container
|
2024-08-28 02:13:50 +02:00 |
|
|
|
8570bac39e
|
ci(gitlab-ci): work on release jobs
|
2024-08-28 02:12:47 +02:00 |
|
|
|
db519d3bcf
|
ci(gitlab-ci): fix release needs
|
2024-08-26 15:53:21 +02:00 |
|
|
|
5471a99475
|
ci(gitlab-ci): add release stub; use GIT_STRATEGY none for frontend and backend downstreams
|
2024-08-26 15:52:05 +02:00 |
|
|
|
6214d08558
|
ci(gitlab-ci): fix backend image dependencies
|
2024-08-26 14:32:17 +02:00 |
|
|
|
b5635fe992
|
ci(gitlab-ci): make frontend and backend images dependent on resprective package lists
|
2024-08-26 14:26:40 +02:00 |
|
|
|
476e4ab7b9
|
ci(docker/frontend): copy CI_PROJECT_DIR to new dir from mount
|
2024-08-26 13:57:05 +02:00 |
|
|
|
64394fdc65
|
ci(docker/backend): remove debug prints
|
2024-08-26 13:56:31 +02:00 |
|
|
|
6f8e7062fa
|
ci(gitlab-ci): fix artifact paths for frontend and backend downstreams
|
2024-08-26 13:56:08 +02:00 |
|
|
|
1658e3bb22
|
ci(docker/backend): copy files correctly
|
2024-08-26 13:47:24 +02:00 |
|
|
|
0edc48020c
|
ci(docker/backend): mkdir destination workdir
|
2024-08-26 13:37:45 +02:00 |
|
|
|
2d4f4f68df
|
ci(docker/backend): mount CI_PROJECT_DIR to tmp dir and copy to WORKDIR instead
|
2024-08-26 13:29:39 +02:00 |
|
|
|
a8c2d04a15
|
ci(docker/backend): disable custom stack root
|
2024-08-25 21:13:16 +02:00 |
|
|
|
46fbbe5fdb
|
ci(docker/backend): mount CI_PROJECT_DIR as volume for buildah image build RUNs
|
2024-08-25 18:36:18 +02:00 |
|
|
|
da9bd08dcb
|
ci(gitlab-ci): change --build-context for buildah image builds
|
2024-08-25 18:24:26 +02:00 |
|
|
|
3197c4700f
|
ci(docker/frontend): pre-make frontend dependencies on image build
|
2024-08-25 18:08:30 +02:00 |
|
|
|
79956e7af9
|
ci(docker/backend): add debug output
|
2024-08-25 18:08:10 +02:00 |
|
|
|
29b4d84d31
|
ci(docker): use --build-arg for providing ARG during buildah image builds
|
2024-08-25 17:49:38 +02:00 |
|
|
|
e385819ea3
|
ci(docker): use ARG instead of ENV for PROJECT_DIR
|
2024-08-25 17:39:27 +02:00 |
|
|
|
9d18b74ec5
|
ci(gitlab-ci): control image workdir via env var
|
2024-08-25 17:30:22 +02:00 |
|
|
|
9c0903bd4f
|
ci(docker/backend): remove unnecessary ADDs
|
2024-08-25 17:00:37 +02:00 |
|
|
|
0a047ea6c7
|
ci(docker/backend): pre-make backend-dependencies
|
2024-08-25 16:51:35 +02:00 |
|
|
|
d5fe326aea
|
Merge branch '145-build-system-rewrite' of ssh://gitlab.uniworx.de/fradrive/fradrive into 145-build-system-rewrite
|
2024-08-25 16:07:48 +02:00 |
|
|
|
d03c559111
|
ci(docker/backend): add missing dependencies
add llvm dependency to backend Dockerfile
|
2024-08-25 16:07:21 +02:00 |
|
|
|
fceaa0b5cf
|
ci(gitlab-ci): Do not display blocked on unused manual container builds.
|
2024-08-25 16:06:16 +02:00 |
|
|
|
68eeacf3c2
|
ci(gitlab-ci): fix syntax
|
2024-08-25 06:48:42 +02:00 |
|
|
|
1184d54ef1
|
ci(gitlab-ci): prod build
|
2024-08-25 06:22:53 +02:00 |
|
|
|
b9b45ed152
|
ci(gitlab-ci): unify setup and containers stages
|
2024-08-25 06:10:41 +02:00 |
|
|
|
a430bf3827
|
ci(gitlab-ci): cleanup dynamic frontend and backend downstream pipelines
|
2024-08-25 05:57:48 +02:00 |
|
|
|
6df013e4c0
|
ci(gitlab-ci): always execute setup:dynamic job
|
2024-08-25 05:39:03 +02:00 |
|
|
|
ce34fc1aed
|
ci(gitlab-ci): restructure setup and containers stages
rename stages and jobs in prepare/setup and new containers stage
|
2024-08-25 05:34:40 +02:00 |
|
|
|
d7821672e5
|
ci(docker/frontend): pass CHROME_BIN env var to make
|
2024-08-25 05:28:50 +02:00 |
|
|
|
d3370a42ac
|
ci(gitlab-ci): remove obsolete make env-var
|
2024-08-25 05:27:58 +02:00 |
|
|
|
da535be0d4
|
ci(gitlab-ci): improve refs
|
2024-08-25 05:23:00 +02:00 |
|
|
|
cd4eae08cf
|
ci(gitlab-ci): fix syntax
|
2024-08-25 05:17:02 +02:00 |
|
|
|
35e77e2d1d
|
ci(gitlab-ci): make container builds independent from code builds
|
2024-08-25 05:07:29 +02:00 |
|
|
|
b45b7452ea
|
ci(gitlab-ci): add chromium to frontend dependencies
|
2024-08-25 04:45:18 +02:00 |
|
|
|
0d40207fe3
|
ci(gitlab-ci): Separation of build and manual rebuild of frontend-/backend-environment containers.
|
2024-08-25 03:11:13 +02:00 |
|
|
|
8b4801111d
|
ci(gitlab-ci): Use gitlab container runner instead of podman in docker (frontend part)
|
2024-08-24 18:49:35 +02:00 |
|
|
|
858d2d3386
|
ci(gitlab-ci): Use gitlab container runner instead of podman in docker (so far only backend)
|
2024-08-24 18:27:37 +02:00 |
|
|
|
f3df449693
|
ci(gitlab-ci): Statement of default image for downstream pipelines.
|
2024-08-24 18:22:14 +02:00 |
|
|
|
675dd364df
|
ci(gitlab-ci): make container builds manually triggerable
|
2024-08-24 17:41:50 +02:00 |
|
|
|
c04428e33b
|
ci(gitlab-ci): fix pipeline
|
2024-08-24 17:32:39 +02:00 |
|
|
|
c177ff826e
|
ci(gitlab-ci): separate frontend and backend downstreams
separate dynamic ci-yaml into two dynamic yamls for frontend and backend
|
2024-08-24 17:30:14 +02:00 |
|
|
|
333e8f7a9a
|
ci(gitlab-ci): remove debris
remove deprecated/unused stuff in .gitlab-ci folder
|
2024-08-23 22:20:37 +02:00 |
|
|
|
0eb90845de
|
ci(gitlab-ci): fix yaml location
move dynamic gitlab-ci yaml to proper place
|
2024-08-23 22:11:07 +02:00 |
|
|
|
fdd05a0b20
|
ci(gitlab-ci): fix script permissions
make dynamci.pl executable
|
2024-08-23 22:08:42 +02:00 |
|