summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Canabrava <tcanabrava@kde.org>2020-07-29 10:29:16 +0200
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-11 08:11:09 +0000
commit333644244f8d5779d01dfcfbf357afdc95d37265 (patch)
treeff601f212502d5ca7c548d3f3870a8cac6a16dc1
parent8935cbb09922178dd0636758edd3b9946b5f0026 (diff)
downloadbuildstream-333644244f8d5779d01dfcfbf357afdc95d37265.tar.gz
Artifacts configuration for test can also push
-rw-r--r--src/buildstream/testing/runcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/testing/runcli.py b/src/buildstream/testing/runcli.py
index 0f08bd141..af15b56f1 100644
--- a/src/buildstream/testing/runcli.py
+++ b/src/buildstream/testing/runcli.py
@@ -776,7 +776,7 @@ def cli_remote_execution(tmpdir, remote_services):
fixture = CliRemote(directory)
if remote_services.artifact_service:
- fixture.configure({"artifacts": [{"url": remote_services.artifact_service,}]})
+ fixture.configure({"artifacts": [{"url": remote_services.artifact_service, "push": True,}]})
remote_execution = {}
if remote_services.action_service: