Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
256 changes: 160 additions & 96 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions services/orchestrator/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Licensed under the Apache-2.0 license
# SPDX-License-Identifier: Apache-2.0

# Orchestrator service — top-level build file.
#
# The resiliency state machine component lives under //services/orchestrator/sm.
# This file will contain the runner and platform-integration targets once they
# are implemented.

package(default_visibility = ["//visibility:public"])
Loading
Loading