buildprint


Namebuildprint JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/jmelahman/buildprint
SummaryPrint from a build blueprint
upload_time2022-12-25 04:19:41
maintainer
docs_urlNone
authorJamison Lahman
requires_python
licenseMIT
keywords bazel bazelbuild buildtools tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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?

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jmelahman/buildprint",
    "name": "buildprint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "bazel,bazelbuild,buildtools,tools",
    "author": "Jamison Lahman",
    "author_email": "jamison@lahman.dev",
    "download_url": "https://files.pythonhosted.org/packages/08/69/f1aed8dfb401a2b8ac1228510e2d67e130bfb7e5369d23eddd515f7429cf/buildprint-0.0.3.tar.gz",
    "platform": null,
    "description": "# Buildprint\n\nObjectives:\n\n- High-level abstraction on top of builkdite\n  - https://buildkite.com/blog/how-bazel-built-its-ci-system-on-top-of-buildkite\n- handles sharding natively\n  - https://github.com/philwo/bazel-utils/blob/main/sharding/sharding.py for reference\n- Suppports a culprit finder (stretch goal)\n- Can run locally\n  - This might be obsolete if I can figure out how to execute a pipeline with the buildite-agent locally\n- Two staged upload:\n  - git-based \"smoke tests\" then bazel-based full suite.\n  - ideally this is one step with the git-based operations in the background\n    - any way to immediately determine bazel is unrequired is a +\n  - This need bazel-diff integration to this end\n    - If it does, consider using worktrees to execute bazel-diff in\n- has a public schema that can be used for validation\n  - proto-backed?\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Print from a build blueprint",
    "version": "0.0.3",
    "split_keywords": [
        "bazel",
        "bazelbuild",
        "buildtools",
        "tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0f07365a04f4e9b5185257c4829e65cc",
                "sha256": "ec4372a9901e7b9a56fc07a8be4db2f7ae69cb760296ef11d8269f39d5115f5c"
            },
            "downloads": -1,
            "filename": "buildprint-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0f07365a04f4e9b5185257c4829e65cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2486,
            "upload_time": "2022-12-25T04:19:41",
            "upload_time_iso_8601": "2022-12-25T04:19:41.552497Z",
            "url": "https://files.pythonhosted.org/packages/08/69/f1aed8dfb401a2b8ac1228510e2d67e130bfb7e5369d23eddd515f7429cf/buildprint-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 04:19:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jmelahman",
    "github_project": "buildprint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "buildprint"
}
        
Elapsed time: 0.02422s