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

[buildstream] branch fix-gitlab-ci created (now 347ddcd)

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

root pushed a change to branch fix-gitlab-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 347ddcd  .gitlab-ci.yml: Fixed to not try to upgrade stuff

This branch includes the following new commits:

     new bb00c89  Trying something else...
     new 9267162  Trying another thing
     new 347ddcd  .gitlab-ci.yml: Fixed to not try to upgrade stuff

The 3 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] 01/03: Trying something else...

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

root pushed a commit to branch fix-gitlab-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit bb00c89199660d2afeb43de21c037b28b55b0753
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Sep 1 21:40:33 2017 -0400

    Trying something else...
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03ad4c7..bc9ce9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ tests:
 integration_tests:
   script:
     - dnf install -y findutils bzr
-    - pip3 install --upgrade .
+    - pip3 install --user -e .
     - git clone https://gitlab.com/BuildStream/buildstream-tests.git
     - cd buildstream-tests
     - ./run-test.sh --arg --colors test


[buildstream] 02/03: Trying another thing

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

root pushed a commit to branch fix-gitlab-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 9267162ac98c27a92167059919ee16b778702372
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Sep 1 21:43:19 2017 -0400

    Trying another thing
---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc9ce9d..5c73fa3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,8 @@ tests:
 integration_tests:
   script:
     - dnf install -y findutils bzr
-    - pip3 install --user -e .
+    - pip3 install --upgrade pip
+    - pip3 install --upgrade .
     - git clone https://gitlab.com/BuildStream/buildstream-tests.git
     - cd buildstream-tests
     - ./run-test.sh --arg --colors test


[buildstream] 03/03: .gitlab-ci.yml: Fixed to not try to upgrade stuff

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

root pushed a commit to branch fix-gitlab-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 347ddcd2b75aebba747a7f78f7a47c1a544d95e7
Author: Tristan Van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Sep 1 21:44:28 2017 -0400

    .gitlab-ci.yml: Fixed to not try to upgrade stuff
    
    When trying to upgrade psutils the image requires gcc,
    which it doesnt have.
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c73fa3..ef41496 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,8 +29,7 @@ tests:
 integration_tests:
   script:
     - dnf install -y findutils bzr
-    - pip3 install --upgrade pip
-    - pip3 install --upgrade .
+    - pip3 install .
     - git clone https://gitlab.com/BuildStream/buildstream-tests.git
     - cd buildstream-tests
     - ./run-test.sh --arg --colors test