Metadata-Version: 2.1
Name: buildprint
Version: 0.0.2
Summary: Print from a build blueprint
Home-page: https://github.com/jmelahman/buildprint
Download-URL: https://github.com/jmelahman/buildprint/archive/refs/tags/v0.0.2.tar.gz
Author: Jamison Lahman
Author-email: jamison@lahman.dev
License: MIT
Keywords: bazel,bazelbuild,buildtools,tools
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Topic :: System :: Software Distribution
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Buildprint

Objectives:

- High-level abstraction on top of builkdite
  - https://buildkite.com/blog/how-bazel-built-its-ci-system-on-top-of-buildkite
- handles sharding natively
  - https://github.com/philwo/bazel-utils/blob/main/sharding/sharding.py for reference
- Suppports a culprit finder (stretch goal)
- Can run locally
  - This might be obsolete if I can figure out how to execute a pipeline with the buildite-agent locally
- Two staged upload:
  - git-based "smoke tests" then bazel-based full suite.
  - ideally this is one step with the git-based operations in the background
    - any way to immediately determine bazel is unrequired is a +
  - This need bazel-diff integration to this end
    - If it does, consider using worktrees to execute bazel-diff in
- has a public schema that can be used for validation
  - proto-backed?
