From 36b69aebb219b3e2d1b849a627aec15378438764 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Thu, 3 Jun 2021 14:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20CI=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6:=20release=20=E7=89=88=E6=9C=AC=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=90=8C=E6=97=B6=E7=BC=96=E8=AF=91=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=20OS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4bb0f4af..51468511 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,29 @@ debug_build_9000: except: - tags -release_build: +release_build_7400_mcn0: + stage: build + extends: .build_tsg-buildimage + variables: + PROFILE_LIST: 7400MCN0P01R01 + UPLOAD_TO_FILE_REPO: 1 + PULP3_FILE_REPO_NAME: tsg-os-images-stable + PULP3_FILE_DIST_NAME: tsg-os-images-stable + only: + - tags + +release_build_7400_mcn123: + stage: build + extends: .build_tsg-buildimage + variables: + PROFILE_LIST: 7400MCN123P01R01 + UPLOAD_TO_FILE_REPO: 1 + PULP3_FILE_REPO_NAME: tsg-os-images-stable + PULP3_FILE_DIST_NAME: tsg-os-images-stable + only: + - tags + +release_build_9000: stage: build extends: .build_tsg-buildimage variables: