This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
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
ruimashita
approved these changes
Dec 13, 2018
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.
Thanks. Please add url link to .jenkins/README.md
intoREADME.md
.
others, LGTM
e401da8
to
b4b78dd
Compare
@ruimashita |
I updated all settings of tests. So, I will re-run all tests. |
All tests are passed! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Create
.jenkins
directory for test scripts run by JenkinsMotivation and Context
Currently, we cannot see the test scripts and change them without changing Jenkins settings.
Sometimes we need to change test commands according to the source codes changing.
This PR will make debugging and improving tests easy.
Description
test_blueoil.sh
,test_lmnet.sh
,test_dlk.sh
)How has this been tested?
GPU part
Clone this branch on GPU server which has 4 GPUs and run following commands at the same time.
./.jenkins/test_blueoil.sh
./.jenkins/test_lmnet.sh
Make it sure that tests were run and succeeded.
FPGA part
Clone this branch on local Jenkins (jenkins.leapmind.local), and run following command.
./.jenkins/test_dlk.sh
Make it sure that tests were run and succeeded.
Screenshots:
Types of changes
Checklist:
To Do before Merge
./.jenkins/test_blueoil.sh
./.jenkins/test_lmnet.sh
./.jenkins/test_dlk.sh
To Do after Merge