This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
CI: Add options to static-checks script #471
Merged
jodh-intel
merged 9 commits into
kata-containers:master
from
jodh-intel:ci-static-checks-script-add-options
Jul 4, 2018
Merged
CI: Add options to static-checks script #471
jodh-intel
merged 9 commits into
kata-containers:master
from
jodh-intel:ci-static-checks-script-add-options
Jul 4, 2018
Commits on Jul 3, 2018
-
Remove a stray code comment from the static-check script. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5dbf548 - Browse repository at this point
Copy the full SHA 5dbf548View commit details -
CI: Replace comments with messages
Rather than using comments, display a message so the caller can see whether some of the tests are running on `master` or their PR branch. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 6aa80ad - Browse repository at this point
Copy the full SHA 6aa80adView commit details -
CI: Add explicit "skip" for TODO/FIXME check
The TODO/FIXME checker disabled on [1] needs an explicit skip message pointing at an issue URL to ensure we don't forget to re-enable it. --- [1] - kata-containers#464 Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 4960d78 - Browse repository at this point
Copy the full SHA 4960d78View commit details -
CI: Add message when repo auto-detected
Display a message when the repository is detected automatically. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 74ecd37 - Browse repository at this point
Copy the full SHA 74ecd37View commit details -
CI: Show error when repo not found
Rather than just display the usage, display an informational message so the user knows they need to specify a repo URL. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 7598099 - Browse repository at this point
Copy the full SHA 7598099View commit details -
CI: Add options to static-checks script
Add command-line options to all individual test functions in the `static-checks.sh` script to be run, rather than all of the tests. Fixes kata-containers#470. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 503a13b - Browse repository at this point
Copy the full SHA 503a13bView commit details -
CI: Improve static-checks usage
Add more examples to the usage statement for the static-checks script. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for b9e3986 - Browse repository at this point
Copy the full SHA b9e3986View commit details -
CI: Add --force to override static-check skip
Add a new "--force" option to override a skipped test. This is currently only useful to force the TODO/FIXME checker to run. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for c9a381d - Browse repository at this point
Copy the full SHA c9a381dView commit details -
CI: Add usage note for static-check script
Explain in the usage statement for the static-checks script that all tests will be run by default. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3d4343b - Browse repository at this point
Copy the full SHA 3d4343bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.