Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Bump new DOCA 2.10.0069 #134

Open
wants to merge 1 commit into
base: v24.01.3.nvda.tgt_offload
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ci/ci_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=<YYMMDD>-<ID>
export CI_ENV_CI_REV="250114-1"
export CI_ENV_CI_REV="250120-1"