File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ let B = ../../ External / Buildkite. dhall
2
+
1
3
let PipelineMode = ../../ Pipeline / Mode. dhall
2
4
3
5
let PipelineTag = ../../ Pipeline / Tag. dhall
@@ -22,6 +24,8 @@ let Benchmarks = ../../Constants/Benchmarks.dhall
22
24
23
25
let SelectFiles = ../../ Lib / SelectFiles. dhall
24
26
27
+ let B / SoftFail = B. definitions/ commandStep/ properties/ soft_fail/ Type
28
+
25
29
let Spec =
26
30
{ Type =
27
31
{ key : Text
@@ -64,6 +68,7 @@ let command
64
68
" Perf: ${spec.label} ${PipelineMode.capitalName spec.mode}"
65
69
, key = spec. key
66
70
, target = spec. size
71
+ , soft_fail = Some (B / SoftFail. Boolean True )
67
72
, docker = None Docker. Type
68
73
, depends_on = spec. dependsOn
69
74
}
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ let minimalDirtyWhen =
91
91
, S. exactly " buildkite/src/Command/HardforkPackageGeneration" " dhall"
92
92
, S. exactly " buildkite/src/Command/MinaArtifact" " dhall"
93
93
, S. exactly " buildkite/src/Command/PatchArchiveTest" " dhall"
94
+ , S. exactly " buildkite/src/Command/Bench/Base" " dhall"
94
95
, S. exactly " buildkite/src/Command/ReplayerTest" " dhall"
95
96
, S. strictlyStart (S. contains " buildkite/src/Jobs/Release/MinaArtifact" )
96
97
, S. strictlyStart (S. contains " dockerfiles/stages" )
You can’t perform that action at this time.
0 commit comments