This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/remote-cache-ci in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit b12c13f6dbd85f86bae0ec6bc185968f2505118d Author: Jürg Billeter <[email protected]> AuthorDate: Thu May 20 10:08:59 2021 +0200 TEMP: drop local tests --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 894caaa..5dfb08b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,20 +44,9 @@ jobs: # The names here should map to a valid service defined in # "../compose/ci.docker-compose.yml" test-name: - - debian-10 - - fedora-32 - - fedora-33 - - ubuntu-18.04 - - centos-7.7.1908 - - fedora-missing-deps - - no-usedevelop - lint - mypy - include: - - test-name: plugins-master - allow-failure: true - steps: - name: Check out repository uses: actions/checkout@v2
