iroha-python icon indicating copy to clipboard operation
iroha-python copied to clipboard

Split CI configuration

Open nxsaken opened this issue 1 year ago • 1 comments

ok, but we should split our CI into these workflows:

  1. workflow that runs on every merge to main
  2. workflow that runs on every merge to iroha1-main
  3. workflow that runs on every v1* tag
  4. workflow that runs on every v2* tag

I think these should all be separate CI files, but maybe you can make them into 2 files (one for merge and one for tags) if the corresponding workflows are the same for iroha1 and iroha2

Originally posted by @mversic in https://github.com/hyperledger/iroha-python/pull/185#discussion_r1575851647

nxsaken avatar Apr 23 '24 09:04 nxsaken

  1. should build the iroha2 python sdk and run all tests
  2. should build the iroha1 python sdk and run all tests
  3. should publish iroha1 sdk
  4. should publish iroha2 sdk

mversic avatar Apr 23 '24 09:04 mversic