From 6ef5acf7d395ac81dbe4123c97eddac507cd5a0f Mon Sep 17 00:00:00 2001 From: Artem Goncharov Date: Mon, 3 Nov 2025 14:11:11 +0100 Subject: [PATCH] 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 --- zuul.d/project.yaml | 19 +++++++++++++++++++ zuul.d/rust.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) 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"

AltStyle によって変換されたページ (->オリジナル) /