Run CI with go 1.13.15#37
Conversation
d6f8e66 to
516b780
Compare
- use fabric `release-1.4` branch to pull in fix for nexus repo change required to build fabric components Signed-off-by: Swetha Repakula <swetha.repakula@gmail.com>
b19d403 to
ccc26e2
Compare
Signed-off-by: Swetha Repakula <swetha.repakula@gmail.com>
ccc26e2 to
4ec02be
Compare
|
Definitely confusing for the integration tests. I see but above that it prints out that image Rumor was it worked locally? |
MHBauer
left a comment
There was a problem hiding this comment.
Pretty much fine. Nits only if you want to address.
Not sure how to get the integration working from a quick look.
| By("setting up the channel") | ||
| network.CreateAndJoinChannel(orderer, channelName) | ||
| network.UpdateChannelAnchors(orderer, channelName) | ||
| network.EventuallyTimeout = 2 * time.Minute |
There was a problem hiding this comment.
bigger timeouts? Things going slower?
| echo "Please switch Fabric Repository to tag v1.4.0 before running these tests" | ||
| FABRIC_VERSION=$(git -C ${FABRIC_DIR} rev-parse --abbrev-ref HEAD) | ||
| if [[ ${FABRIC_VERSION} != "release-1.4" ]]; then | ||
| echo "Please switch Fabric Repository to release v1.4.0 before running these tests, it currently is on ${FABRIC_VERSION}" |
There was a problem hiding this comment.
Does this have to match exactly the branch name?
If so, the echo Error message should update to say "branch relaese-1.4".
| - main | ||
| pr: | ||
| - master | ||
| - main |
There was a problem hiding this comment.
I would suggest pulling this out into a spearate pr, but we're probably in a broken state until it gets done.
Add a Comment in the commit message.
Need a follow up issue, for revising the documentation where the default branch name shows up.
|
Oh, I see, this is a stack on #38 |
| make ccenv CHAINTOOL_URL='https://hyperledger.jfrog.io/hyperledger/fabric-maven/org/hyperledger/fabric-chaintool/$(CHAINTOOL_RELEASE)/fabric-chaintool-$(CHAINTOOL_RELEASE).jar' | ||
| popd | ||
|
|
||
| echo "$(docker images)" |
No description provided.