forked from laiweijian4/doc-exports
Enable propose jobs
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Goncharov, Artem argoncha <artem.goncharov@t-systems.com> Co-committed-by: Goncharov, Artem argoncha <artem.goncharov@t-systems.com>
This commit is contained in:
parent
71825840f7
commit
e6efbb3881
@ -6,7 +6,7 @@
|
||||
|
||||
- name: Save doc var
|
||||
ansible.builtin.set_fact:
|
||||
doc_exports_vars: "{{ docs }}"
|
||||
doc_exports_var: "{{ docs }}"
|
||||
cacheable: true
|
||||
|
||||
- name: Detect list of changes
|
||||
|
@ -1,2 +1,2 @@
|
||||
generate_doc_patch_repo_location: "{{ ansible_user_dir }}/{{ generate_doc_patch_repository }}/{{ generate_doc_patch_project_location }}"
|
||||
generate_doc_patch_repo_location: "{{ ansible_user_dir }}/{{ generate_doc_patch_repository }}"
|
||||
generate_doc_patch_doc_location: "{{ generate_doc_patch_repo_location }}/{{ generate_doc_patch_project_location }}"
|
||||
|
@ -54,6 +54,14 @@
|
||||
nodeset: ubuntu-focal
|
||||
- otc-doc-exports-convert-compute
|
||||
- otc-doc-exports-convert-big-data
|
||||
- otc-doc-exports-propose-update-compute:
|
||||
dependencies:
|
||||
- name: otc-doc-exports-convert-compute
|
||||
soft: true
|
||||
- otc-doc-exports-propose-update-big-data:
|
||||
dependencies:
|
||||
- name: otc-doc-exports-convert-big-data
|
||||
soft: true
|
||||
gate:
|
||||
jobs:
|
||||
- otc-tox-pep8:
|
||||
|
Loading…
x
Reference in New Issue
Block a user