From 2a84c44ce0868a33fe189dcefc16fc10f24dba4e Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 20 Dec 2022 10:37:41 +0000 Subject: [PATCH] Integrate gitlab-ci/alphaplan-import-allow-failure and 19 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/d404f25753e07da8a97145706ecf7aaf5fd52f0a Alphaplan: allow failure on import Otherwise the parent pipeline is stuck in "running" state until the manual action has been performed. See for reference: https://gitlab.com/gitlab-org/gitlab/-/issues/361574 -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/dd2a6d7dbe7c4393fc63c80ff49ba3b7135e26c0 Fix error message -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/04ac29ad7a3f82d97f8bb805cb78b2746517bc81 CI-Test: fix deploy-files job -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/22c519f1ed1f97126a0a278c45ee130d86da4263 Move FTP jobs to FTP runner -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/84d0616b24da99bd9bf0cc5ac4ba080123531b96 Add new deploy pipeline to Yocto -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/f0436868a077ea4fa9474b69ea8b87f2181a41ce Move reusable parts from CI-Test to common -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/3d3b4d09abf62a6c2afc82811cc0e5d1b99b415c Yocto: fix SDK package -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/3736028800c19dae1cec2a0ffcef4f92e6383630 Yocto: fix SDK build -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/2b6fc739fb82cbd3bbc4c3db31a55f07de82cd58 Package: add comment -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/95d6e368dc2fb1a350c5cb02c7859875440cbb65 alphaplan_fwr_import: add error handling -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/277d4af783b5017bf64bf128b8dd5888e28b9440 Package & deploy: do not allow missing dotenv file -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/3c68ccab51bcc4f698da3a9e97bdf13466156c4e Alphaplan: add script for importing alphaplan data The script has mostly been copied from alphaplan_fwr.py, but with different input data. Adding a job to the CI-test environment for testing this. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/3b3238a1afaafe2ca4b7dca3b1897453e3dc2312 Alphaplan: add script for generating alphaplan data This script has mostly been copied from alphaplan_fwr.py, but with different input data (artifacts from the SoftwareStore deploy job) and without actually importing the data to the Alphaplan database. Adding a job to the CI-test environment for testing this. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/387b81842ce0107ebfd4b379232cda47514c4320 Deploy: save variables in deploy.env -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/902c927699bf6b071559023cb17b98a73a1e6ace Deploy: save rsync file list for later stages -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/15622149f1d0ee0272887137cf50237202415de5 CI-test: use caching between the pipeline stages -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a96a923ebd5135ab45cb14b5bca64e21a2471a9a CI-test: add deploy stages for SoftwareStore and FTP Rename all stages to uppercase on this occasion, since we're adding stages with names containing multiple words. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/056f1af15d6d819bffd18b4613356277cf027db1 Add package class and stage -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a19727240729780ab117d5602d59b1a3dec2e02a Add script to query job logs filtered by status, tag, and log pattern -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/d501fed461e7683acb61010300c3f6083dccdfe3 Update isort config --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- SRCREV.conf | 28 ++++++++++++++-------------- default.xml | 8 ++++---- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 9982711f..d404f257 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 9982711f4f5600b7031c8ee7bddefafdb1497516 +Subproject commit d404f25753e07da8a97145706ecf7aaf5fd52f0a diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63c1267f..76bab1d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,13 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 9982711f4f5600b7031c8ee7bddefafdb1497516 + ref: d404f25753e07da8a97145706ecf7aaf5fd52f0a file: 'manifest-pipeline-yocto.yml' variables: MANIFEST_PROJECT_ID: 1725 MASTER_BRANCH: dunfell - GITLAB_CI_REVISION: 9982711f4f5600b7031c8ee7bddefafdb1497516 + GITLAB_CI_REVISION: d404f25753e07da8a97145706ecf7aaf5fd52f0a generate-build-jobs: variables: diff --git a/SRCREV.conf b/SRCREV.conf index fa1f4710..0a55ca99 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -1,14 +1,14 @@ -SRCREV_pn-gf-productiontests = "5a7973651645c951ef2d119922de79ed288f27dd" -SRCREV_pn-gfeeprom = "e113c726e31cb7fed36312427bec15038c5fa2d4" -SRCREV_pn-guf-show-demo = "9a85778571b5d0efba9aa9367b8f9d9b14ebb0dd" -SRCREV_pn-libmdb = "f6c8e7925451867f3a286377d4e600e032ea0a49" -SRCREV_pn-ltp-guf-tests = "61318fbe8edac27f12c4bd7b7f2815bb9822f131" -SRCREV_pn-touchcal-conv = "9ab8c81d0946656668d75d215c460182e7200762" -SRCREV_pn-gfxml2dto = "ded1ccba11e7fd101751aa4530d7b182b64360e5" -SRCREV_pn-egalaxi2c = "cc69f5f385a0e7afb2ed839f94f4b27ac691e0c3" -SRCREV_pn-gfplatdetect = "970ebf48ef4e8cb49f7b17710c3c2aceb208092f" -SRCREV_pn-xconfig = "eb0b455e23737d0602837cd03a7bf3344afb7b6d" -SRCREV_pn-linux-guf = "b968e8bb510def510eb753f85fbd693c87c1b8f3" -SRCREV_pn-linux-imx-kuk = "000c5e8a4cc87d610ebfd11500818ecedbfa07b4" -SRCREV_pn-u-boot-imx = "55a2c30c3b23bbc88ab00e409a995094324d204a" -SRCREV_pn-qt-multi-screen-compositor = "c23f9b8684c52800d7c6b4bed4c3aff02c42c3b3" +SRCREV_pn-gf-productiontests = "36c7789b0530965e74eb0c5c9b0ed425bae07b31" +SRCREV_pn-gfeeprom = "8a4c957daec0889d2c4c3c85f518c238a5b3d49b" +SRCREV_pn-guf-show-demo = "f8887bc5818f694f2c70e6ed3aa6cde49ce76394" +SRCREV_pn-libmdb = "932b3293bfdd58e11b98d65215759821da64ecb5" +SRCREV_pn-ltp-guf-tests = "e5d8e9a079f469647cbc31253a7b1b3058d0e821" +SRCREV_pn-touchcal-conv = "98e4151bc842fbc2f63fa83b21ab138b2fe5f455" +SRCREV_pn-gfxml2dto = "551d856f6ae55ae061088a391b5122f049a1631c" +SRCREV_pn-egalaxi2c = "c5cb072a8d609e128282eb682eda19a5118386cb" +SRCREV_pn-gfplatdetect = "39cce1b2b9680368d18ca3b369166719d4a55168" +SRCREV_pn-xconfig = "b71882fe1e4a3c5c71a4743c8151a343d40d55fb" +SRCREV_pn-linux-guf = "b869a64797ba84f874f7cbe9e64e712a4ce7607c" +SRCREV_pn-linux-imx-kuk = "bf1b8087c858417d1e53138683345ff82575c5b6" +SRCREV_pn-u-boot-imx = "d337e623ac70b86cc09056b49c6619ccf59cd675" +SRCREV_pn-qt-multi-screen-compositor = "607e1124f9b2c9945f41ceacf5273b398b109df2" diff --git a/default.xml b/default.xml index 9632fe70..15de3a0e 100644 --- a/default.xml +++ b/default.xml @@ -21,10 +21,10 @@ <project name="meta-qt5.git" revision="10f3673fd4b6c6e1e61c23478802f83652475a5f" remote="qt5-github" path="sources/meta-qt5" /> <project name="meta-freescale.git" revision="5a026be5a6b29a27a7754d7fa5d4765c99f98ed9" remote="fslc" path="sources/meta-freescale" /> <project name="meta-freescale-distro.git" revision="5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" remote="fslc" path="sources/meta-freescale-distro" /> - <project name="layers/meta-seconorth-machine" revision="98b7dc1e58f16378022b1731d3f899fe1c5325d2" remote="seco-ne" path="sources/meta-seconorth-machine" /> - <project name="layers/meta-seconorth-distro" revision="5ee313324a560cbc34638c8c02806c9c136d4051" remote="seco-ne" path="sources/meta-seconorth-distro" /> - <project name="layers/meta-seconorth-nogplv3" revision="c314a94b95105c5ed62d4f7d73307f5618bc1542" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> - <project name="config" revision="14329fa94d3dca50e3fe1d70afb45186bb52b2cc" remote="seco-ne" path=".conf" > + <project name="layers/meta-seconorth-machine" revision="0761da2c6486ec7b42e3c8a8f0833ffbc7550171" remote="seco-ne" path="sources/meta-seconorth-machine" /> + <project name="layers/meta-seconorth-distro" revision="79ca890eb70829214305eed45e259ae7d1651fe8" remote="seco-ne" path="sources/meta-seconorth-distro" /> + <project name="layers/meta-seconorth-nogplv3" revision="96965b4e9bf168df2ec8217f52079843512ca182" remote="seco-ne" path="sources/meta-seconorth-nogplv3" /> + <project name="config" revision="f301100e82ab5c53d630b7b590698ed8b3a7bf99" remote="seco-ne" path=".conf" > <linkfile dest="setup-environment" src="setup-environment" /> </project> -- GitLab