summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2022-09-06 07:39:44 -0400
committerLu Qiuwen <[email protected]>2022-09-06 07:43:49 -0400
commit15cfb616688016c50e67edfcdb7ab68985e7f59d (patch)
tree94b7b85f77e532e4d18fbce1d07ed28d31aab310
parent23c9f9f11fcd7b4261d8c1805415b903f36fbb9d (diff)
使用DPDK 21.11.1编译。v4.5.4-20220906
-rw-r--r--.gitlab-ci.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f375189..ae5d2a4 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-20-11-mlx5-el7"
- BUILD_IMAGE_CENTOS8: "git.mesalab.cn:7443/mesa_platform/marsio-build-env:dpdk-20-11-mlx5-el8"
+ 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"
stages:
- build
@@ -42,7 +42,7 @@ build-debug-for-centos7:
- share
variables:
BUILD_TYPE: "Debug"
- BUILD_PREFIX: "/opt/dpdk-20.11.4-debug"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-debug"
except:
- tags
@@ -53,7 +53,7 @@ build-release-for-centos7:
- share
variables:
BUILD_TYPE: "RelWithDebInfo"
- BUILD_PREFIX: "/opt/dpdk-20.11.4-rel"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-rel"
except:
- tags
@@ -64,7 +64,7 @@ stable-package-debug-for-centos7:
- share
variables:
BUILD_TYPE: "Debug"
- BUILD_PREFIX: "/opt/dpdk-20.11.4-debug"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-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-20.11.4-rel"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-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-20.11.4-debug"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-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-20.11.4-rel"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-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-20.11.4-debug"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-debug"
except:
- tags
@@ -164,7 +164,7 @@ build-release-for-centos8:
- share
variables:
BUILD_TYPE: "RelWithDebInfo"
- BUILD_PREFIX: "/opt/dpdk-20.11.4-rel"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-rel"
except:
- tags
@@ -175,7 +175,7 @@ stable-package-debug-for-centos8:
- share
variables:
BUILD_TYPE: "Debug"
- BUILD_PREFIX: "/opt/dpdk-20.11.4-debug"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-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-20.11.4-rel"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-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-20.11.4-debug"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-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-20.11.4-rel"
+ BUILD_PREFIX: "/opt/dpdk-21.11.1-rel"
PULP3_REPO_NAME: platform-testing-x86_64.el8
PULP3_DIST_NAME: platform-testing-x86_64.el8
artifacts: