Change in jenkins[master]: Add support for secrets and credentials to STD CI

From Barak Korren <bkorren@redhat.com>:
Barak Korren has submitted this change and it was merged. ( https://gerrit.ovirt.org/76241 ) Change subject: Add support for secrets and credentials to STD CI ...................................................................... Add support for secrets and credentials to STD CI [1] Added module for secrets resolvers which will handle all the user requests for secrets, filter the secret data from un-related secrets and credentials and resolve CI secrets file [2] Added module for ci_env_client which will handle user request(s) for environmental variables. [3] Added tests for the different methods, testing functionality and exceptions. The general idea, is that a user will specify the required credentials for his project in a yaml format, and we'll supply the requirement as environmental vars inside mock's env. (Support in mock_runner.sh will be added in a different patch) For more info, please refer to Jira: https://ovirt-jira.atlassian.net/browse/OVIRT-894 Change-Id: Ic1ac9ec8c2a2a9fb7370d15fea36d903c37a7404 Signed-off-by: Daniel Belenky <dbelenky@redhat.com> --- M automation/check-patch.packages A automation/check-patch.packages.el6 M automation/check-patch.packages.el7 M automation/check-patch.packages.fc24 A scripts/ci_env_client.py A scripts/secrets_resolvers.py A test/test_ci_env_client.py A test/test_secrets_resolvers.py 8 files changed, 381 insertions(+), 0 deletions(-) Approvals: Barak Korren: Looks good to me, approved; Ready for merge Daniel Belenky: Verified; Ready for review Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/76241 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic1ac9ec8c2a2a9fb7370d15fea36d903c37a7404 Gerrit-PatchSet: 18 Gerrit-Project: jenkins Gerrit-Branch: master Gerrit-Owner: Daniel Belenky <dbelenky@redhat.com> Gerrit-Reviewer: Anton Marchukov <amarchuk@redhat.com> Gerrit-Reviewer: Barak Korren <bkorren@redhat.com> Gerrit-Reviewer: Daniel Belenky <dbelenky@redhat.com> Gerrit-Reviewer: Evgheni Dereveanchin <ederevea@redhat.com> Gerrit-Reviewer: Eyal Edri <eedri@redhat.com> Gerrit-Reviewer: Gil Shinar <gshinar@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Nadav Goldin <ngoldin@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Shlomo Ben David <sbendavi@redhat.com> Gerrit-Reviewer: Staging Jenkins Server
participants (1)
-
Code Review