diff options
| author | songyanchao <[email protected]> | 2023-04-10 09:51:06 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-04-10 09:56:19 +0000 |
| commit | 86a5cbb2947a073535e5dd0e5f155ef2d05048f1 (patch) | |
| tree | df29205aee6efbaedbce71daf4f90cc02f80a66d | |
| parent | fa28206e01e2324fdf01769be3897e6f5910be03 (diff) | |
🎈 perf(DPISDN-7): dpdk 升级至 'dpdk-21.11.3'v4.5.7-20230411
dpdk 升级至 'dpdk-21.11.3'
| -rw-r--r-- | .gitlab-ci.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae5d2a4..789db37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: GIT_STRATEGY: "clone" - BUILD_IMAGE_CENTOS7: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-21-11-1-mlx5-el7" - BUILD_IMAGE_CENTOS8: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-21-11-1-mlx5-el8" + BUILD_IMAGE_CENTOS7: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-21-11-mlx5-el7" + BUILD_IMAGE_CENTOS8: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-21-11-mlx5-el8" stages: - build @@ -42,7 +42,7 @@ build-debug-for-centos7: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.1-debug" + BUILD_PREFIX: "/opt/dpdk-21.11.3-debug" except: - tags @@ -53,7 +53,7 @@ build-release-for-centos7: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.1-rel" + BUILD_PREFIX: "/opt/dpdk-21.11.3-rel" except: - tags @@ -64,7 +64,7 @@ stable-package-debug-for-centos7: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.1-debug" + BUILD_PREFIX: "/opt/dpdk-21.11.3-debug" PULP3_REPO_NAME: platform-stable-x86_64.el7 PULP3_DIST_NAME: platform-stable-x86_64.el7 artifacts: @@ -81,7 +81,7 @@ stable-package-release-for-centos7: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.1-rel" + BUILD_PREFIX: "/opt/dpdk-21.11.3-rel" PULP3_REPO_NAME: platform-stable-x86_64.el7 PULP3_DIST_NAME: platform-stable-x86_64.el7 artifacts: @@ -98,7 +98,7 @@ testing-package-debug-for-centos7: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.1-debug" + BUILD_PREFIX: "/opt/dpdk-21.11.3-debug" PULP3_REPO_NAME: platform-testing-x86_64.el7 PULP3_DIST_NAME: platform-testing-x86_64.el7 artifacts: @@ -115,7 +115,7 @@ testing-package-release-for-centos7: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.1-rel" + BUILD_PREFIX: "/opt/dpdk-21.11.3-rel" PULP3_REPO_NAME: platform-testing-x86_64.el7 PULP3_DIST_NAME: platform-testing-x86_64.el7 artifacts: @@ -153,7 +153,7 @@ build-debug-for-centos8: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.1-debug" + BUILD_PREFIX: "/opt/dpdk-21.11.3-debug" except: - tags @@ -164,7 +164,7 @@ build-release-for-centos8: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.1-rel" + BUILD_PREFIX: "/opt/dpdk-21.11.3-rel" except: - tags @@ -175,7 +175,7 @@ stable-package-debug-for-centos8: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.1-debug" + BUILD_PREFIX: "/opt/dpdk-21.11.3-debug" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 artifacts: @@ -192,7 +192,7 @@ stable-package-release-for-centos8: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.1-rel" + BUILD_PREFIX: "/opt/dpdk-21.11.3-rel" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 artifacts: @@ -209,7 +209,7 @@ testing-package-debug-for-centos8: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.1-debug" + BUILD_PREFIX: "/opt/dpdk-21.11.3-debug" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 artifacts: @@ -226,7 +226,7 @@ testing-package-release-for-centos8: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.1-rel" + BUILD_PREFIX: "/opt/dpdk-21.11.3-rel" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 artifacts: |
