Skip to content

ci: update release manifest 26.01 kernels and driver_version#252

Closed
nvidia-ci-cd wants to merge 1 commit intomainfrom
ci/update-release-manifest-26.01
Closed

ci: update release manifest 26.01 kernels and driver_version#252
nvidia-ci-cd wants to merge 1 commit intomainfrom
ci/update-release-manifest-26.01

Conversation

@nvidia-ci-cd
Copy link
Collaborator

Created by an internal DOCA CI job.

Signed-off-by: svc-cloud-orch-ci <svc-cloud-orch-ci@nvidia.com>
@greptile-apps
Copy link

greptile-apps bot commented Feb 11, 2026

Greptile Overview

Greptile Summary

This PR updates the 26.01 release manifest by bumping driver_version from 26.01-0.9.2.0-0 to 26.01-0.9.4.0-0.

The change fits the repository’s pattern of treating release manifests as inputs to CI/build pipelines (e.g., for selecting driver artifacts and naming/build metadata). No other OS/kernel matrix entries are modified in this PR.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • The PR changes a single field in a manifest (driver_version) and keeps the existing formatting/pattern; repository consumers treat it as an opaque string, so the bump should not affect parsing or control flow.
  • No files require special attention

Important Files Changed

Filename Overview
release_manifests/26.01.yaml Bumps driver_version from 26.01-0.9.2.0-0 to 26.01-0.9.4.0-0; no other manifest changes.

Sequence Diagram

sequenceDiagram
  participant CI as Internal DOCA CI Job
  participant Repo as doca-driver-build repo
  participant Manifest as release_manifests/26.01.yaml
  participant Pipeline as Build/Release Pipeline

  CI->>Repo: Open PR #252
  CI->>Manifest: Update driver_version
  Pipeline->>Repo: Read release manifest (26.01)
  Pipeline->>Pipeline: Use driver_version as opaque string
  Pipeline-->>Pipeline: Drive build/artifact naming
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant