Skip to content

Align config schema folder defaults with scaffold runtime#4

Open
abhinavgautam01 wants to merge 1 commit into
Maxed-OSS:mainfrom
abhinavgautam01:fix/config-schema-default-folders
Open

Align config schema folder defaults with scaffold runtime#4
abhinavgautam01 wants to merge 1 commit into
Maxed-OSS:mainfrom
abhinavgautam01:fix/config-schema-default-folders

Conversation

@abhinavgautam01

Copy link
Copy Markdown

Summary

Fixes #1 by aligning the workspace folder default documented in config.schema.json with the runtime default used by scaffold.py.

Changes

  • Added pipeline to workspace.folders.default in config.schema.json
  • Added pipeline to examples/workspace.yaml
  • Added a regression test to ensure the schema default stays in sync with DEFAULT_FOLDERS

Validation

  • pytest -q
  • maxed --version
  • maxed suite --json
  • maxed init examples/workspace.yaml --base-dir /tmp/maxed-cli-ci-smoke --json
  • maxed lint-workpaper /tmp/maxed-cli-ci-smoke/example-workspace/workpapers/example.workpaper.json
  • python3 -m build
  • Built wheel install smoke check
  • git diff --check

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.

Default Folders Mismatch Between Schema and Code

1 participant