We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374965 commit 31943f8Copy full SHA for 31943f8
buildkite/src/Command/ArchiveNodeTest.dhall
@@ -6,6 +6,8 @@ let Size = ./Size.dhall
6
7
let RunWithPostgres = ./RunWithPostgres.dhall
8
9
+let BuildFlags = ../Constants/BuildFlags.dhall
10
+
11
let key = "archive-node-test"
12
13
in { step =
@@ -21,6 +23,7 @@ in { step =
21
23
( Artifacts.fullDockerTag
22
24
Artifacts.Tag::{
25
, artifact = Artifacts.Type.FunctionalTestSuite
26
+ , buildFlags = BuildFlags.Type.Instrumented
27
}
28
)
29
"./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