-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FAB-4161 Run only patch sepecific unit test cases
Currently at CI, entire unit test cases were run which results significant long run jobs. This change will make sure only the changed packages unit test cases will be run at CI. Merge patch set CI jobs will be still run the full unit test cases. Use go test -cover as opposed to gocov for improved performance Use git diff --name-only to find uncommitted changes Add 'verify' target to Makefile Add a test go source file to test the build generate html coverage report on merge job Also covers FAB-4192 Makefile improvements Refine the list of PROJECT_FILES omitting things that don't affect the build targets using that dependency Remove unnecessary dependencies Have check_spelling.sh and check_license.sh only work on changed files. include last commit content for CI Also addressed some spelling errors that slipped in. address binh's comment re generated files Signed-off-by: tong li <litong01@us.ibm.com> Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com> Signed-off-by: Rameshthoomu <rameshbabu.thoomu@gmail.com> Change-Id: Ib2759219ced54d15fe7c9e5113bd9b1259ea68c5
- Loading branch information
1 parent
38d3879
commit d209485
Showing
12 changed files
with
114 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.