summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-07-15 11:46:00 +0800
committeryangwei <[email protected]>2024-07-16 10:31:31 +0800
commitbe845d4a2fa0b903bc8ea4e411c6210a0112ea58 (patch)
tree79d85807a09e3810a1fea127ca5ab810d91502ef /.gitlab-ci.yml
parent8e9bfb8721cf71f4062d91e840006bccea0d82d6 (diff)
🐎 ci(discard centos7 ): remove centos7 stage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml108
1 files changed, 0 insertions, 108 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1aa5ef..5c4d16a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,5 @@
variables:
GIT_STRATEGY: "clone"
- BUILD_IMAGE_CENTOS7: "git.mesalab.cn:7443/mesa_platform/build-env:master"
BUILD_IMAGE_CENTOS8: "git.mesalab.cn:7443/mesa_platform/build-env:rockylinux"
BUILD_PADDING_PREFIX: /tmp/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX_PREFIX_PREFIX_PREFIX_PREFIX_PREFIX/
INSTALL_DEPENDENCY_LIBRARY: libasan
@@ -19,17 +18,6 @@ stages:
- yum install -y elfutils-libelf-devel
-.build_by_travis_for_centos7:
- stage: build
- image: $BUILD_IMAGE_CENTOS7
- extends: .build_before_script
- script:
- - yum install -y libmnl-devel
- - yum install -y libnfnetlink-devel
- - ./ci/travis.sh
- - cd build
- tags:
- - share
.build_by_travis_for_centos8:
stage: build
@@ -42,102 +30,6 @@ stages:
tags:
- share
-branch_build_debug_for_centos7:
- stage: build
- extends: .build_by_travis_for_centos7
- variables:
- BUILD_TYPE: Debug
- UNIT_TEST: 1
- except:
- - /^develop.*$/i
- - /^master.*$/i
- - tags
-
-branch_build_release_for_centos7:
- stage: build
- variables:
- BUILD_TYPE: RelWithDebInfo
- UNIT_TEST: 1
- extends: .build_by_travis_for_centos7
- except:
- - /^develop.*$/i
- - /^master.*$/i
- - tags
-
-develop_build_debug_for_centos7:
- stage: build
- extends: .build_by_travis_for_centos7
- variables:
- BUILD_TYPE: Debug
- UNIT_TEST: 1
- PACKAGE: 1
- UPLOAD_RPM: 1
- ASAN_OPTION: ADDRESS
- TESTING_VERSION_BUILD: 1
- PULP3_REPO_NAME: framework-testing-x86_64.el7
- PULP3_DIST_NAME: framework-testing-x86_64.el7
- artifacts:
- name: "fieldstat3-$CI_COMMIT_REF_NAME-debug"
- paths:
- - build/*.rpm
- only:
- - /^develop.*$/i
- - /^master.*$/i
-
-develop_build_release_for_centos7:
- stage: build
- extends: .build_by_travis_for_centos7
- variables:
- BUILD_TYPE: RelWithDebInfo
- UNIT_TEST: 1
- PACKAGE: 1
- UPLOAD_RPM: 1
- TESTING_VERSION_BUILD: 1
- PULP3_REPO_NAME: framework-testing-x86_64.el7
- PULP3_DIST_NAME: framework-testing-x86_64.el7
- artifacts:
- name: "fieldstat3-$CI_COMMIT_REF_NAME-release"
- paths:
- - build/*.rpm
- only:
- - /^develop.*$/i
- - /^master.*$/i
-
-release_build_debug_for_centos7:
- stage: build
- variables:
- BUILD_TYPE: Debug
- UNIT_TEST: 1
- PACKAGE: 1
- UPLOAD_RPM: 1
- PULP3_REPO_NAME: framework-stable-x86_64.el7
- PULP3_DIST_NAME: framework-stable-x86_64.el7
- extends: .build_by_travis_for_centos7
- artifacts:
- name: "fieldstat3-$CI_COMMIT_REF_NAME-debug"
- paths:
- - build/*.rpm
- only:
- - tags
-
-release_build_release_for_centos7:
- stage: build
- variables:
- BUILD_TYPE: RelWithDebInfo
- UNIT_TEST: 1
- PACKAGE: 1
- UPLOAD_RPM: 1
- UPLOAD_SYMBOL_FILES: 1
- SYMBOL_TARGET: libfieldstat3
- PULP3_REPO_NAME: framework-stable-x86_64.el7
- PULP3_DIST_NAME: framework-stable-x86_64.el7
- extends: .build_by_travis_for_centos7
- artifacts:
- name: "fieldstat3-$CI_COMMIT_REF_NAME-release"
- paths:
- - build/*.rpm
- only:
- - tags
branch_build_debug_for_centos8:
stage: build