We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd991a + 9b14966 commit ca017afCopy full SHA for ca017af
buildkite/src/Jobs/Test/RosettaIntegrationTestsLong.dhall
@@ -1,5 +1,7 @@
1
let Cmd = ../../Lib/Cmds.dhall
2
3
+let B = ../../External/Buildkite.dhall
4
+
5
let S = ../../Lib/SelectFiles.dhall
6
7
let Pipeline = ../../Pipeline/Dsl.dhall
@@ -14,6 +16,8 @@ let Command = ../../Command/Base.dhall
14
16
15
17
let Size = ../../Command/Size.dhall
18
19
+let B/SoftFail = B.definitions/commandStep/properties/soft_fail/Type
20
21
let dirtyWhen =
22
[ S.strictlyStart (S.contains "src")
23
, S.exactly "buildkite/src/Jobs/Test/RosettaIntegrationTests" "dhall"
@@ -49,6 +53,7 @@ in Pipeline.build
49
53
]
50
54
, label = "Rosetta integration tests Bullseye Long"
51
55
, key = "rosetta-integration-tests-bullseye-long"
56
+ , soft_fail = Some (B/SoftFail.Boolean True)
52
57
, target = Size.Small
58
, depends_on =
59
[ { name = "MinaArtifactBullseye"
0 commit comments