Skip to content

Commit 9eed104

Browse files
committed
We need to declare deploysArtifacts in our buildspec
1 parent 5e06690 commit 9eed104

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/python-bench.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
vm:: [],
148148

149149
// public
150+
deploysArtifacts: true,
150151
capabilities+: capabilities(self.os, self.arch),
151152
downloads: downloads(self.os, self.arch),
152153
targets: [self.target] + if self.target == 'bench' then [] else ['bench'],

ci/python-gate.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@
423423
"--strict-compliance", "--primary", "gate", "--tags", self.tags, "-B=--force-deprecation-as-warning",
424424
] + self.all_suites + self.gate_parameters,
425425
],
426+
deploysArtifacts: true,
426427
}),
427428

428429
cpython_gate:: base_gate + test_reports + task_spec({

0 commit comments

Comments
 (0)