This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch jbilleter/buildgrid in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit c2c8b2361243866cf4dc76cc80c5f9607f620706 Author: Jürg Billeter <[email protected]> AuthorDate: Wed Nov 5 11:11:52 2025 +0100 .github/compose/ci.buildgrid.yml: Remove unused storage service BuildGrid itself doesn't offer a Remote Asset service and CI is currently only testing remote execution with BuildGrid. --- .github/compose/ci.buildgrid.yml | 14 -------------- .github/compose/ci.docker-compose.yml | 2 -- 2 files changed, 16 deletions(-) diff --git a/.github/compose/ci.buildgrid.yml b/.github/compose/ci.buildgrid.yml index 0b37e9fe3..6ef8d422f 100644 --- a/.github/compose/ci.buildgrid.yml +++ b/.github/compose/ci.buildgrid.yml @@ -3,13 +3,9 @@ # # Spins-up a unnamed and unauthenticated grid: # - Controller + CAS + AC at http://localhost:50051 -# - Ref. + CAS at: http://localhost:50052 # # BuildStream configuration snippet: # -# artifacts: -# url: http://localhost:50052 -# push: true # remote-execution: # execution-service: # url: http://localhost:50051 @@ -49,16 +45,6 @@ services: networks: - grid - storage: - image: registry.gitlab.com/buildgrid/buildgrid.hub.docker.com/buildgrid:nightly - command: [ - "bgd", "server", "start", "-v", - "/etc/buildgrid/artifacts.yml"] - ports: - - 50052:50052 - networks: - - grid - networks: grid: driver: bridge diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml index e9797bd58..a94845f19 100644 --- a/.github/compose/ci.docker-compose.yml +++ b/.github/compose/ci.docker-compose.yml @@ -58,9 +58,7 @@ services: command: tox -vvvvv -- --color=yes --remote-execution environment: TOXENV: ${CI_TOXENV_MAIN} - ARTIFACT_CACHE_SERVICE: http://localhost:50052 REMOTE_EXECUTION_SERVICE: http://localhost:50051 - SOURCE_CACHE_SERVICE: http://localhost:50052 # We need to use host networking mode in order to be able to # properly resolve services exposed by adjacent containers.
