commit | 0447f7ad74f8e7b4e35607dda8b7b630b5fc775c | [log] [tgz] |
---|---|---|
author | Florian Weikert <fwe@google.com> | Mon Oct 28 18:34:26 2024 +0100 |
committer | GitHub <noreply@github.com> | Mon Oct 28 18:34:26 2024 +0100 |
tree | 2a2d39f6801f4adf814ec2dc0e34d139cdb5e902 | |
parent | 4e747636a8b93820dc7704f80fe1e208dae789d3 [diff] |
Remove obsolete testing file (#2087)
diff --git a/buildkite/sim.py b/buildkite/sim.py deleted file mode 100644 index c33d9ca..0000000 --- a/buildkite/sim.py +++ /dev/null
@@ -1,8 +0,0 @@ -import os - -os.environ["BUILDKITE_ORGANIZATION_SLUG"] = "bazel" -os.environ["BUILDKITE_PIPELINE_SLUG"] = "bazel-bazel" -os.environ["BUILDKITE_BUILD_NUMBER"] = "29509" - -import bazelci -bazelci.print_shard_summary() \ No newline at end of file