Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Root Config File to Control Build Test Rules Default Values (RDT-621) #98

Open
hfudev opened this issue Dec 19, 2023 · 1 comment
Open

Comments

@hfudev
Copy link
Member

hfudev commented Dec 19, 2023

For now the default running targets for build & test are all defined in one place, --default-build-targets, could be more flexible with

default_rules:
  esp32: true  # build and test
  esp32h2:
    build: true
    test: false
  # test: true and build: false is invalid...
  # we skip unlisted ones, consider as build: false, test: false

if default_rules is not set, we use the same behavior as before, i.e. build & test the officially supported targets under the specified IDF_PATH.

@github-actions github-actions bot changed the title Root Config File to Control Build Test Rules Default Values Root Config File to Control Build Test Rules Default Values (RDT-621) Dec 19, 2023
@hfudev
Copy link
Member Author

hfudev commented Dec 19, 2023

maybe also need enable_test to "whitelist" some build based on a target which has test: false by default. "blacklist" seems more intuitive.

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

No branches or pull requests

1 participant