修改 CI 配置文件: release 版本支持同时编译多个 OS

This commit is contained in:
luwenpeng
2021-06-03 14:52:03 +08:00
parent 5fc20f3ebc
commit 36b69aebb2

View File

@@ -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: