diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 59509cc..48d061e 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -44,3 +44,22 @@ promote: jobs: - codegenerator-propose-rust-openstack-change + + periodic-weekly: + # Once a week we want to have eventually updated content being synced to + # OSC. + jobs: + - codegenerator-openapi-baremetal-tips-with-api-ref + - codegenerator-openapi-block-storage-tips-with-api-ref + - codegenerator-openapi-compute-tips-with-api-ref + - codegenerator-openapi-container-infrastructure-management-tips-with-api-ref + - codegenerator-openapi-dns-tips-with-api-ref + - codegenerator-openapi-identity-tips-with-api-ref + - codegenerator-openapi-image-tips-with-api-ref + - codegenerator-openapi-key-manager-tips + - codegenerator-openapi-load-balancing-tips-with-api-ref + - codegenerator-openapi-network-tips-with-api-ref + - codegenerator-openapi-object-store-static + - codegenerator-openapi-placement-tips-with-api-ref + - codegenerator-openapi-shared-file-system-tips-with-api-ref + - codegenerator-rust-all diff --git a/zuul.d/rust.yaml b/zuul.d/rust.yaml index 4143abc..0a83531 100644 --- a/zuul.d/rust.yaml +++ b/zuul.d/rust.yaml @@ -81,7 +81,7 @@ - playbooks/codegenerator/fetch-keystone-ng-openapi.yaml run: playbooks/rust/all.yaml vars: - keystone_ng_url: https://gtema.github.io/keystone/openapi.yaml + keystone_ng_url: https://openstack-experimental.github.io/keystone/openapi.yaml codegenerator_base_dir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}" openapi_dest: "{{ codegenerator_base_dir }}/wrk/openapi_specs" patch_path: "{{ ansible_user_dir }}/{{ zuul.change }}.patch"