You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/04/16 09:57:34 UTC

[buildstream] branch juerg/ci updated (8443e4638 -> 71152afeb)

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

juergbi pushed a change to branch juerg/ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git


 discard 8443e4638 Unpin grpcio
 discard 1232c6dc8 dmesg -w
 discard b3f098e7c tests/integration
 discard ab40a2d7e tmp: background journalctl -f
 discard 19bbc7bf7 tmp: .github/workflows/ci.yml: Single test job
     add 72248f215 .github/workflow: run tests using ubuntu 18.04
     add 9ada3f440 Merge pull request #1634 from apache/abderrahim/test-ubuntu
     add 0f4dd07f2 .github/workflows: Fix docs builds in merge
     add 83c0b2f48 Merge pull request #1635 from apache/tristan/fix-merge-ci
     add 405fa23de tox.ini: Test against latest bst-plugins-experimental tag
     add 1a3c707a6 Merge pull request #1637 from apache/tristan/use-latest-bst-plugins-experimental
     add d0ee47f5a .asf.yaml: Whitespace commit, trying to trigger docs builds
     new 05a9b08a8 requirements: Unpin grpcio
     new 71152afeb .github: Switch back to Ubuntu 20.04 runners

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   (8443e4638)
            \
             N -- N -- N   refs/heads/juerg/ci (71152afeb)

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 2 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:
 .asf.yaml                             |  1 -
 .github/compose/ci.docker-compose.yml |  2 +-
 .github/run-ci.sh                     |  3 --
 .github/workflows/ci.yml              | 60 +++++++++++++++++++++++++++++++++++
 tox.ini                               |  2 +-
 5 files changed, 62 insertions(+), 6 deletions(-)


[buildstream] 01/02: requirements: Unpin grpcio

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

juergbi pushed a commit to branch juerg/ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 05a9b08a8159ea1d112f1f43d6da85df505cd903
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Wed Mar 30 07:56:34 2022 +0200

    requirements: Unpin grpcio
---
 requirements/cov-requirements.in  |  2 +-
 requirements/cov-requirements.txt |  8 ++++----
 requirements/dev-requirements.txt | 15 +++++++--------
 requirements/requirements.in      |  5 +----
 requirements/requirements.txt     | 12 +++++-------
 5 files changed, 18 insertions(+), 24 deletions(-)

diff --git a/requirements/cov-requirements.in b/requirements/cov-requirements.in
index d80d8f4ee..5546bb52b 100644
--- a/requirements/cov-requirements.in
+++ b/requirements/cov-requirements.in
@@ -1,4 +1,4 @@
-coverage == 4.4.0
+coverage >= 4.4.0
 pytest-cov >= 2.5.0
 pytest >= 6.0.1
 Cython
diff --git a/requirements/cov-requirements.txt b/requirements/cov-requirements.txt
index 188a70fe3..f5c3e0f2c 100644
--- a/requirements/cov-requirements.txt
+++ b/requirements/cov-requirements.txt
@@ -1,7 +1,7 @@
-coverage==4.4
-pytest-cov==2.10.1
-pytest==7.0.1
-Cython==0.29.27
+coverage==6.3.2
+pytest-cov==3.0.0
+pytest==7.1.1
+Cython==0.29.28
 ## The following requirements were added by pip freeze:
 attrs==21.4.0
 iniconfig==1.1.1
diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt
index 3e7e972c9..194a4a505 100644
--- a/requirements/dev-requirements.txt
+++ b/requirements/dev-requirements.txt
@@ -1,28 +1,27 @@
 pexpect==4.8.0
-pylint==2.12.2
+pylint==2.13.3
 # Pytest 6.0.0 doesn't play well with pylint
-pytest==7.0.1
+pytest==7.1.1
 pytest-datafiles==2.0
 pytest-env==0.6.2
 pytest-xdist==2.5.0
 pytest-timeout==2.1.0
 pyftpdlib==1.5.6
 ## The following requirements were added by pip freeze:
