You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making this part configurable will allow people without access to FreeIPA team's official freeipa_pr_ci private key use PR-CI for their private runners.
Thinking of it. If we change FedoraPeopleUpload class into, e.g., RsyncUpload and define what the remote location should support we might then configure the CI against any server.
The text was updated successfully, but these errors were encountered:
Private S3 solves that but creates a different problem - a need for S3 and bit of knowledge of its configuration. I would not completely dismiss the idea of own rsync server but I'm fine with closing the issue - doesn't seem worth to spend time on it right now.
Currently, PR-CI runners use
FedoraPeopleUpload
subtask for artifact uploads.Setup for this task is hardcoded in
constants.py
as:Making this part configurable will allow people without access to FreeIPA team's official freeipa_pr_ci private key use PR-CI for their private runners.
Thinking of it. If we change
FedoraPeopleUpload
class into, e.g.,RsyncUpload
and define what the remote location should support we might then configure the CI against any server.The text was updated successfully, but these errors were encountered: