This repository has been archived by the owner on Mar 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
Fix Travis build issues #2267
Merged
ghaskins
merged 4 commits into
hyperledger-archives:master
from
juliancarrivick-ibm:issue-2266
Jul 22, 2016
Merged
Fix Travis build issues #2267
ghaskins
merged 4 commits into
hyperledger-archives:master
from
juliancarrivick-ibm:issue-2266
Jul 22, 2016
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
Hi juliancarrivick-ibm, Thanks for submitting this pull request! I can confirm that the DCO1.1 sign-off has been included. It is okay to process this pull request. dco-bot |
reverify travis Passed 1st time: re-verifying as I found issue to be intermittent and want to make sure this fixes it |
juliancarrivick-ibm
force-pushed
the
issue-2266
branch
from
July 21, 2016 03:21
f294a39
to
2302b8c
Compare
juliancarrivick-ibm
added a commit
to juliancarrivick-ibm/fabric
that referenced
this pull request
Jul 21, 2016
juliancarrivick-ibm
changed the title
[WIP] Attempt to fix Travis build issues
Fix Travis build issues
Jul 21, 2016
Ready to be merged sans feedback! |
4 tasks
LGTM thanks |
4 tasks
LGTM, will squash merge it in. |
srderson
pushed a commit
that referenced
this pull request
Jul 26, 2016
* Fix Issue #809 Add Error message when a user attempts an action other than deploy when they are running their own chaincode and in Developer Mode * Add initial Logging BDD Tests, still a WIP - logic needs to be implemented * Still a WIP - Got first 2 tests working, still need to tweak logic for final 2 tests Implemented deploy chaincode by name in BDD step Move other deploy steps to use refactored deploy code Refactored test util to be able to return full container name from peer name Log checking implemented, need to tweak logic to make tests pass Ensure first 2 logging tests pass * Get final 2 logging bdd tests working * Fix CI errors when running chaincode in container * Update host.sh to correspond with #2267 to allow tests to run
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.
Description
Attempt to re juggle the python package installations in
scripts/provision/host.sh
Motivation and Context
Fixes #2266
New Pull Requests won't pass the Travis CI tests if this is not fixed.
How Has This Been Tested?
None needed, trying to get the tests to run correctly in Travis.
Checklist:
Signed-off-by: Julian Carrivick [email protected]