You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by no...@apache.org on 2020/12/29 12:49:23 UTC

[buildstream] branch Qinusty/gitlab-ci-duration created (now a0cf622)

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

not-in-ldap pushed a change to branch Qinusty/gitlab-ci-duration
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at a0cf622  test: Test on perm runner

This branch includes the following new commits:

     new fbc1cfc  Add durations parameter to tests
     new d304906  test addopts: Remove integration, add -s
     new 8b93175  test: Add integration to unix
     new a0cf622  test: Test on perm runner

The 4 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.



[buildstream] 03/04: test: Add integration to unix

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch Qinusty/gitlab-ci-duration
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 8b93175e21804f3383434f8ee15f5baa875e97dd
Author: Josh Smith <qi...@gmail.com>
AuthorDate: Thu Aug 23 16:15:42 2018 +0100

    test: Add integration to unix
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56ce4a4..d6c144b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -132,7 +132,7 @@ tests-unix:
     - cd dist && ./unpack.sh && cd buildstream
 
     # Since the unix platform is required to run as root, no user change required
-    - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s"
+    - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s --integration"
 
     # Go back to the toplevel and collect our reports
     - cd ../..


[buildstream] 04/04: test: Test on perm runner

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch Qinusty/gitlab-ci-duration
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit a0cf622ccbc9a8c3ac44fa06b63bae81fe254468
Author: Josh Smith <qi...@gmail.com>
AuthorDate: Thu Aug 23 16:18:17 2018 +0100

    test: Test on perm runner
---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6c144b..4c90680 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,6 +87,8 @@ source_dist:
   artifacts:
     paths:
     - coverage-linux/
+  tags:
+  - test
 
 tests-debian-9:
   image: buildstream/testsuite-debian:9-master-114-4cab18e3
@@ -142,6 +144,8 @@ tests-unix:
     paths:
     - coverage-unix/
     - logs-unix/
+  tags:
+  - test
 
 
 # Automatically build documentation for every commit, we want to know


[buildstream] 01/04: Add durations parameter to tests

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch Qinusty/gitlab-ci-duration
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit fbc1cfc5a4ab38ccafa165cda7efa11aa9142613
Author: Josh Smith <qi...@gmail.com>
AuthorDate: Thu Aug 23 15:35:02 2018 +0100

    Add durations parameter to tests
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5aa0bc..facb61a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,7 @@ source_dist:
 
   # Run the tests from the source distribution, We run as a simple
   # user to test for permission issues
-  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts --integration'
+  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"'
 
   # Go back to the toplevel and collect our reports
   - cd ../..
@@ -132,7 +132,7 @@ tests-unix:
     - cd dist && ./unpack.sh && cd buildstream
 
     # Since the unix platform is required to run as root, no user change required
-    - python3 setup.py test --index-url invalid://uri --addopts --integration
+    - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"
 
     # Go back to the toplevel and collect our reports
     - cd ../..


[buildstream] 02/04: test addopts: Remove integration, add -s

Posted by no...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

not-in-ldap pushed a commit to branch Qinusty/gitlab-ci-duration
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d304906dc79fbeedadc18512b364b964b1369369
Author: Josh Smith <qi...@gmail.com>
AuthorDate: Thu Aug 23 15:55:10 2018 +0100

    test addopts: Remove integration, add -s
---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index facb61a..56ce4a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,7 +78,7 @@ source_dist:
 
   # Run the tests from the source distribution, We run as a simple
   # user to test for permission issues
-  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"'
+  - su buildstream -c 'python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0 -s"'
 
   # Go back to the toplevel and collect our reports
   - cd ../..
@@ -132,7 +132,7 @@ tests-unix:
     - cd dist && ./unpack.sh && cd buildstream
 
     # Since the unix platform is required to run as root, no user change required
-    - python3 setup.py test --index-url invalid://uri --addopts "--integration --durations=0"
+    - python3 setup.py test --index-url invalid://uri --addopts "--durations=0 -s"
 
     # Go back to the toplevel and collect our reports
     - cd ../..