Update .gitlab-ci.yml

This commit is contained in:
彭宣正
2022-03-22 08:56:36 +00:00
parent 01946b1696
commit 0210b5c904

View File

@@ -114,7 +114,7 @@ develop_build_debug_for_centos7:
PULP3_REPO_NAME: framework-testing-x86_64.el7
PULP3_DIST_NAME: framework-testing-x86_64.el7
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-debug"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-debug"
paths:
- build/*.rpm
only:
@@ -133,7 +133,7 @@ develop_build_release_for_centos7:
PULP3_REPO_NAME: framework-testing-x86_64.el7
PULP3_DIST_NAME: framework-testing-x86_64.el7
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-debug"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-debug"
paths:
- build/*.rpm
only:
@@ -148,12 +148,12 @@ release_build_debug_for_centos7:
PACKAGE: 1
UPLOAD_RPM: 1
UPLOAD_SYMBOL_FILES: 1
SYMBOL_TARGET: hos-client-cpp
SYMBOL_TARGET: libhos-client-cpp
PULP3_REPO_NAME: framework-stable-x86_64.el7
PULP3_DIST_NAME: framework-stable-x86_64.el7
extends: .build_by_travis_for_centos7
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
paths:
- build/*.rpm
only:
@@ -166,12 +166,12 @@ release_build_release_for_centos7:
PACKAGE: 1
UPLOAD_RPM: 1
UPLOAD_SYMBOL_FILES: 1
SYMBOL_TARGET: hos-client-cpp
SYMBOL_TARGET: libhos-client-cpp
PULP3_REPO_NAME: framework-stable-x86_64.el7
PULP3_DIST_NAME: framework-stable-x86_64.el7
extends: .build_by_travis_for_centos7
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
paths:
- build/*.rpm
only:
@@ -211,7 +211,7 @@ develop_build_debug_for_centos8:
PULP3_REPO_NAME: framework-testing-x86_64.el8
PULP3_DIST_NAME: framework-testing-x86_64.el8
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-debug"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-debug"
paths:
- build/*.rpm
only:
@@ -230,7 +230,7 @@ develop_build_release_for_centos8:
PULP3_REPO_NAME: framework-testing-x86_64.el8
PULP3_DIST_NAME: framework-testing-x86_64.el8
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
paths:
- build/*.rpm
only:
@@ -245,12 +245,12 @@ release_build_debug_for_centos8:
PACKAGE: 1
UPLOAD_RPM: 1
UPLOAD_SYMBOL_FILES: 1
SYMBOL_TARGET: hos-client-cpp
SYMBOL_TARGET: libhos-client-cpp
PULP3_REPO_NAME: framework-stable-x86_64.el8
PULP3_DIST_NAME: framework-stable-x86_64.el8
extends: .build_by_travis_for_centos8
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
paths:
- build/*.rpm
only:
@@ -263,12 +263,12 @@ release_build_release_for_centos8:
PACKAGE: 1
UPLOAD_RPM: 1
UPLOAD_SYMBOL_FILES: 1
SYMBOL_TARGET: hos-client-cpp
SYMBOL_TARGET: libhos-client-cpp
PULP3_REPO_NAME: framework-stable-x86_64.el8
PULP3_DIST_NAME: framework-stable-x86_64.el8
extends: .build_by_travis_for_centos8
artifacts:
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
paths:
- build/*.rpm
only: