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
The following commit(s) were added to refs/heads/juerg/remote-cache-ci by this
push:
new eb7618c TEMP: ci
eb7618c is described below
commit eb7618c926cf828571cee8fe09aed1a8d8e04960
Author: Jürg Billeter <[email protected]>
AuthorDate: Thu May 20 10:48:47 2021 +0200
TEMP: ci
---
.github/workflows/ci.yml | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5dfb08b..a563821 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,8 +76,6 @@ jobs:
# and they also map to corresponding filenames of services which are
expected
# to be run in the background
test-name:
- - bst-artifact-server
- - buildbarn
- buildgrid
steps:
@@ -114,29 +112,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