Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contributors

NameEmail
Jason T Clarkjtclark@linux.vnet.ibm.com
Jessica Wagantalljwagantall@linuxfoundation.org
Ramesh Thoomurameshbabu.thoomu@gmail.com
Scott Zwierzynskiscottz@us.ibm.com
Vijay PunugubatiVijay.Punugubati@ibm.com
Brett T Loganbrett.t.logan@ibm.com

Summary

The Hyperledger Fabric (and associated) projects utilize various tools and workflows for continuous project development. This documentation will assist you in getting started with using these tools and understanding the workflow(s) our contributors use while working with the Fabric CI infrastructure.

...

ex: https://logs.hyperledger.org/production/vex-yul-hyp-jenkins-3/fabric-docs-build-x86_64/2058/

* Merge
   * End-to-End (performs node-sdk e2e, java-sdk e2e, byfn-eyfn tests)
   * Unit-Tests


IMPORTANT NOTE: Although many of the job types listed above are common across all Hyperledger Fabric projects, the list indicated above is specific to the Hyperledger Fabric project. Different projects will have different job types based on their individual build/test/release requirements.

...

CI jobs listen to the below comment phrases for each fabric project:

fabric:

...

Verify JobsCommentMerge JobsComment
fabric-verify-build-checks-x86_64Run

...

VerifyBuild/VerifyBuildfabric-merge-x86_64remerge-x
fabric-verify-unit-tests-x86_64.Run

...

UnitTestfabric-merge-end-2-end-x86_64remerge-e2e 
fabric-verify-integration-tests-x86_64Run

...

IntegrationTestFor all merge jobsremerge
fabric-docs-build-x86_64Run DocsBuild

fabric-ca:

Verify JobsCommentMerge JobsComment
fabric-ca-verify-x86_64reverify-x

...

fabric-ca-

...

merge-x86_64

...

remerge-x
fabric-ca-verify-fvt-x86_64reverify-fvt

...

fabric-ca-

...

merge-fvt-x86_64

...

remerge-fvt
fabric-rtd-verify-jobrecheckfabric-merge-end-2-end-x86_64

...

remerge-e2e 
For all verify jobsreverifyFor all merge jobsremerge

fabric-sdk-node:

...

Verify JobsCommentMerge JobsComment
fabric-sdk-node-verify-x86_64

...

...

reverify-x or

...

reverifyfabric-sdk-node-merge-x86_64

...

remerge-x or remerge


fabric-sdk-java:

  • reverify-x – triggers fabric-sdk-java-verify-x86_64 job on x86_64

  • reverify-1.0.0 – triggers fabric-sdk-java-verify-1.0.0-x86_64 job on x86_64

  • reverify – triggers all the failed fabric-sdk-java jobs

...