From 8593bb196e09dcbc96de27f67ce5c880635d2434 Mon Sep 17 00:00:00 2001 From: Tim Jaacks <tim.jaacks@garz-fricke.com> Date: Tue, 1 Mar 2022 17:12:43 +0100 Subject: [PATCH] Add several repos to deploy targets BCS 746-000716 --- .gitlab-ci.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bef87c0..30976b23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,10 +71,23 @@ yamllint: --revision=${CI_COMMIT_SHA} ${MERGE} +3rd-party/kuk/uboot-imx-kuk: *deploy +kernel/linux-guf: *deploy +kernel/linux-imx-kuk: *deploy +kernel/modules/egalaxi2c: *deploy +kernel/modules/gfplatdetect: *deploy +tools/gf-emc-test-suite: *deploy +tools/gf-productiontests: *deploy +tools/gfeeprom: *deploy +tools/gfxml2dto: *deploy +tools/guf-show-demo: *deploy +tools/libmdb: *deploy +tools/touchcal-conv: *deploy +tools/xconfig: *deploy +yocto/config: *deploy yocto/infrastructure/ci-test/minimal-bar: *deploy yocto/infrastructure/ci-test/minimal-foo: *deploy yocto/infrastructure/ci-test/minimal-manifest: *deploy yocto/layers/meta-guf-distro: *deploy yocto/layers/meta-guf-machine: *deploy yocto/manifest: *deploy -yocto/config: *deploy -- GitLab