From 9fdc0593639259b88ac392fd0c19a5c5e55d2b60 Mon Sep 17 00:00:00 2001
From: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Date: Tue, 29 Mar 2022 11:02:30 +0200
Subject: [PATCH] [ci] Require short-benches check to pass (#5207)

* [ci] Require short-benches check to pass

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Allow the kusama benchmarks to fail

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
---
 polkadot/.gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml
index a68b0b5f7f9..06ececce55c 100644
--- a/polkadot/.gitlab-ci.yml
+++ b/polkadot/.gitlab-ci.yml
@@ -814,8 +814,6 @@ short-benchmark-polkadot:          &short-bench
       artifacts:                   true
   variables:
     RUNTIME:                       polkadot
-  # FIXME: https://github.com/paritytech/substrate/pull/11109
-  allow_failure:                   true
   script:
     - ./artifacts/polkadot benchmark --execution wasm --wasm-execution compiled --chain $RUNTIME-dev --pallet "*" --extrinsic "*" --steps 1 --repeat 1
 
@@ -823,6 +821,8 @@ short-benchmark-kusama:
   <<:                              *short-bench
   variables:
     RUNTIME:                       kusama
+  # FIXME: https://github.com/paritytech/substrate/issues/11130
+  allow_failure:                   true
 
 short-benchmark-westend:
   <<:                              *short-bench
-- 
GitLab