
openstack/rally project is not registered as a trusted place for Zuul. It means that we cannot transmit secret and reuse docker job from there. This is temporary workaround that should be removed asap to reduce code duplication. Change-Id: I19d8d40d72ed46d4bf576afab8e93cdbb9df9540
6 lines
279 B
YAML
6 lines
279 B
YAML
docker_repository: xrally/xrally
|
|
docker_image_version: "{{ zuul.tag }}"
|
|
docker_image_tag: "{{ docker_repository }}:{{ docker_image_version }}"
|
|
rally_project_path: "{{ zuul.projects['opendev.org/openstack/rally'].src_dir }}"
|
|
rally_plugin_name: "Dummy.dummy"
|
|
rally_package_name: "" |