Skip to content

Commit 178b051

Browse files
make betterer a required step on PRs again (grafana#57099)
1 parent 44ad4ec commit 178b051

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.drone.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ steps:
8686
- yarn betterer ci
8787
depends_on:
8888
- yarn-install
89-
failure: ignore
9089
image: grafana/build-container:1.6.3
9190
name: betterer-frontend
9291
- commands:
@@ -927,7 +926,6 @@ steps:
927926
- yarn betterer ci
928927
depends_on:
929928
- yarn-install
930-
failure: ignore
931929
image: grafana/build-container:1.6.3
932930
name: betterer-frontend
933931
- commands:
@@ -2222,7 +2220,6 @@ steps:
22222220
- yarn betterer ci
22232221
depends_on:
22242222
- yarn-install
2225-
failure: ignore
22262223
image: grafana/build-container:1.6.3
22272224
name: betterer-frontend
22282225
- commands:
@@ -2895,7 +2892,6 @@ steps:
28952892
depends_on:
28962893
- init-enterprise
28972894
- yarn-install
2898-
failure: ignore
28992895
image: grafana/build-container:1.6.3
29002896
name: betterer-frontend
29012897
- commands:
@@ -4309,7 +4305,6 @@ steps:
43094305
- yarn betterer ci
43104306
depends_on:
43114307
- yarn-install
4312-
failure: ignore
43134308
image: grafana/build-container:1.6.3
43144309
name: betterer-frontend
43154310
- commands:
@@ -4955,7 +4950,6 @@ steps:
49554950
depends_on:
49564951
- init-enterprise
49574952
- yarn-install
4958-
failure: ignore
49594953
image: grafana/build-container:1.6.3
49604954
name: betterer-frontend
49614955
- commands:
@@ -5614,6 +5608,6 @@ kind: secret
56145608
name: packages_secret_access_key
56155609
---
56165610
kind: signature
5617-
hmac: c64b7293490c926f8813dc04cf93ab930b145d03861d50786ada158af70c63bb
5611+
hmac: f74313ae5345e0a4bc07b46794ba73ef902d5f651e81f45e07bfba2390208644
56185612

56195613
...

scripts/drone/steps/lib.star

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ def betterer_frontend_step(edition="oss"):
529529
'commands': [
530530
'yarn betterer ci',
531531
],
532-
'failure': 'ignore',
533532
}
534533

535534

0 commit comments

Comments
 (0)