-
Notifications
You must be signed in to change notification settings - Fork 95
More code and script change to enable vFile CI #1886
Conversation
CI run has started with the new key. |
.drone.yml
Outdated
@@ -49,6 +49,7 @@ build: | |||
- go get github.com/golang/lint/golint | |||
- go get -u gopkg.in/check.v1 | |||
- make -s build | |||
- make -s build-vfile |
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.
it is better to include the target into the build
target it self
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.
If we include vFile also into build target, all the following development for vDVS will suffer waiting for building vfile too. The build of vfile and vdvs are totally separate from each other. So I think we should have them as different build target.
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.
building vFile binary wont take much time it is still OK to build binary as part of build having it said building and pushing plugin should be a separate target and I think it is there. Am I missing anything here?
5fa59fa
to
4e42b16
Compare
4735e04
to
034b10d
Compare
369469c
to
1211316
Compare
1211316
to
5c3c5ca
Compare
0f4cdd5
to
4ffd79f
Compare
ec7b72b
to
2cca6d5
Compare
5cea0fa
to
faeb905
Compare
faeb905
to
d6964d5
Compare
@shuklanirdesh82 |
This has been addressed in the following commits.
cc2d11b
to
6a889a3
Compare
@lipingxue |
@luomiao OK. I will review it. |
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.
Change in vFile related change looks good to me.
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.
Changes related to CI look alright to me.
@ashahi1
Please generate the key. Thanks!
Update:
Due to the slowness of the testbed, CI testing exposed a few problems in the code.
Besides adding scripts change, this PR also includes several fixes: