feature:将构建centos7和rockylinux8 rpm的job由平行关系改为顺序关系

This commit is contained in:
fumingwei
2022-04-06 17:38:08 +08:00
parent 480eb4dfd4
commit dfb9b03582

View File

@@ -4,7 +4,8 @@ variables:
stages:
- prebuild
- build
- build-centos7
- build-rockylinux8
cache:
key: "$CI_PROJECT_NAME-cache"
@@ -58,7 +59,7 @@ images_build:
feature_branch_build_centos7:
image: $BUILD_BASED_IMAGE_CENTOS7
stage: build
stage: build-centos7
variables:
PACKAGE: 1
TESTING_VERSION_BUILD: 1
@@ -76,7 +77,7 @@ feature_branch_build_centos7:
feature_branch_build_rockylinux8:
image: $BUILD_BASED_IMAGE_ROCKYLINUX8
stage: build
stage: build-rockylinux8
variables:
PACKAGE: 1
TESTING_VERSION_BUILD: 1
@@ -95,7 +96,7 @@ feature_branch_build_rockylinux8:
develop_build_centos7:
image: $BUILD_BASED_IMAGE_CENTOS7
stage: build
stage: build-centos7
variables:
PACKAGE: 1
UPLOAD: 1
@@ -114,7 +115,7 @@ develop_build_centos7:
develop_build_rockylinux8:
image: $BUILD_BASED_IMAGE_ROCKYLINUX8
stage: build
stage: build-rockylinux8
variables:
PACKAGE: 1
UPLOAD: 1
@@ -133,7 +134,7 @@ develop_build_rockylinux8:
release_build_centos7:
image: $BUILD_BASED_IMAGE_CENTOS7
stage: build
stage: build-centos7
variables:
PACKAGE: 1
UPLOAD: 1
@@ -149,7 +150,7 @@ release_build_centos7:
release_build_rockylinux8:
image: $BUILD_BASED_IMAGE_ROCKYLINUX8
stage: build
stage: build-rockylinux8
variables:
PACKAGE: 1
UPLOAD: 1