This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/ci-test in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit e865cd8b562574ecd00f57b5fdc47cbaa28e8b9c Author: Jürg Billeter <[email protected]> AuthorDate: Thu May 20 13:52:49 2021 +0200 CI test --- .github/workflows/ci.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9401b4..1f9f124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,20 +44,8 @@ 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 @@ -87,9 +75,7 @@ jobs: # and they also map to corresponding filenames of services which are expected # to be run in the background test-name: - - remote-execution - buildstream-remote-cache - - buildbarn-remote-cache steps: - name: Check out repository @@ -125,29 +111,3 @@ jobs: docker-compose \ --env-file ${GITHUB_WORKSPACE}/.github/common.env \ --file ${GITHUB_WORKSPACE}/.github/compose/ci.${{ matrix.test-name }}.yml down - - docs: - runs-on: ubuntu-20.04 - steps: - - name: Check out repository - uses: actions/checkout@v2 - # BuildStream requires tags to be able to find its version. - with: - fetch-depth: 0 - - - name: Give `testuser` ownership of the source directory - run: sudo chown -R 1000:1000 ${GITHUB_WORKSPACE} - - - name: Build documentation using Docker Compose - run: | - docker-compose \ - --env-file ${GITHUB_WORKSPACE}/.github/common.env \ - --file ${GITHUB_WORKSPACE}/.github/compose/ci.docker-compose.yml \ - run \ - docs - - - name: Upload artifacts - uses: actions/upload-artifact@v2 - with: - name: docs - path: doc/build/html
