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:18:27 UTC

[buildstream] branch tristan/remote-execution-testing-again updated (253a81f -> 1871fad)

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

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


 discard 253a81f  .github/compose/ci.remote-execution-test.yml: Fixup toxenv
 discard a47d084  TEST COMMIT
     new 1871fad  .github/compose/ci.remote-execution-test.yml: Fixup toxenv

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (253a81f)
            \
             N -- N -- N   refs/heads/tristan/remote-execution-testing-again (1871fad)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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


[buildstream] 01/01: .github/compose/ci.remote-execution-test.yml: Fixup toxenv

Posted by tv...@apache.org.
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

commit 1871fad657c83f2123d1f62fa2708beea6271d7e
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 dbdaa72..976142b 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
     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