From 2df88780ca597b070b3b80cee78b7408a1678f07 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 2 Aug 2022 14:22:57 +0000 Subject: [PATCH] Integrate gitlab-ci/fix_sdk_upload and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/ef08f4efda5cd346d8750db962bb6dfd066dc3f7 deploy: Increase deploy timeout to 30min Especially when downloading the SDK the deploy takes longer than 10min. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/968aaadd87c2046c419c4ad6ec97d4c6281a7ece build-jobs: Remove dump_install_command from buildsdk job When the dump_install_command script is executed in the SDK build step an error occurs because the fng-install script/vars are not available. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 52bae4a..ef08f4e 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 52bae4a14bf18d84ac5007db6ecd2ac4756142a1 +Subproject commit ef08f4efda5cd346d8750db962bb6dfd066dc3f7 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b875ba8..db9fd3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 52bae4a14bf18d84ac5007db6ecd2ac4756142a1 + ref: ef08f4efda5cd346d8750db962bb6dfd066dc3f7 file: 'manifest-integration-yocto.yml' variables: -- GitLab