diff options
| author | liuxueli <[email protected]> | 2023-10-08 23:07:20 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2023-10-08 23:07:20 +0800 |
| commit | f4d920acc0469e73b6de647ba4258545a5f4122e (patch) | |
| tree | 8faba178599c56ef00dfd71ccfeefff66c4da14e | |
| parent | fee1ecba3cbfdef5fc04a54cb1fd6ee121d0925f (diff) | |
临时关闭Centos7的CI流程v4.3.29
| -rw-r--r-- | .gitlab-ci.yml | 162 |
1 files changed, 81 insertions, 81 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 512be68..f990476 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,66 +83,66 @@ run_cppcheck_for_centos8: tags: - share -.build_by_travis_for_centos7: - extends: .build_before_script - stage: build - image: $BUILD_IMAGE_CENTOS7 - - -branch_build_debug_for_centos7: - extends: .build_by_travis_for_centos7 - variables: - BUILD_TYPE: Debug - artifacts: - paths: - - build/* - except: - - /^dev*.*$/i - - /^rel*.*$/i - - /^master.*$/i - - tags - -develop_build_debug_for_centos7: - extends: .build_by_travis_for_centos7 - variables: - BUILD_TYPE: RelWithDebInfo - artifacts: - name: "$SYMBOL_TARGET-$CI_COMMIT_REF_NAME-debug" - paths: - - build/* - only: - - /^dev*.*$/i - - /^rel*.*$/i - - /^master.*$/i - -release_build_debug_for_centos7: - extends: .build_by_travis_for_centos7 - variables: - BUILD_TYPE: Debug - PACKAGE: 1 - ASAN_OPTION: "ADDRESS" - script: - - source /opt/rh/devtoolset-7/enable || true - - ./ci/travis.sh - artifacts: - name: "$SYMBOL_TARGET-$CI_COMMIT_REF_NAME-release" - paths: - - build/* - only: - - tags - -release_build_release_for_centos7: - extends: .build_by_travis_for_centos7 - variables: - BUILD_TYPE: RelWithDebInfo - MEM_POOL: JEMALLOC_STATIC - PACKAGE: 1 - artifacts: - name: "$SYMBOL_TARGET-$CI_COMMIT_REF_NAME-release" - paths: - - build/* - only: - - tags +# .build_by_travis_for_centos7: +# extends: .build_before_script +# stage: build +# image: $BUILD_IMAGE_CENTOS7 +# +# +# branch_build_debug_for_centos7: +# extends: .build_by_travis_for_centos7 +# variables: +# BUILD_TYPE: Debug +# artifacts: +# paths: +# - build/* +# except: +# - /^dev*.*$/i +# - /^rel*.*$/i +# - /^master.*$/i +# - tags + +# develop_build_debug_for_centos7: +# extends: .build_by_travis_for_centos7 +# variables: +# BUILD_TYPE: RelWithDebInfo +# artifacts: +# name: "$SYMBOL_TARGET-$CI_COMMIT_REF_NAME-debug" +# paths: +# - build/* +# only: +# - /^dev*.*$/i +# - /^rel*.*$/i +# - /^master.*$/i + +# release_build_debug_for_centos7: +# extends: .build_by_travis_for_centos7 +# variables: +# BUILD_TYPE: Debug +# PACKAGE: 1 +# ASAN_OPTION: "ADDRESS" +# script: +# - source /opt/rh/devtoolset-7/enable || true +# - ./ci/travis.sh +# artifacts: +# name: "$SYMBOL_TARGET-$CI_COMMIT_REF_NAME-release" +# paths: +# - build/* +# only: +# - tags + +# release_build_release_for_centos7: +# extends: .build_by_travis_for_centos7 +# variables: +# BUILD_TYPE: RelWithDebInfo +# MEM_POOL: JEMALLOC_STATIC +# PACKAGE: 1 +# artifacts: +# name: "$SYMBOL_TARGET-$CI_COMMIT_REF_NAME-release" +# paths: + # - build/* + # only: + # - tags .build_by_travis_for_centos8: stage: build @@ -301,27 +301,27 @@ basic_test_for_centos8: ############################################################################### # upload ############################################################################### -.define_before_upload_centos7: - stage: upload - image: $BUILD_IMAGE_CENTOS7 - before_script: - - pwd; ls -l ; cd build ; ls -l - - cp /root/rpm_upload_tools.py ./ - variables: - PULP3_REPO_NAME: platform-stable-x86_64.el7 - PULP3_DIST_NAME: platform-stable-x86_64.el7 - only: - - tags - tags: - - share - -rpm_upload_for_centos7: - extends: .define_before_upload_centos7 - dependencies: - - release_build_debug_for_centos7 - - release_build_release_for_centos7 - script: - - python3 rpm_upload_tools.py $PULP3_REPO_NAME $PULP3_DIST_NAME *.rpm +# .define_before_upload_centos7: +# stage: upload +# image: $BUILD_IMAGE_CENTOS7 +# before_script: +# - pwd; ls -l ; cd build ; ls -l +# - cp /root/rpm_upload_tools.py ./ +# variables: +# PULP3_REPO_NAME: platform-stable-x86_64.el7 +# PULP3_DIST_NAME: platform-stable-x86_64.el7 +# only: +# - tags +# tags: +# - share + +# rpm_upload_for_centos7: +# extends: .define_before_upload_centos7 +# dependencies: +# - release_build_debug_for_centos7 +# - release_build_release_for_centos7 +# script: +# - python3 rpm_upload_tools.py $PULP3_REPO_NAME $PULP3_DIST_NAME *.rpm .define_before_upload_centos8: stage: upload |
