From f67517f3b393e77546132574fc70b294c3172e9d Mon Sep 17 00:00:00 2001 From: Mara Robin B Date: Mon, 14 Mar 2022 13:44:24 +0100 Subject: [PATCH] ci: use production profile for all benchmarks (follow-up for #5100) (#5102) --- polkadot/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index b7bb5f1dba..41f2071b6e 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -529,11 +529,13 @@ update_polkadot_weights: &update-weights update_kusama_weights: <<: *update-weights variables: + PROFILE: production RUNTIME: kusama update_westend_weights: <<: *update-weights variables: + PROFILE: production RUNTIME: westend #### stage: stage3