Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion src/compute-plane-services/byoo-otel-collector/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Run `make update-config-template` after changing templates under
template source, generator logic, or supported backend examples.

CI subproject id: `byoo-otel-collector`. The umbrella CI lane is declared in
`tools/ci/subproject-validations.yaml`; current custom checks include
`tools/ci/subproject-validations.yaml`, an internal GitLab CI config not
present in this public snapshot; current custom checks include
`check-version-modified`, generated example drift, generated config drift, and
otelconfig validation. Do not add a subtree `.gitlab-ci.yml`.

Expand Down
3 changes: 2 additions & 1 deletion src/compute-plane-services/ess-agent/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ bazel mod tidy
```

CI subproject id: `ess-agent`. Native Bazel validation and release wiring live
in `tools/ci/subproject-validations.yaml`.
in `tools/ci/subproject-validations.yaml`, an internal GitLab CI config not
present in this public snapshot.

## Local Gotchas

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ make shellcheck
```

CI subproject id: `image-credential-helper`. Native CI and release wiring live
in `tools/ci/subproject-validations.yaml`.
in `tools/ci/subproject-validations.yaml`, an internal GitLab CI config not
present in this public snapshot.

## Local Gotchas

Expand Down
3 changes: 2 additions & 1 deletion src/control-plane-services/function-autoscaler/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ cargo deny check advisories
```

CI subproject id: `function-autoscaler`. Native Bazel validation and release
wiring live in `tools/ci/subproject-validations.yaml`.
wiring live in `tools/ci/subproject-validations.yaml`, an internal GitLab CI
config not present in this public snapshot.
3 changes: 2 additions & 1 deletion src/control-plane-services/nats-auth-callout/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ make dev-swagger
```

CI subproject id: `nats-auth-callout`. Native Bazel validation and release
wiring live in `tools/ci/subproject-validations.yaml`.
wiring live in `tools/ci/subproject-validations.yaml`, an internal GitLab CI
config not present in this public snapshot.

## Plugin Work

Expand Down
3 changes: 2 additions & 1 deletion src/invocation-plane-services/grpc-proxy/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ bazel run //nvidia-internal:image_push_ncp_dev
```

CI subproject id: `grpc-proxy`. Native Bazel validation and release wiring live
in `tools/ci/subproject-validations.yaml`.
in `tools/ci/subproject-validations.yaml`, an internal GitLab CI config not
present in this public snapshot.

## Local Gotchas

Expand Down
3 changes: 2 additions & 1 deletion src/invocation-plane-services/http-invocation/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ CARGO_BAZEL_REPIN=1 bazel sync --only=nvcf_invocation_crates
```

CI subproject id: `http-invocation`. Native Bazel validation and release wiring
live in `tools/ci/subproject-validations.yaml`.
live in `tools/ci/subproject-validations.yaml`, an internal GitLab CI config
not present in this public snapshot.

## Cargo Development

Expand Down
3 changes: 2 additions & 1 deletion src/invocation-plane-services/llm-api-gateway/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ bazel test //... --flaky_test_attempts=3

CI subproject id: `llm-api-gateway`. Release wiring publishes both the main
gateway image and the rate-limit sync worker image through
`tools/ci/subproject-validations.yaml`.
`tools/ci/subproject-validations.yaml`, an internal GitLab CI config not
present in this public snapshot.

## Local Gotchas

Expand Down
3 changes: 2 additions & 1 deletion src/invocation-plane-services/ratelimiter/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ bazel test //... --flaky_test_attempts=3
```

CI subproject id: `ratelimiter`. Native Bazel validation and release wiring
live in `tools/ci/subproject-validations.yaml`.
live in `tools/ci/subproject-validations.yaml`, an internal GitLab CI config
not present in this public snapshot.

## Proto and Test Gotchas

Expand Down
3 changes: 2 additions & 1 deletion src/libraries/go/lib/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ module's `.golangci.yml`. `make lint` still runs the same module-scoped
## Root CI

Root CI generates the `go-lib` subproject validation pipeline from
`tools/ci/subproject-validations.yaml`.
`tools/ci/subproject-validations.yaml`, an internal GitLab CI config not
present in this public snapshot.

The current subproject checks are:

Expand Down
3 changes: 2 additions & 1 deletion src/libraries/go/worker/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ go build ./...
```

CI subproject id: `go-worker`. The umbrella uses the `go-tool` profile in
`tools/ci/subproject-validations.yaml`.
`tools/ci/subproject-validations.yaml`, an internal GitLab CI config not
present in this public snapshot.

## Local Gotchas

Expand Down
Loading