Skip to content

Commit 31943f8

Browse files
committed
fix docker suffix for mina-test-suite docker
1 parent d374965 commit 31943f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildkite/src/Command/ArchiveNodeTest.dhall

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ let Size = ./Size.dhall
66

77
let RunWithPostgres = ./RunWithPostgres.dhall
88

9+
let BuildFlags = ../Constants/BuildFlags.dhall
10+
911
let key = "archive-node-test"
1012

1113
in { step =
@@ -21,6 +23,7 @@ in { step =
2123
( Artifacts.fullDockerTag
2224
Artifacts.Tag::{
2325
, artifact = Artifacts.Type.FunctionalTestSuite
26+
, buildFlags = BuildFlags.Type.Instrumented
2427
}
2528
)
2629
"./scripts/tests/archive-node-test.sh && buildkite/scripts/upload-partial-coverage-data.sh ${key} && buildkite/scripts/debian/write_to_cache.sh ${key}/"

0 commit comments

Comments
 (0)