Closed udosson closed 3 years ago
Can one of the admins verify this patch?
@udosson, Looking good. Last thing to do is to squash/rebase the CI/CD updates onto this commit:
So the merge from the main branch stays intact and all of the CI/CD updates get included as one commit on top of that commit.
@WadeBarnes, thanks for your review.
I squashed all commits from 6f2d3b6
on into one commit.
This PR solves #1678 and #1679 and provides the GHA workflow for the CI and the CD pipeline of Indy-Node. Also, this PR contains an update of the
ubuntu-20.04-upgrade
feature branch with the most recent commits ofmaster
. The PR contains:master
branch and Indy-Plenummaster
branch and Indy-Plenumflake8
(flake8==3.8.4) andpython 3.8
python3-indy==1.15.0-dev-1625
, the same version as used in Indy-Plenum which contains the freeze leger support.runner.py
to be compatible with the newer version ofpytest
(pytest>=6.2.2)install_requires
insetup.py
is based onindy-plenum==1.13.0.dev135
which was built and published from theubuntu-20.04-upgrade
branch of Indy-Plenum in this GHA runmaster
branchA successful run of the workflow can be found at: https://github.com/udosson/indy-plenum/actions/runs/1186783441
Thanks to @WadeBarnes for all your support!