From 253994ccb07ead55b2096badd7076e7d1db49e1c Mon Sep 17 00:00:00 2001 From: Lu Qiuwen Date: Thu, 3 Jun 2021 16:13:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4CI=E8=BF=87=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 40 +++++++++++++--------------------------- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3d21c92..179c2889 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,13 +17,12 @@ feature_branch_build_7400_mcn0: extends: .build_tsg-buildimage variables: PROFILE_LIST: 7400MCN0P01R01 - UPLOAD_TO_FILE_REPO: 0 DALIY_BUILD_VERSION: 1 + UPLOAD_TO_FILE_REPO: 0 except: - tags - /^dev-.*$/i - /^rel-.*$/i - - tags feature_branch_build_7400_mcn123: stage: build @@ -31,10 +30,19 @@ feature_branch_build_7400_mcn123: variables: PROFILE_LIST: 7400MCN123P01R01 DALIY_BUILD_VERSION: 1 - DALIY_BUILD_VERSION: 1 + UPLOAD_TO_FILE_REPO: 0 + except: + - tags + - /^dev-.*$/i + - /^rel-.*$/i + +feature_branch_build_9000: + stage: build + extends: .build_tsg-buildimage + variables: + PROFILE_LIST: 9000NPBP01R01 DALIY_BUILD_VERSION: 1 UPLOAD_TO_FILE_REPO: 0 - DALIY_BUILD_VERSION: 1 except: - tags - /^dev-.*$/i @@ -76,28 +84,6 @@ rc_build_9000: only: - /^.*-rc.*$/i -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 @@ -108,4 +94,4 @@ release_build_9000: PULP3_FILE_REPO_NAME: tsg-os-images-stable PULP3_FILE_DIST_NAME: tsg-os-images-stable only: - - tags \ No newline at end of file + - tags