[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-393-g661aafd78
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-01-31 10:09:09
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 661aafd78004df2422a955a59230a2b206f997dc (commit)
from 15e5cbd41288cfa2b5c1de61bfc3ed9dcfa52425 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 661aafd78004df2422a955a59230a2b206f997dc
Author: Sébastien Szymanski <seb...@ar...>
Date: Wed Jan 31 11:07:33 2024 +0100
.gitlab-ci.yml: build nightly
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1ace50f8..0b4070249 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,11 @@ stages:
matrix:
- ARMADEUS_PLATFORM: [apf27, apf28, apf51, apf6, opos6ul, opos6ulnano, opos8mm-legacy-5.10]
timeout: 4h
+
+build:
+ rules:
+ - if: $CI_PIPELINE_SOURCE != "schedule"
+ extends: .build_template
artifacts:
name: "$ARMADEUS_PLATFORM-$CI_COMMIT_SHORT_SHA-build.log"
when: on_failure
@@ -40,12 +45,7 @@ stages:
- build.log
expire_in: 1 week
-build:
- rules:
- - if: $CI_PIPELINE_SOURCE != "schedule"
- extends: .build_template
-
-build-weekly:
+build-nightly:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
extends: .build_template
@@ -53,4 +53,6 @@ build-weekly:
name: "$ARMADEUS_PLATFORM-$CI_COMMIT_SHORT_SHA-images"
paths:
- output-images
- expire_in: 1 month
+ - build.log
+ when: always
+ expire_in: 3 days
hooks/post-receive
--
armadeus
|