-astroid==2.9.3
+astroid==2.11.2
 attrs==21.4.0
+dill==0.3.4
 execnet==1.9.0
 iniconfig==1.1.1
 isort==5.10.1
 lazy-object-proxy==1.7.1
-mccabe==0.6.1
+mccabe==0.7.0
 packaging==21.3
-platformdirs==2.5.0
+platformdirs==2.5.1
 pluggy==1.0.0
 ptyprocess==0.7.0
 py==1.11.0
 pyparsing==3.0.7
 pytest-forked==1.4.0
-toml==0.10.2
 tomli==2.0.1
-typing_extensions==4.1.1
-wrapt==1.13.3
+wrapt==1.14.0
diff --git a/requirements/requirements.in b/requirements/requirements.in
index c1c75c8ca..b393f71ff 100644
--- a/requirements/requirements.in
+++ b/requirements/requirements.in
@@ -1,8 +1,5 @@
 Click >= 7.0
-#
-# We are experiencing crashes with grpcio >= 1.39
-#
-grpcio >= 1.34, < 1.39
+grpcio >= 1.34
 Jinja2 >= 2.10
 pluginbase
 protobuf >= 3.6
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
index c0be4a4a0..81e296ee6 100644
--- a/requirements/requirements.txt
+++ b/requirements/requirements.txt
@@ -1,17 +1,15 @@
-click==8.0.3
-#
-# We are experiencing crashes with grpcio >= 1.39
-grpcio==1.38.1
-Jinja2==3.0.3
+click==8.1.0
+grpcio==1.44.0
+Jinja2==3.1.1
 pluginbase==1.0.1
 protobuf==3.19.4
 psutil==5.9.0
 ruamel.yaml==0.17.21
 ruamel.yaml.clib==0.2.6
-setuptools==59.6.0
+setuptools==58.1.0
 pyroaring==0.3.3
 ujson==5.1.0
 python-dateutil==2.8.2
 ## The following requirements were added by pip freeze:
-MarkupSafe==2.0.1
+MarkupSafe==2.1.1
 six==1.16.0


[buildstream] 02/02: .github: Switch back to Ubuntu 20.04 runners

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

juergbi pushed a commit to branch juerg/ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 71152afeb0037293b2a2bce8139e40e2d646c5ed
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Sat Apr 16 11:54:32 2022 +0200

    .github: Switch back to Ubuntu 20.04 runners
    
    The kernel bug breaking buildbox-fuse in Ubuntu 20.04.3 with Linux 5.11
    has been fixed in Ubuntu 20.04.4 with Linux 5.13.
    
    https://github.com/actions/virtual-environments/pull/5314
---
 .github/workflows/ci.yml      | 6 +++---
 .github/workflows/merge.yml   | 4 ++--
 .github/workflows/release.yml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 583ba2af9..7e8bee7d9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,7 @@ concurrency:
 
 jobs:
   tests:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     continue-on-error: ${{ matrix.allow-failure || false }}
 
     strategy:
@@ -60,7 +60,7 @@ jobs:
 
   # Matrix of tests which run against remote services which we bring up adjacently
   service-tests:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
 
     strategy:
       matrix:
@@ -84,7 +84,7 @@ jobs:
           ${GITHUB_WORKSPACE}/.github/run-ci.sh --service ${{ matrix.test-name }}
 
   docs:
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Check out repository
         uses: actions/checkout@v2
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index e221ce4bf..330c45758 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -8,7 +8,7 @@ on:
 jobs:
   build:
     name: Build documentation
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
     - name: Checkout code
       uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
 
   publish:
     needs: build
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
 
     - name: Download artifact
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 36f54c3ed..55dfe860a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
 jobs:
   build:
     name: Upload Release Asset
-    runs-on: ubuntu-18.04
+    runs-on: ubuntu-20.04
     steps:
       - name: Checkout code
         uses: actions/checkout@v2