hyperledger / aries-agent-test-harness

Aries agent test framework, with agent backchannel support
https://aries-interop.info
Apache License 2.0
60 stars 65 forks source link

Update aries-vcx backchannel - aries_vcx: 62.0.1+ #778

Closed Patrik-Stas closed 2 months ago

Patrik-Stas commented 6 months ago

Hi @nodlesh is there a way to trigger CI run for this before merging?

swcurran commented 6 months ago

The easiest way (that I’m running now) is to make the updates, or update to the current PR (e.g. gh pr checkout 778, and then to run:

./manage runset ariesvcx-ariesvcx -b

It runset looks up the workflows and executes the steps of the one you specify. The -b does a build, and you can do a -r (rebuild) or -n (dry run — show what would run). Use ./manage runset to get the options and the list of jobs you can run.

I’m running it now…will let you know the results.

swcurran commented 6 months ago

It didn’t go well @Patrik-Stas — the agents failed to start. The logs each just contained this:

Hello, world!
swcurran commented 6 months ago

I assume you can now test on your own, but after the latest commits — same result.

gmulhearn-anonyome commented 3 months ago

fyi: i'll take over this PR in coming week