diff options
| author | songyanchao <[email protected]> | 2024-07-05 07:46:24 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-07-05 07:46:24 +0000 |
| commit | af9177f5e0b15c80d5370e681526fc1ccac7d0ff (patch) | |
| tree | 149cca1c152ef5ac3ccf1f42f306aedce22670a8 | |
| parent | ddd463ce901fdda29c2aae8d5547cbb701b43f02 (diff) | |
🐎 ci: Update CI configuration to drop support for EL7.
Update CI configuration to drop support for EL7.
| -rw-r--r-- | .gitlab-ci.yml | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91473df..4a6f967 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,6 @@ variables: GIT_STRATEGY: "clone" BUILD_IMAGE_CENTOS8: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-21-11-mlx5-el8" - BUILD_IMAGE_CENTOS7: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-21-11-mlx5-el7" BUILD_ROOT_DIR: /tmp/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/$CI_PROJECT_PATH/build stages: @@ -92,14 +91,6 @@ build_for_centos8_and_enable_ctest: - BUILD_TYPE: ["RelWithDebInfo","Debug"] OTHER_CMAKE_OPTION: "-DMACHINE=corei7 -DENABLE_PTF_TEST=TRUE" -build_for_centos7: - image: ${BUILD_IMAGE_CENTOS7} - extends: .build_and_test - parallel: - matrix: - - BUILD_TYPE: ["RelWithDebInfo","Debug"] - OTHER_CMAKE_OPTION: "-DMACHINE=corei7 -DENABLE_WARNING_AS_ERROR=FALSE" - stable-package-for-centos8: extends: .package_and_deploy variables: @@ -116,19 +107,6 @@ stable-package-for-centos8: rules: - if: $CI_COMMIT_TAG -stable-package-for-centos7: - image: ${BUILD_IMAGE_CENTOS7} - extends: .package_and_deploy - variables: - PULP3_REPO_NAME: "platform-stable-x86_64.el7" - PULP3_DIST_NAME: "platform-stable-x86_64.el7" - parallel: - matrix: - - BUILD_TYPE: ["RelWithDebInfo","Debug"] - OTHER_CMAKE_OPTION: "-DMACHINE=corei7 -DENABLE_WARNING_AS_ERROR=FALSE" - rules: - - if: $CI_COMMIT_TAG - testing-package-for-centos8: extends: .package_and_deploy variables: @@ -145,19 +123,6 @@ testing-package-for-centos8: rules: - if: $CI_COMMIT_BRANCH =~ /^dev.*$/ -testing-package-for-centos7: - image: ${BUILD_IMAGE_CENTOS7} - extends: .package_and_deploy - variables: - PULP3_REPO_NAME: "platform-testing-x86_64.el7" - PULP3_DIST_NAME: "platform-testing-x86_64.el7" - parallel: - matrix: - - BUILD_TYPE: ["RelWithDebInfo","Debug"] - OTHER_CMAKE_OPTION: "-DMACHINE=corei7 -DENABLE_WARNING_AS_ERROR=FALSE" - rules: - - if: $CI_COMMIT_BRANCH =~ /^dev.*$/ - fuzzing_mrzcpd_for_centos8: extends: .build_and_test variables: |
