blob: caa51631656a18bf2efcd8bf1b3fe9db313b9481 [file] [log] [blame]
SF initial configuratora26c41e2022-10-06 13:33:13 +03001Prepare remote workspaces
2
3This role can be used instead of the `prepare-workspace` role when the
4synchronize module doesn't work with kubectl connection. It copies the
5prepared source repos to the pods' cwd using the `oc rsync` command.
6
7This role is intended to run once before any other role in a Zuul job.
8This role requires the origin-clients to be installed.
9
10**Role Variables**
11
12.. zuul:rolevar:: openshift_pods
13 :default: {{ zuul.resources }}
14
15 The dictionary of pod name, pod information to copy the sources to.