File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ let Size = ./Size.dhall
66
77let RunWithPostgres = ./ RunWithPostgres. dhall
88
9+ let BuildFlags = ../ Constants / BuildFlags. dhall
10+
911let key = " archive-node-test"
1012
1113in { 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}"
Original file line number Diff line number Diff line change @@ -12,8 +12,14 @@ let Artifacts = ../../Constants/Artifacts.dhall
1212
1313let Dockers = ../../ Constants / DockerVersions. dhall
1414
15+ let buildFlags = ../../ Constants / BuildFlags. dhall
16+
1517let dependsOn =
16- Dockers. dependsOn Dockers. DepsSpec:: { artifact = Artifacts.Type. Rosetta }
18+ Dockers. dependsOn
19+ Dockers. DepsSpec:: {
20+ , artifact = Artifacts.Type. FunctionalTestSuite
21+ , buildFlags = buildFlags. Type. Instrumented
22+ }
1723
1824in Pipeline. build
1925 Pipeline. Config:: {
You can’t perform that action at this time.
0 commit comments