From 2e9bd93b31f79a174eec24dd0d5c1f367dafa69f Mon Sep 17 00:00:00 2001 From: Iaroslav Sydoruk Date: Mon, 20 Jan 2025 20:28:27 +0200 Subject: [PATCH] ci: Bump new DOCA 2.10.0069 Signed-off-by: Iaroslav Sydoruk --- .ci/ci_env.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/ci_env.sh b/.ci/ci_env.sh index 58d57d22959..1798c8cdfe9 100755 --- a/.ci/ci_env.sh +++ b/.ci/ci_env.sh @@ -15,11 +15,11 @@ export CI_ENV_HARBOR_REGISTRY_PATH="swx-storage/doca_nvmf_target_offload" export CI_ENV_ARTIFACT_PROPERTIES="/mnt/pvc/doca-sta-artifact.properties" export CI_ENV_DOCA_BUILDER_IMAGE="nvcr.io/nvstaging/doca/doca" -export CI_ENV_DOCA_RUNTIME_TAG="2.10.0063-full-rt-ubuntu22.04-arm64" -export CI_ENV_DOCA_BUILDER_TAG="2.10.0063-devel-ubuntu22.04-arm64" +export CI_ENV_DOCA_RUNTIME_TAG="2.10.0069-full-rt-ubuntu22.04-arm64" +export CI_ENV_DOCA_BUILDER_TAG="2.10.0069-devel-ubuntu22.04-arm64" # Change this revision number always when you make any # changes that affect components in CI builder images. # CI builder images use it as docker tag. # Format=- -export CI_ENV_CI_REV="250114-1" +export CI_ENV_CI_REV="250120-1"