This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/test in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 5ecbe2399781191171dcbe01d8530f4c4d54cb52 Author: Jürg Billeter <[email protected]> AuthorDate: Fri Oct 17 12:56:52 2025 +0200 TEMP: Limit CI --- .github/workflows/ci.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5762246..948b8e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,12 +36,7 @@ jobs: # The names here should map to a valid service defined in # "../compose/ci.docker-compose.yml" test-name: - - debian-11 - - fedora-42 - - fedora-missing-deps - ubuntu-22.04 - - lint - - mypy include: - test-name: bst-master @@ -60,28 +55,3 @@ jobs: - name: Run tests with Docker Compose run: | ${GITHUB_WORKSPACE}/.github/run-ci.sh ${{ matrix.test-name }} - - docs: - runs-on: ubuntu-24.04 - steps: - - name: Disable AppArmor restriction for bubblewrap - run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 - - - 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: | - ${GITHUB_WORKSPACE}/.github/run-ci.sh docs - - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: docs - path: doc/build/html
