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/02/04 08:01:14 UTC

[buildstream] 04/05: .gitlab-ci.yml: Adding tox --version output to test diagnostics

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

tvb pushed a commit to branch tristan/optional-coverage-test
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 4404fd25768a7b611ec469fd99f7823f2bff6b10
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Thu Feb 28 14:38:20 2019 +0900

    .gitlab-ci.yml: Adding tox --version output to test diagnostics
    
    This is generally useful to know, since the tox version is not
    enforced by BuildStream.
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5af7013..5796561 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,7 @@ variables:
   # Diagnostics
   - mount
   - df -h
+  - tox --version
 
   script:
   - mkdir -p "${INTEGRATION_CACHE}"
@@ -157,6 +158,7 @@ tests-wsl:
   before_script:
   - mount
   - df -h
+  - tox --version
 
   script:
   - "${TEST_COMMAND}"