Update path for publish jobs
- Use `src/git.openstack.org/openstack/<project>` instead of `src/<project>` Change-Id: Idd92d33e82abc9d4946c71e45f68e9e1713a0b95
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
state: directory
|
state: directory
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Copy files from {{ ansible_user_dir }}/src/ironic-python-agent on node
|
- name: Copy files from {{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-python-agent on node
|
||||||
synchronize:
|
synchronize:
|
||||||
src: '{{ ansible_user_dir }}/src/ironic-python-agent/UPLOAD_RAW/'
|
src: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-python-agent/UPLOAD_RAW/'
|
||||||
dest: '{{ zuul.executor.work_root }}/artifacts/{{ image_name }}/files/'
|
dest: '{{ zuul.executor.work_root }}/artifacts/{{ image_name }}/files/'
|
||||||
mode: pull
|
mode: pull
|
||||||
copy_links: true
|
copy_links: true
|
||||||
@@ -18,9 +18,9 @@
|
|||||||
- --include=/*
|
- --include=/*
|
||||||
- --prune-empty-dirs
|
- --prune-empty-dirs
|
||||||
|
|
||||||
- name: Copy files from {{ ansible_user_dir }}/src/ironic-python-agent on node
|
- name: Copy files from {{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-python-agent on node
|
||||||
synchronize:
|
synchronize:
|
||||||
src: '{{ ansible_user_dir }}/src/ironic-python-agent/UPLOAD_TAR/'
|
src: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-python-agent/UPLOAD_TAR/'
|
||||||
dest: '{{ zuul.executor.work_root }}/artifacts/{{ image_name }}/'
|
dest: '{{ zuul.executor.work_root }}/artifacts/{{ image_name }}/'
|
||||||
mode: pull
|
mode: pull
|
||||||
copy_links: true
|
copy_links: true
|
||||||
@@ -29,9 +29,9 @@
|
|||||||
- --include=/*
|
- --include=/*
|
||||||
- --prune-empty-dirs
|
- --prune-empty-dirs
|
||||||
|
|
||||||
- name: Copy files from {{ ansible_user_dir }}/src/ironic-python-agent on node
|
- name: Copy files from {{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-python-agent on node
|
||||||
synchronize:
|
synchronize:
|
||||||
src: '{{ ansible_user_dir }}/src/ironic-python-agent/'
|
src: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-python-agent/'
|
||||||
dest: '{{ zuul.executor.log_root }}'
|
dest: '{{ zuul.executor.log_root }}'
|
||||||
mode: pull
|
mode: pull
|
||||||
copy_links: true
|
copy_links: true
|
||||||
|
@@ -54,4 +54,4 @@
|
|||||||
esac
|
esac
|
||||||
ERRORS=0
|
ERRORS=0
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
chdir: '{{ ansible_user_dir }}/src/ironic-python-agent'
|
chdir: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/ironic-python-agent'
|
||||||
|
Reference in New Issue
Block a user