You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/01/20 10:13:39 UTC

[buildstream] branch tristan/remote-execution-testing-again updated: .github/compose/ci.remote-execution-test.yml: Fixup toxenv

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/remote-execution-testing-again
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/tristan/remote-execution-testing-again by this push:
     new 253a81f  .github/compose/ci.remote-execution-test.yml: Fixup toxenv
253a81f is described below

commit 253a81fc4a2722b18d4a4393152abeffdaf9254a
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Wed Jan 20 19:13:09 2021 +0900

    .github/compose/ci.remote-execution-test.yml: Fixup toxenv
---
 .github/compose/ci.remote-execution-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/compose/ci.remote-execution-test.yml b/.github/compose/ci.remote-execution-test.yml
index 20ca540..8395c94 100644
--- a/.github/compose/ci.remote-execution-test.yml
+++ b/.github/compose/ci.remote-execution-test.yml
@@ -6,7 +6,7 @@ services:
     image: registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-fedora:32-${CI_IMAGE_VERSION:-latest}
     command: tox -vvvvv -- --color=yes --remote-execution -s tests/remoteexecution/simple.py
     environment:
-      TOXENV: ${CI_ALL_MAIN}
+      TOXENV: ${CI_TOXENV_MAIN}
       ARTIFACT_CACHE_SERVICE: http://localhost:50052
       REMOTE_EXECUTION_SERVICE: http://localhost:50051
       SOURCE_CACHE_SERVICE: http://localhost:50052