summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2022-08-23 10:08:50 +0000
committersongyanchao <[email protected]>2022-08-23 07:08:14 -0400
commit50242b78a32e8a7ca044f287b8e809be6392ef87 (patch)
tree62df829c1583fe32151ab47eb98df2427b5aed7d /.gitlab-ci.yml
parent9dcb6492bd3a6d9a88de14b133d3da605f2a8738 (diff)
🎈 perf(TSG-11769): 适配DPDK-21.11.1
适配DPDK-21.11.1
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53cdb28..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-21-11-mlx5-el7"
- 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-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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-21.11-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: