Skip to content

Remove orphaned tests property from cog.yaml schema#2809

Merged
michaeldwan merged 1 commit intomainfrom
cleanup/remove-tests-schema
Mar 5, 2026
Merged

Remove orphaned tests property from cog.yaml schema#2809
michaeldwan merged 1 commit intomainfrom
cleanup/remove-tests-schema

Conversation

@bfirsh
Copy link
Copy Markdown
Contributor

@bfirsh bfirsh commented Mar 4, 2026

Summary

  • Remove the orphaned tests property from the cog.yaml JSON schema (pkg/config/data/config_schema_v1.0.json)
  • The tests config option was added in PR Require a test to be added for fast push #2149 and the Go implementation was removed in PR Move fast push test to cog-runtime #2181, but the schema definition was left behind
  • This has no functional impact since the Go Config struct already ignores the field, but cleaning it up avoids confusion

The tests config option was removed from the Go implementation in PR #2181
but its JSON schema definition was left behind. Remove the orphaned schema
property to avoid confusion.
@bfirsh bfirsh requested a review from a team as a code owner March 4, 2026 23:39
@michaeldwan michaeldwan merged commit c5a97d6 into main Mar 5, 2026
31 checks passed
@michaeldwan michaeldwan deleted the cleanup/remove-tests-schema branch March 5, 2026 15:04
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.

2 participants