diff options
| author | luwenpeng <[email protected]> | 2023-04-18 19:46:07 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-04-18 19:46:07 +0800 |
| commit | f81209b225c2439e5e7d81af6702065599a72271 (patch) | |
| tree | 890b985c2714c1c22812a2beeab0299d7ed9f6b9 | |
| parent | 1430681184553defec7236b872557dbcca8de8fe (diff) | |
CI禁用UPLOAD_SYMBOL_FILESv4.8.6-20230419release-4.8develop-4.8
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3164145..e647c7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |
