-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
listing all buildtest config profiles list #1552
listing all buildtest config profiles list #1552
Conversation
…config and regression test
…y_buildtest # Conflicts: # buildtest/cli/show.py
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## devel #1552 +/- ##
=======================================
Coverage 78.38% 78.38%
=======================================
Files 57 57
Lines 6583 6597 +14
=======================================
+ Hits 5160 5171 +11
- Misses 1423 1426 +3
☔ View full report in Codecov by Sentry. |
…n be called directly and added method variables theme, print_yaml to configure how profiles can be displayed. Add regression test for listing profiles and in yaml format
bash_completion.sh
Outdated
COMPREPLY=( $( compgen -W "${opts}" -- $cur ) ) | ||
fi | ||
|
||
case "${prev}" in --theme|-t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove the -t
option this will be removed in #1576
buildtest/settings/config.yml
Outdated
# specify list of hostnames where buildtest can run for given system record | ||
hostnames: [".*"] | ||
|
||
# system description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please dont commit buildtest/settings/config.yml
this was a result of running the regression test which autoupdates the file. Don't do git add .
or something. Just copy the content from devel
branch and paste it in that should avoid showing this commit diff for this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
noted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kingxleyy i still see this file ``buildtest/settings/config.yml` in commit diff
add a command buildtest config profiles list