CI禁用UPLOAD_SYMBOL_FILES
This commit is contained in:
@@ -68,7 +68,7 @@ develop_build_debug_for_centos7:
|
||||
extends: .build_by_travis_for_centos7
|
||||
variables:
|
||||
TESTING_VERSION_BUILD: 1
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
BUILD_TYPE: Debug
|
||||
# ASAN_OPTION: ADDRESS
|
||||
PACKAGE: 1
|
||||
@@ -86,7 +86,7 @@ develop_build_release_for_centos7:
|
||||
extends: .build_by_travis_for_centos7
|
||||
variables:
|
||||
TESTING_VERSION_BUILD: 1
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
# ASAN_OPTION: ADDRESS
|
||||
BUILD_TYPE: RelWithDebInfo
|
||||
PACKAGE: 1
|
||||
@@ -102,7 +102,7 @@ develop_build_release_for_centos7:
|
||||
|
||||
release_build_debug_for_centos7:
|
||||
variables:
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
BUILD_TYPE: Debug
|
||||
PACKAGE: 1
|
||||
PULP3_REPO_NAME: tfe-stable-x86_64.el7
|
||||
@@ -118,7 +118,7 @@ release_build_debug_for_centos7:
|
||||
release_build_release_for_centos7:
|
||||
variables:
|
||||
BUILD_TYPE: RelWithDebInfo
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
PACKAGE: 1
|
||||
PULP3_REPO_NAME: tfe-stable-x86_64.el7
|
||||
PULP3_DIST_NAME: tfe-stable-x86_64.el7
|
||||
@@ -156,7 +156,7 @@ develop_build_debug_for_centos8:
|
||||
extends: .build_by_travis_for_centos8
|
||||
variables:
|
||||
TESTING_VERSION_BUILD: 1
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
BUILD_TYPE: Debug
|
||||
# ASAN_OPTION: ADDRESS
|
||||
PACKAGE: 1
|
||||
@@ -174,7 +174,7 @@ develop_build_release_for_centos8:
|
||||
extends: .build_by_travis_for_centos8
|
||||
variables:
|
||||
TESTING_VERSION_BUILD: 1
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
# ASAN_OPTION: ADDRESS
|
||||
BUILD_TYPE: RelWithDebInfo
|
||||
PACKAGE: 1
|
||||
@@ -190,7 +190,7 @@ develop_build_release_for_centos8:
|
||||
|
||||
release_build_debug_for_centos8:
|
||||
variables:
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
BUILD_TYPE: Debug
|
||||
PACKAGE: 1
|
||||
PULP3_REPO_NAME: tfe-stable-x86_64.el8
|
||||
@@ -206,7 +206,7 @@ release_build_debug_for_centos8:
|
||||
release_build_release_for_centos8:
|
||||
variables:
|
||||
BUILD_TYPE: RelWithDebInfo
|
||||
UPLOAD_SYMBOL_FILES: 1
|
||||
#UPLOAD_SYMBOL_FILES: 1
|
||||
PACKAGE: 1
|
||||
PULP3_REPO_NAME: tfe-stable-x86_64.el8
|
||||
PULP3_DIST_NAME: tfe-stable-x86_64.el8
|
||||
|
||||
Reference in New Issue
Block a user