diff options
| author | songyanchao <[email protected]> | 2023-06-27 06:12:56 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-06-27 06:12:56 +0000 |
| commit | d453bee52d0091aa86126e651da9d96c1046e775 (patch) | |
| tree | 27422e486ddb15b8e7e3e9aa8fb0a7ee29e313f5 | |
| parent | ebaff285c0982af8019fffac848e41a4140bfc89 (diff) | |
🎈 perf(DPISDN-13): DPDK 升级至 21.11.4v4.6.32-20230627
DPDK 升级至 21.11.4
| -rw-r--r-- | .gitlab-ci.yml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index acf84af..b55b2d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ build-debug-for-centos8-icelake-server: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-icelake-server" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-icelake-server" MACHINE: "icelake-server" except: - tags @@ -53,7 +53,7 @@ build-release-for-centos8-icelake-server: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-icelake-server" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-icelake-server" MACHINE: "icelake-server" except: - tags @@ -65,7 +65,7 @@ build-debug-for-centos8-znver1: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-znver1" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-znver1" MACHINE: "znver1" except: - tags @@ -77,7 +77,7 @@ build-release-for-centos8-znver1: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-znver1" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-znver1" MACHINE: "znver1" except: - tags @@ -89,7 +89,7 @@ build-debug-for-centos8-generic: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-generic" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-generic" MACHINE: "corei7" except: - tags @@ -101,7 +101,7 @@ build-release-for-centos8-generic: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-generic" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-generic" MACHINE: "corei7" except: - tags @@ -113,7 +113,7 @@ stable-package-debug-for-centos8-icelake-server: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-icelake-server" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-icelake-server" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 MACHINE: "icelake-server" @@ -131,7 +131,7 @@ stable-package-release-for-centos8-icelake-server: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-icelake-server" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-icelake-server" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 MACHINE: "icelake-server" @@ -149,7 +149,7 @@ stable-package-debug-for-centos8-znver1: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-znver1" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-znver1" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 MACHINE: "znver1" @@ -167,7 +167,7 @@ stable-package-release-for-centos8-znver1: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-znver1" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-znver1" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 MACHINE: "znver1" @@ -185,7 +185,7 @@ stable-package-debug-for-centos8-generic: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-generic" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-generic" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 MACHINE: "corei7" @@ -203,7 +203,7 @@ stable-package-release-for-centos8-generic: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-generic" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-generic" PULP3_REPO_NAME: platform-stable-x86_64.el8 PULP3_DIST_NAME: platform-stable-x86_64.el8 MACHINE: "corei7" @@ -221,7 +221,7 @@ testing-package-debug-for-centos8-icelake-server: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-icelake-server" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-icelake-server" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 MACHINE: "icelake-server" @@ -239,7 +239,7 @@ testing-package-release-for-centos8-icelake-server: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-icelake-server" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-icelake-server" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 MACHINE: "icelake-server" @@ -258,7 +258,7 @@ testing-package-debug-for-centos8-znver1: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-znver1" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-znver1" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 MACHINE: "znver1" @@ -276,7 +276,7 @@ testing-package-release-for-centos8-znver1: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-znver1" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-znver1" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 MACHINE: "znver1" @@ -294,7 +294,7 @@ testing-package-debug-for-centos8-generic: - share variables: BUILD_TYPE: "Debug" - BUILD_PREFIX: "/opt/dpdk-21.11.3-debug-generic" + BUILD_PREFIX: "/opt/dpdk-21.11.4-debug-generic" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 MACHINE: "corei7" @@ -312,7 +312,7 @@ testing-package-release-for-centos8-generic: - share variables: BUILD_TYPE: "RelWithDebInfo" - BUILD_PREFIX: "/opt/dpdk-21.11.3-rel-generic" + BUILD_PREFIX: "/opt/dpdk-21.11.4-rel-generic" PULP3_REPO_NAME: platform-testing-x86_64.el8 PULP3_DIST_NAME: platform-testing-x86_64.el8 MACHINE: "corei7" |
