From 11c897eacaf0dd6a252c9725b86fe13870a55aef Mon Sep 17 00:00:00 2001 From: Mara Robin B Date: Sat, 2 Apr 2022 22:57:00 +0200 Subject: [PATCH] [ci] add update_rococo_weights job (#5239) --- polkadot/.gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index ac303b3bec..8d025dab44 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -535,6 +535,11 @@ update_westend_weights: variables: RUNTIME: westend +update_rococo_weights: + <<: *update-weights + variables: + RUNTIME: rococo + #### stage: stage3 build-rustdoc: