Run jobs periodically
Ultimately we want to ensure that the freshest content always reach the osc. Start running jobs periodically to help spot new changes and in future propagate changes also this way. Change-Id: Id8ddfcd3e095d8da1c989644423a5f7c38f35486 Signed-off-by: Artem Goncharov <artem.goncharov@gmail.com>
This commit is contained in:
2 changed files with 20 additions and 1 deletions
@@ -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
@@ -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"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.