buildgrid 0.3.0__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {buildgrid-0.3.0 → buildgrid-0.3.1}/PKG-INFO +1 -1
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/settings/parser.py +4 -9
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/settings/schema.yml +4 -6
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/asset.py +4 -4
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/scheduler/impl.py +17 -8
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/version.py +1 -1
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid.egg-info/PKG-INFO +1 -1
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/bots-interface.yml +0 -1
- {buildgrid-0.3.0 → buildgrid-0.3.1}/pyproject.toml +1 -1
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_scheduler.py +3 -4
- {buildgrid-0.3.0 → buildgrid-0.3.1}/BuildGrid.doap +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/CONTRIBUTING.rst +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/LICENSE +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/MANIFEST.in +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/README.rst +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/remote_asset_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/remote_asset_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/remote_asset_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/remote_asset_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/remote_asset_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/remote_asset_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/remote_execution_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/remote_execution_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/remote_execution_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/remote_execution_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/remote_execution_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/remote_execution_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/remote_logstream_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/remote_logstream_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/remote_logstream_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/remote_logstream_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/remote_logstream_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/remote_logstream_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/quota_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/quota_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/quota_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/quota_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/quota_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/quota_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/client_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/client_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/client_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/client_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/client_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/client_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/http_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/http_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/http_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/http_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/http_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/http_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/bytestream/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/bytestream/bytestream_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/bytestream/bytestream_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/bytestream/bytestream_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/bytestream/bytestream_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/bytestream/bytestream_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/bytestream/bytestream_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_events_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_events_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_events_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_events_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_events_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_events_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_status_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_status_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_status_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_status_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_status_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/build_status_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/publish_build_event_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/publish_build_event_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/publish_build_event_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/publish_build_event_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/publish_build_event_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/build/v1/publish_build_event_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/bots_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/bots_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/bots_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/bots_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/bots_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/bots_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/command_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/command_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/command_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/command_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/command_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/command_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/tasks_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/tasks_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/tasks_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/tasks_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/tasks_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/tasks_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/worker_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/worker_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/worker_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/worker_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/worker_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/devtools/remoteworkers/v1test2/worker_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/longrunning/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/longrunning/operations_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/longrunning/operations_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/longrunning/operations_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/longrunning/operations_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/longrunning/operations_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/longrunning/operations_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/code_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/code_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/code_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/code_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/code_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/code_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/error_details_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/error_details_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/error_details_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/error_details_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/error_details_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/error_details_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/status_pb2.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/status_pb2.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/status_pb2_grpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/status_pb2_grpc.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/status_pb2_grpc_aio.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/rpc/status_pb2_grpc_aio.pyi +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/action_cache_abc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/lru_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/mirrored_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/redis_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/remote_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/s3_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/sharded_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/with_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/caches/write_once_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/actioncache/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/cli.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_actioncache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_capabilities.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_cas.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_cleanup.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_execute.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_janitor.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_logstream.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_operation.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_quota.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/cmd_server.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/commands/rpc_utils.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/settings/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/settings/config.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/settings/mapper.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/app/settings/reference.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/auth/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/auth/config.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/auth/enums.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/auth/exceptions.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/auth/manager.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/bots/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/bots/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/bots/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/build_events/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/build_events/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/build_events/storage.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/capabilities/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/capabilities/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/capabilities/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/disk.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/index/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/index/index_abc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/index/redis.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/index/sql.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/lru_memory_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/redis.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/remote.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/replicated.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/s3.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/sharded.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/size_differentiated.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/sql.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/storage_abc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cas/storage/with_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/cleanup.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/janitor/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/janitor/config.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/janitor/index.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/janitor/s3.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/janitor/sql.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/janitor/types.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/cleanup/janitor/utils.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/actioncache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/auth_token_loader.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/authentication.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/capabilities.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/cas.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/channel.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/interceptors.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/logstream.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/quota.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/client/retrier.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/context.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/controller.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/authorize.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/errors.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/io.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/limiter.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/metadata.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/requestid.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/rpc.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/decorators/time.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/enums.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/exceptions.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/execution/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/execution/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/execution/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/introspection/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/introspection/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/introspection/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/limiter.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/logging.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/metadata.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/metrics_names.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/metrics_tags.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/metrics_utils.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/monitoring.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/filtering/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/filtering/filter.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/filtering/filter_grammar.lark +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/filtering/interpreter.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/filtering/parser.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/filtering/sanitizer.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/operations/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/quota/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/quota/service.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/redis/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/redis/provider.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/s3/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/s3/s3utils.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/scheduler/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/scheduler/assigner.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/scheduler/cohorts.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/scheduler/events.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/scheduler/notifier.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/scheduler/properties.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sentry.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/server.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/servicer.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/settings.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/README +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/env.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/script.py.mako +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/0596ea8f5c61_add_bot_locality_hints_table_and_.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/0c17a7cb2bc5_initial_database_state.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/12992085e81a_add_a_job_index_on_worker_name_and_.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/1f959c3834d3_drop_the_leases_table.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/22cc661efef9_add_instance_quotas_table.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/55acd9b4ec38_add_ix_jobs_property_label_stage.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/55fcf6c874d3_remove_request_metadata_from_operations.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/5745d1f0e537_drop_unused_indexes_and_create_.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/5b90ed0e9d0b_drop_ix_jobs_worker_name_stage.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/85096c931383_drop_ix_jobs_stage_property_label_and_.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/8fd7118e215e_add_instanced_job_scheduling_index.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/90bd87d052a0_add_an_audit_table_for_job_state_changes.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/910398062924_add_property_labels_table.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/9e7a59ee4370_add_bot_platform_capabilities_to_the_.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/9ecd996412a9_add_worker_name_to_jobs_table.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/b3b9d7300155_add_capacity_to_bots.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/bde0df23383b_add_cohort_to_bots.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/d850621a10d8_add_assigner_name_to_jobs.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/alembic/versions/fb8afebee8e6_add_ix_jobs_worker_name_stage.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/models.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/provider.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/sql/utils.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/threading.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/types.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/utils/__init__.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/utils/async_lru_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/utils/bots.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/utils/cancellation.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/server/utils/digests.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid.egg-info/SOURCES.txt +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid.egg-info/dependency_links.txt +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid.egg-info/entry_points.txt +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid.egg-info/requires.txt +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid.egg-info/top_level.txt +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/all-in-one.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/artifacts.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/cache.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/controller.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/default.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/logstream.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/monitoring-controller.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/multi-container.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/multi-layer-storage.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/redis-cache.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/s3-indexed-cas.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/storage-redis.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/storage-s3.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/storage.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/with-metering.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/data/config/with-pgbouncer.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/Makefile +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/data/basic-disk-cas.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/data/bazel-example-server.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/data/buildstream-example-server.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/data/cas-and-ac.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/data/cas-example-server.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/data/execution-and-bots.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/data/postgresql-index-cas-only.yml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/docs/source/index.rst +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/setup.cfg +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/setup.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/auth.yaml +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwks-valid.json +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-hs256-conflicting.secret +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-hs256-expired.token +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-hs256-matching.secret +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-hs256-unbounded.token +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-hs256-valid.token +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-rs256-conflicting.pub.key +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-rs256-expired.token +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-rs256-jwk-encrypted.token +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-rs256-matching.priv.key +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-rs256-matching.pub.key +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-rs256-unbounded.token +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/auth/data/jwt-rs256-valid.token +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_async_lru_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_example_configs.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_execution_instance.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_instance_pools.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_job_assigner.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_limiter.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_logging.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_metrics_tags.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_metrics_utils.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_mirrored_cache.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_request_metadata_utils.py +0 -0
- {buildgrid-0.3.0 → buildgrid-0.3.1}/tests/test_utils.py +0 -0
|
@@ -1025,7 +1025,7 @@ def load_sql_scheduler(
|
|
|
1025
1025
|
sql_ro = sql_ro or sql
|
|
1026
1026
|
sql_notifier = sql_notifier or sql
|
|
1027
1027
|
|
|
1028
|
-
logstream_url, logstream_credentials
|
|
1028
|
+
logstream_url, logstream_credentials = get_logstream_connection_info(logstream)
|
|
1029
1029
|
logstream_channel: grpc.Channel | None = None
|
|
1030
1030
|
if logstream_url is not None:
|
|
1031
1031
|
logstream_credentials = logstream_credentials or {}
|
|
@@ -1081,7 +1081,6 @@ def load_sql_scheduler(
|
|
|
1081
1081
|
),
|
|
1082
1082
|
bot_session_keepalive_timeout=bot_session_keepalive_timeout,
|
|
1083
1083
|
logstream_channel=logstream_channel,
|
|
1084
|
-
logstream_instance=logstream_instance,
|
|
1085
1084
|
asset_client=asset_client,
|
|
1086
1085
|
queued_action_retention_hours=queued_action_retention_hours,
|
|
1087
1086
|
completed_action_retention_hours=completed_action_retention_hours,
|
|
@@ -2150,7 +2149,6 @@ def load_metering_service_client(
|
|
|
2150
2149
|
def load_asset_client(
|
|
2151
2150
|
url: str,
|
|
2152
2151
|
credentials: ClientCredentials | None = None,
|
|
2153
|
-
instance_name: str = "",
|
|
2154
2152
|
request_timeout: float = 5.0,
|
|
2155
2153
|
retries: int = 3,
|
|
2156
2154
|
) -> AssetClient:
|
|
@@ -2162,7 +2160,6 @@ def load_asset_client(
|
|
|
2162
2160
|
|
|
2163
2161
|
- !asset-client
|
|
2164
2162
|
url: https://remote-asset.com
|
|
2165
|
-
instance-name: dev
|
|
2166
2163
|
credentials:
|
|
2167
2164
|
tls-client-cert: /path/to/cert
|
|
2168
2165
|
auth-token: /path/to/token
|
|
@@ -2179,7 +2176,7 @@ def load_asset_client(
|
|
|
2179
2176
|
server_cert=credentials.get("tls-server-cert"),
|
|
2180
2177
|
timeout=request_timeout,
|
|
2181
2178
|
)
|
|
2182
|
-
return AssetClient(channel=channel,
|
|
2179
|
+
return AssetClient(channel=channel, retries=retries)
|
|
2183
2180
|
|
|
2184
2181
|
|
|
2185
2182
|
@object_tag("!introspection")
|
|
@@ -2378,18 +2375,16 @@ def _validate_server_credentials(credentials: dict[str, str] | None) -> None:
|
|
|
2378
2375
|
sys.exit(-1)
|
|
2379
2376
|
|
|
2380
2377
|
|
|
2381
|
-
def get_logstream_connection_info(logstream: Any) -> tuple[str | None, dict[str, str] | None
|
|
2378
|
+
def get_logstream_connection_info(logstream: Any) -> tuple[str | None, dict[str, str] | None]:
|
|
2382
2379
|
logstream_url = None
|
|
2383
2380
|
credentials = None
|
|
2384
|
-
logstream_instance_name = None
|
|
2385
2381
|
if logstream:
|
|
2386
2382
|
logstream_url = logstream["url"]
|
|
2387
2383
|
credentials = logstream.get("credentials")
|
|
2388
2384
|
if not _validate_url_and_credentials(logstream_url, credentials=credentials):
|
|
2389
2385
|
sys.exit(-1)
|
|
2390
|
-
logstream_instance_name = logstream.get("instance-name", "")
|
|
2391
2386
|
|
|
2392
|
-
return logstream_url, credentials
|
|
2387
|
+
return logstream_url, credentials
|
|
2393
2388
|
|
|
2394
2389
|
|
|
2395
2390
|
def get_schema(strict: bool = False) -> Any:
|
|
@@ -472,7 +472,7 @@ definitions:
|
|
|
472
472
|
priority-assignment-percentage: { type: number, minimum: 0 }
|
|
473
473
|
metering-service-client: { "$ref": "#/definitions/metering-service-client" }
|
|
474
474
|
metering-throttle-action: { type: string, enum: [deprioritize, reject] }
|
|
475
|
-
logstream: { "$ref": "#/definitions/
|
|
475
|
+
logstream: { "$ref": "#/definitions/logstream-connection-options" }
|
|
476
476
|
asset-client: { "$ref": "#/definitions/asset-client" }
|
|
477
477
|
action-browser-url: { type: string }
|
|
478
478
|
poll-interval: { type: number, minimum: 0 }
|
|
@@ -645,12 +645,11 @@ definitions:
|
|
|
645
645
|
properties:
|
|
646
646
|
kind: { type: string, enum: [ "!asset-client" ] }
|
|
647
647
|
url: { type: string }
|
|
648
|
-
instance-name: { type: string }
|
|
649
648
|
channel-options: { type: object, propertyNames: { pattern: "^[a-z0-9-]+$" } }
|
|
650
649
|
request-timeout: { type: number }
|
|
651
650
|
credentials: { "$ref": "#/definitions/grpc-credentials" }
|
|
652
651
|
retries: { type: number }
|
|
653
|
-
required: [kind, url
|
|
652
|
+
required: [kind, url]
|
|
654
653
|
|
|
655
654
|
metering-service-client:
|
|
656
655
|
type: object
|
|
@@ -783,16 +782,15 @@ definitions:
|
|
|
783
782
|
retry-limit: { type: integer, min: 0 }
|
|
784
783
|
required: [instance-name, index, high-watermark, low-watermark, batch-size]
|
|
785
784
|
|
|
786
|
-
|
|
785
|
+
logstream-connection-options:
|
|
787
786
|
type: object
|
|
788
787
|
propertyNames: { pattern: "^[A-Za-z0-9-]*$" }
|
|
789
788
|
properties:
|
|
790
789
|
url: { type: string }
|
|
791
|
-
instance-name: { type: string }
|
|
792
790
|
channel-options: { type: object, propertyNames: { pattern: "^[a-z0-9-]+$" } }
|
|
793
791
|
request-timeout: { type: number }
|
|
794
792
|
credentials: { "$ref": "#/definitions/grpc-credentials" }
|
|
795
|
-
required: [url
|
|
793
|
+
required: [url]
|
|
796
794
|
|
|
797
795
|
grpc-credentials:
|
|
798
796
|
type: object
|
|
@@ -41,13 +41,11 @@ class AssetClient:
|
|
|
41
41
|
def __init__(
|
|
42
42
|
self,
|
|
43
43
|
channel: grpc.Channel,
|
|
44
|
-
instance_name: str,
|
|
45
44
|
retries: int = 0,
|
|
46
45
|
max_backoff: int = 64,
|
|
47
46
|
should_backoff: bool = True,
|
|
48
47
|
) -> None:
|
|
49
48
|
self._channel = channel
|
|
50
|
-
self._instance_name = instance_name
|
|
51
49
|
self._push_stub = PushStub(channel)
|
|
52
50
|
self._fetch_stub = FetchStub(channel)
|
|
53
51
|
self._retrier = GrpcRetrier(retries=retries, max_backoff=max_backoff, should_backoff=should_backoff)
|
|
@@ -68,6 +66,7 @@ class AssetClient:
|
|
|
68
66
|
expire_at: datetime | None = None,
|
|
69
67
|
referenced_blobs: Iterable[Digest] = [],
|
|
70
68
|
referenced_directories: Iterable[Digest] = [],
|
|
69
|
+
instance_name: str,
|
|
71
70
|
) -> PushBlobResponse:
|
|
72
71
|
def _push_blob() -> PushBlobResponse:
|
|
73
72
|
qualifiers_pb = [Qualifier(name=name, value=value) for name, value in qualifiers.items()]
|
|
@@ -77,7 +76,7 @@ class AssetClient:
|
|
|
77
76
|
expire_at_pb.FromDatetime(expire_at)
|
|
78
77
|
|
|
79
78
|
request = PushBlobRequest(
|
|
80
|
-
instance_name=
|
|
79
|
+
instance_name=instance_name,
|
|
81
80
|
uris=uris,
|
|
82
81
|
qualifiers=qualifiers_pb,
|
|
83
82
|
expire_at=expire_at_pb,
|
|
@@ -98,6 +97,7 @@ class AssetClient:
|
|
|
98
97
|
expire_at: datetime | None = None,
|
|
99
98
|
referenced_blobs: Iterable[Digest] = [],
|
|
100
99
|
referenced_directories: Iterable[Digest] = [],
|
|
100
|
+
instance_name: str,
|
|
101
101
|
) -> PushDirectoryResponse:
|
|
102
102
|
def _push_directory() -> PushDirectoryResponse:
|
|
103
103
|
qualifiers_pb = [Qualifier(name=name, value=value) for name, value in qualifiers.items()]
|
|
@@ -107,7 +107,7 @@ class AssetClient:
|
|
|
107
107
|
expire_at_pb.FromDatetime(expire_at)
|
|
108
108
|
|
|
109
109
|
request = PushDirectoryRequest(
|
|
110
|
-
instance_name=
|
|
110
|
+
instance_name=instance_name,
|
|
111
111
|
uris=uris,
|
|
112
112
|
qualifiers=qualifiers_pb,
|
|
113
113
|
expire_at=expire_at_pb,
|
|
@@ -218,7 +218,6 @@ class Scheduler:
|
|
|
218
218
|
metering_throttle_action: MeteringThrottleAction | None = None,
|
|
219
219
|
bot_session_keepalive_timeout: int = 600,
|
|
220
220
|
logstream_channel: Channel | None = None,
|
|
221
|
-
logstream_instance: str | None = None,
|
|
222
221
|
asset_client: AssetClient | None = None,
|
|
223
222
|
queued_action_retention_hours: float | None = None,
|
|
224
223
|
completed_action_retention_hours: float | None = None,
|
|
@@ -268,7 +267,6 @@ class Scheduler:
|
|
|
268
267
|
self.metering_throttle_action = metering_throttle_action or MeteringThrottleAction.DEPRIORITIZE
|
|
269
268
|
self.bot_session_keepalive_timeout = bot_session_keepalive_timeout
|
|
270
269
|
self.logstream_channel = logstream_channel
|
|
271
|
-
self.logstream_instance = logstream_instance
|
|
272
270
|
self.asset_client = asset_client
|
|
273
271
|
self.queued_action_retention_hours = queued_action_retention_hours
|
|
274
272
|
self.completed_action_retention_hours = completed_action_retention_hours
|
|
@@ -414,7 +412,9 @@ class Scheduler:
|
|
|
414
412
|
LOGGER.exception("Checking ActionCache for action failed.", tags=dict(digest=action_digest))
|
|
415
413
|
|
|
416
414
|
# Extend retention for action
|
|
417
|
-
self._update_action_retention(
|
|
415
|
+
self._update_action_retention(
|
|
416
|
+
action, action_digest, self.queued_action_retention_hours, instance_name=current_instance()
|
|
417
|
+
)
|
|
418
418
|
|
|
419
419
|
return self.create_operation_for_new_job(
|
|
420
420
|
action=action,
|
|
@@ -1975,11 +1975,11 @@ class Scheduler:
|
|
|
1975
1975
|
return None
|
|
1976
1976
|
|
|
1977
1977
|
def _create_logstream_for_job(self, job: JobEntry, log_tags: Tags) -> None:
|
|
1978
|
-
if self.logstream_channel
|
|
1978
|
+
if self.logstream_channel:
|
|
1979
1979
|
try:
|
|
1980
1980
|
action_digest = string_to_digest(job.action_digest)
|
|
1981
1981
|
parent_base = f"{action_digest.hash}_{action_digest.size_bytes}_{int(time())}"
|
|
1982
|
-
with logstream_client(self.logstream_channel,
|
|
1982
|
+
with logstream_client(self.logstream_channel, job.instance_name) as ls_client:
|
|
1983
1983
|
stdout_stream = ls_client.create(f"{parent_base}_stdout")
|
|
1984
1984
|
stderr_stream = ls_client.create(f"{parent_base}_stderr")
|
|
1985
1985
|
job.stdout_stream_name = stdout_stream.name
|
|
@@ -2503,9 +2503,12 @@ class Scheduler:
|
|
|
2503
2503
|
Action.FromString(job.action),
|
|
2504
2504
|
string_to_digest(job.action_digest),
|
|
2505
2505
|
retention_hours=self.completed_action_retention_hours,
|
|
2506
|
+
instance_name=job.instance_name,
|
|
2506
2507
|
)
|
|
2507
2508
|
if action_result.ByteSize() > 0:
|
|
2508
|
-
self._update_action_result_retention(
|
|
2509
|
+
self._update_action_result_retention(
|
|
2510
|
+
action_result, retention_hours=self.action_result_retention_hours, instance_name=job.instance_name
|
|
2511
|
+
)
|
|
2509
2512
|
|
|
2510
2513
|
worker_duration = None
|
|
2511
2514
|
if job.worker_start_timestamp is not None and job.worker_completed_timestamp is not None:
|
|
@@ -2749,7 +2752,9 @@ class Scheduler:
|
|
|
2749
2752
|
except Exception as exc:
|
|
2750
2753
|
LOGGER.exception("Cannot publish resource usage.", tags=dict(job_name=job_name), exc_info=exc)
|
|
2751
2754
|
|
|
2752
|
-
def _update_action_retention(
|
|
2755
|
+
def _update_action_retention(
|
|
2756
|
+
self, action: Action, action_digest: Digest, retention_hours: float | None, instance_name: str
|
|
2757
|
+
) -> None:
|
|
2753
2758
|
if not self.asset_client or not retention_hours:
|
|
2754
2759
|
return
|
|
2755
2760
|
uri = DIGEST_URI_TEMPLATE.format(digest_hash=action_digest.hash)
|
|
@@ -2766,6 +2771,7 @@ class Scheduler:
|
|
|
2766
2771
|
expire_at=expire_at,
|
|
2767
2772
|
referenced_blobs=referenced_blobs,
|
|
2768
2773
|
referenced_directories=referenced_directories,
|
|
2774
|
+
instance_name=instance_name,
|
|
2769
2775
|
)
|
|
2770
2776
|
LOGGER.debug(
|
|
2771
2777
|
"Extended the retention of action.", tags=dict(digest=action_digest, retention_hours=retention_hours)
|
|
@@ -2774,7 +2780,9 @@ class Scheduler:
|
|
|
2774
2780
|
LOGGER.exception("Failed to push action as an asset.", tags=dict(digest=action_digest))
|
|
2775
2781
|
# Not a fatal path, don't reraise here
|
|
2776
2782
|
|
|
2777
|
-
def _update_action_result_retention(
|
|
2783
|
+
def _update_action_result_retention(
|
|
2784
|
+
self, action_result: ActionResult, retention_hours: float | None, instance_name: str
|
|
2785
|
+
) -> None:
|
|
2778
2786
|
if not self.asset_client or not retention_hours:
|
|
2779
2787
|
return
|
|
2780
2788
|
digest = None
|
|
@@ -2813,6 +2821,7 @@ class Scheduler:
|
|
|
2813
2821
|
expire_at=expire_at,
|
|
2814
2822
|
referenced_blobs=referenced_blobs,
|
|
2815
2823
|
referenced_directories=referenced_directories,
|
|
2824
|
+
instance_name=instance_name,
|
|
2816
2825
|
)
|
|
2817
2826
|
LOGGER.debug(
|
|
2818
2827
|
"Extended the retention of action result.", tags=dict(digest=digest, retention_hours=retention_hours)
|
|
@@ -123,7 +123,7 @@ def asset_service_channel(asset_service_remote: str) -> Iterator[grpc.Channel]:
|
|
|
123
123
|
|
|
124
124
|
@pytest.fixture
|
|
125
125
|
def asset_client(push_service, asset_service_channel: grpc.Channel) -> Iterator[AssetClient]:
|
|
126
|
-
yield AssetClient(asset_service_channel
|
|
126
|
+
yield AssetClient(asset_service_channel)
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
@pytest.fixture
|
|
@@ -378,7 +378,7 @@ def test_update_lease_state(controller, push_service: MockAssetPushServicer):
|
|
|
378
378
|
# check retention for queued action
|
|
379
379
|
assert job.action_digest in push_service.blobs
|
|
380
380
|
asset = push_service.blobs[job.action_digest]
|
|
381
|
-
assert asset.instance_name == "
|
|
381
|
+
assert asset.instance_name == "sql"
|
|
382
382
|
assert asset.uris == [f"nih:sha-256;{string_to_digest(job.action_digest).hash}"]
|
|
383
383
|
action = Action.FromString(job.action)
|
|
384
384
|
assert action.command_digest in asset.references_blobs
|
|
@@ -407,7 +407,7 @@ def test_update_lease_state(controller, push_service: MockAssetPushServicer):
|
|
|
407
407
|
action_result = scheduler.storage.get_message(string_to_digest(job.result), ExecuteResponse).result
|
|
408
408
|
result_digest = create_digest(action_result.SerializeToString())
|
|
409
409
|
result_asset = push_service.blobs[digest_to_string(result_digest)]
|
|
410
|
-
assert result_asset.instance_name == "
|
|
410
|
+
assert result_asset.instance_name == "sql"
|
|
411
411
|
assert result_asset.uris == [f"nih:sha-256;{result_digest.hash}"]
|
|
412
412
|
assert mock_stderr_digest in result_asset.references_blobs
|
|
413
413
|
assert result_asset.expire_at.ToDatetime() > datetime.datetime.now() + datetime.timedelta(hours=2)
|
|
@@ -567,7 +567,6 @@ def test_action_deduplication(controller):
|
|
|
567
567
|
def test_get_metadata_for_leases(controller):
|
|
568
568
|
scheduler = controller.execution_instance.scheduler
|
|
569
569
|
scheduler.logstream_channel = mock.MagicMock()
|
|
570
|
-
scheduler.logstream_instance = "testing"
|
|
571
570
|
|
|
572
571
|
with mock.patch("buildgrid.server.scheduler.impl.logstream_client", new=mock_logstream_client()):
|
|
573
572
|
bot_name, bot_id, operation_name, _ = mock_queue_job_action(scheduler)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/asset/v1/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/__init__.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/execution/v2/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/__init__.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/remote/logstream/v1/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2_grpc.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/bazel/semver/semver_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2_grpc.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2_grpc.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildbox/execution_stats_pb2_grpc_aio.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/identity_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/introspection_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2_grpc.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/messaging_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/monitoring_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/query_build_events_pb2_grpc.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/quota_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/build/buildgrid/scheduling_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/annotations_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2_grpc.pyi
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2_grpc_aio.py
RENAMED
|
File without changes
|
{buildgrid-0.3.0 → buildgrid-0.3.1}/buildgrid/_protos/google/api/field_behavior_pb2_grpc_aio.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|