This issue goal is to create a patch and backport solution for to 5.0.5.
cloudify-stage PR is merged
cloudify-manager-install PR is still red in CI - see newer comment for the issue description.
patchify PR will be merged once I merge cloudify-manager-install PR
UPDATE: p. 2 updated, see newer comment.
Moving the issue to Blocked state.
The problem with cloudify-manager-install CircleCI failure is probably that it uses:
https://cloudify-release-eu.s3.amazonaws.com/cloudify/5.0.5/ga-release/cloudify-stage-5.0.5-ga.tgz
where Stage-Multibranch job created new stage package under:
http://cloudify-release-eu.s3.amazonaws.com/cloudify/5.0.5/ga-build/cloudify-stage-5.0.5-ga.tgz
, - was there a change in between 5.0.5 and 5.1 (ga-build => ga-release)? Can you help solving the problem?
I think you should be fine now as the the build for stage was uploaded to the ga-build and not to the ga-release because the cloudify installer read from the ga-release and I can see that the job is passing right now on circleci but it seems to me failed on something related systemd https://app.circleci.com/pipelines/github/cloudify-cosmo/cloudify-manager-install/4473/workflows/cc8c295e-74c7-4f6c-8691-20f20b759389/jobs/34321
The agent is fetched form 5.1. which cause the build to failed, need to double check and make sure that manager-installer build fetch the relevant resources for agent as well
Thanks to and cloudify-manager-install CI passed.
All 3 PRs merged.