Skip to content

Commit ca017af

Browse files
authored
Merge pull request #15942 from MinaProtocol/ci/soft_fail_rosetta_test
[COMP] soft fail for Rosetta Integration Tests
2 parents 9dd991a + 9b14966 commit ca017af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildkite/src/Jobs/Test/RosettaIntegrationTestsLong.dhall

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
let Cmd = ../../Lib/Cmds.dhall
22

3+
let B = ../../External/Buildkite.dhall
4+
35
let S = ../../Lib/SelectFiles.dhall
46

57
let Pipeline = ../../Pipeline/Dsl.dhall
@@ -14,6 +16,8 @@ let Command = ../../Command/Base.dhall
1416

1517
let Size = ../../Command/Size.dhall
1618

19+
let B/SoftFail = B.definitions/commandStep/properties/soft_fail/Type
20+
1721
let dirtyWhen =
1822
[ S.strictlyStart (S.contains "src")
1923
, S.exactly "buildkite/src/Jobs/Test/RosettaIntegrationTests" "dhall"
@@ -49,6 +53,7 @@ in Pipeline.build
4953
]
5054
, label = "Rosetta integration tests Bullseye Long"
5155
, key = "rosetta-integration-tests-bullseye-long"
56+
, soft_fail = Some (B/SoftFail.Boolean True)
5257
, target = Size.Small
5358
, depends_on =
5459
[ { name = "MinaArtifactBullseye"

0 commit comments

Comments
 (0)