Skip to content

Commit

Permalink
Merge branch 'develop' into sventimir/genesis-ledger-export
Browse files Browse the repository at this point in the history
  • Loading branch information
Sventimir authored Nov 6, 2023
2 parents 0dc8375 + 974097e commit a21d75e
Show file tree
Hide file tree
Showing 20 changed files with 1,090 additions and 171 deletions.
4 changes: 4 additions & 0 deletions buildkite/src/Jobs/Test/DelegationBackendUnitTest.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ let Command = ../../Command/Base.dhall
let Docker = ../../Command/Docker/Type.dhall
let Size = ../../Command/Size.dhall

let B = ../../External/Buildkite.dhall
let B/SoftFail = B.definitions/commandStep/properties/soft_fail/Type

in

Pipeline.build
Expand All @@ -34,6 +37,7 @@ Pipeline.build
Cmd.runInDocker Cmd.Docker::{image = ContainerImages.delegationBackendToolchain} "cd src/app/delegation_backend && mkdir -p result && cp -R /headers result && cd src/delegation_backend && go test"
],
label = "delegation backend unit-tests",
soft_fail = Some (B/SoftFail.Boolean True),
key = "delegation-backend-unit-tests",
target = Size.Small,
docker = None Docker.Type
Expand Down
Loading

0 comments on commit a21d75e

Please sign in to comment.