Update .gitlab-ci.yml
This commit is contained in:
@@ -114,7 +114,7 @@ develop_build_debug_for_centos7:
|
|||||||
PULP3_REPO_NAME: framework-testing-x86_64.el7
|
PULP3_REPO_NAME: framework-testing-x86_64.el7
|
||||||
PULP3_DIST_NAME: framework-testing-x86_64.el7
|
PULP3_DIST_NAME: framework-testing-x86_64.el7
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-debug"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-debug"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
@@ -133,7 +133,7 @@ develop_build_release_for_centos7:
|
|||||||
PULP3_REPO_NAME: framework-testing-x86_64.el7
|
PULP3_REPO_NAME: framework-testing-x86_64.el7
|
||||||
PULP3_DIST_NAME: framework-testing-x86_64.el7
|
PULP3_DIST_NAME: framework-testing-x86_64.el7
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-debug"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-debug"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
@@ -148,12 +148,12 @@ release_build_debug_for_centos7:
|
|||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
UPLOAD_RPM: 1
|
UPLOAD_RPM: 1
|
||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
SYMBOL_TARGET: hos-client-cpp
|
SYMBOL_TARGET: libhos-client-cpp
|
||||||
PULP3_REPO_NAME: framework-stable-x86_64.el7
|
PULP3_REPO_NAME: framework-stable-x86_64.el7
|
||||||
PULP3_DIST_NAME: framework-stable-x86_64.el7
|
PULP3_DIST_NAME: framework-stable-x86_64.el7
|
||||||
extends: .build_by_travis_for_centos7
|
extends: .build_by_travis_for_centos7
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
@@ -166,12 +166,12 @@ release_build_release_for_centos7:
|
|||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
UPLOAD_RPM: 1
|
UPLOAD_RPM: 1
|
||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
SYMBOL_TARGET: hos-client-cpp
|
SYMBOL_TARGET: libhos-client-cpp
|
||||||
PULP3_REPO_NAME: framework-stable-x86_64.el7
|
PULP3_REPO_NAME: framework-stable-x86_64.el7
|
||||||
PULP3_DIST_NAME: framework-stable-x86_64.el7
|
PULP3_DIST_NAME: framework-stable-x86_64.el7
|
||||||
extends: .build_by_travis_for_centos7
|
extends: .build_by_travis_for_centos7
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
@@ -211,7 +211,7 @@ develop_build_debug_for_centos8:
|
|||||||
PULP3_REPO_NAME: framework-testing-x86_64.el8
|
PULP3_REPO_NAME: framework-testing-x86_64.el8
|
||||||
PULP3_DIST_NAME: framework-testing-x86_64.el8
|
PULP3_DIST_NAME: framework-testing-x86_64.el8
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-debug"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-debug"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
@@ -230,7 +230,7 @@ develop_build_release_for_centos8:
|
|||||||
PULP3_REPO_NAME: framework-testing-x86_64.el8
|
PULP3_REPO_NAME: framework-testing-x86_64.el8
|
||||||
PULP3_DIST_NAME: framework-testing-x86_64.el8
|
PULP3_DIST_NAME: framework-testing-x86_64.el8
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
@@ -245,12 +245,12 @@ release_build_debug_for_centos8:
|
|||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
UPLOAD_RPM: 1
|
UPLOAD_RPM: 1
|
||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
SYMBOL_TARGET: hos-client-cpp
|
SYMBOL_TARGET: libhos-client-cpp
|
||||||
PULP3_REPO_NAME: framework-stable-x86_64.el8
|
PULP3_REPO_NAME: framework-stable-x86_64.el8
|
||||||
PULP3_DIST_NAME: framework-stable-x86_64.el8
|
PULP3_DIST_NAME: framework-stable-x86_64.el8
|
||||||
extends: .build_by_travis_for_centos8
|
extends: .build_by_travis_for_centos8
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
@@ -263,12 +263,12 @@ release_build_release_for_centos8:
|
|||||||
PACKAGE: 1
|
PACKAGE: 1
|
||||||
UPLOAD_RPM: 1
|
UPLOAD_RPM: 1
|
||||||
UPLOAD_SYMBOL_FILES: 1
|
UPLOAD_SYMBOL_FILES: 1
|
||||||
SYMBOL_TARGET: hos-client-cpp
|
SYMBOL_TARGET: libhos-client-cpp
|
||||||
PULP3_REPO_NAME: framework-stable-x86_64.el8
|
PULP3_REPO_NAME: framework-stable-x86_64.el8
|
||||||
PULP3_DIST_NAME: framework-stable-x86_64.el8
|
PULP3_DIST_NAME: framework-stable-x86_64.el8
|
||||||
extends: .build_by_travis_for_centos8
|
extends: .build_by_travis_for_centos8
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "hos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
name: "libhos-client-cpp-$CI_COMMIT_REF_NAME-release"
|
||||||
paths:
|
paths:
|
||||||
- build/*.rpm
|
- build/*.rpm
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user