Skip to content

Config spec updates#22619

Open
nubtron wants to merge 8 commits intomasterfrom
nubtron/fix-configs-2
Open

Config spec updates#22619
nubtron wants to merge 8 commits intomasterfrom
nubtron/fix-configs-2

Conversation

@nubtron
Copy link
Contributor

@nubtron nubtron commented Feb 12, 2026

What does this PR do?

Add some secret fields in spec.yamls, fix typos, and regenerate configs.

Motivation

Clean up spec.yamls for remote configuration.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.04%. Comparing base (de966db) to head (d58a073).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nubtron nubtron marked this pull request as ready for review February 13, 2026 13:30
@nubtron nubtron requested review from a team as code owners February 13, 2026 13:30
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c92047bccc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 1 to 3
# This file is autogenerated.
# To change this file you should edit assets/configuration/spec.yaml and then run the following commands:
# ddev -x validate config -s <INTEGRATION_NAME>

Choose a reason for hiding this comment

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

P1 Badge Restore removed license headers in config model modules

This change removes the Datadog license header from existing Python files in torchserve/datadog_checks/torchserve/config_models (the same pattern appears in __init__.py, defaults.py, instance.py, and shared.py), which will trip CI validation: validate.yml enables license-headers (.github/workflows/validate.yml:34), run-validations.yml executes ddev validate license-headers (.github/workflows/run-validations.yml:197-199), and the validator explicitly errors when an existing file’s header changes (datadog_checks_dev/datadog_checks/dev/tooling/license_headers.py:94-100).

Useful? React with 👍 / 👎.

@nubtron nubtron marked this pull request as draft February 13, 2026 13:35
@nubtron nubtron marked this pull request as ready for review February 13, 2026 16:40
Copy link
Contributor

@drichards-87 drichards-87 left a comment

Choose a reason for hiding this comment

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

Left a suggestion from Docs and approved the PR.

- name: interval
description: |
Refresh interval in second to use for the models to be 'autodiscovered'.
Refresh interval in seconds used for models to be 'autodiscovered'.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Refresh interval in seconds used for models to be 'autodiscovered'.
Refresh interval, in seconds, for models to be 'autodiscovered'.


## @param interval - integer - optional
## Refresh interval in second to use for the models to be 'autodiscovered'.
## Refresh interval in seconds used for models to be 'autodiscovered'.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
## Refresh interval in seconds used for models to be 'autodiscovered'.
## Refresh interval, in seconds, for models to be 'autodiscovered'.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants