mirror of https://github.com/pulumi/pulumi.git
2.2 KiB
2.2 KiB
Bazel PoC checklist
Actions
- Stub out a Nix setup to provide pinned Bazel version and other tools
- Basic Bazel
WORKSPACE
rules_nixpkgs
to pin toolchains inWORKSPACE
for core languages/etc.- Go
- Python
- NodeJS/TypeScript
- .Net (not currently in the repo)
- Java (not currently in the repo)
rules_python
for Pythonrules_js
andrules_ts
for NodeJS- Go libraries and applications
- Gazelle set up for
BUILD.bazel
management (maybe) - All building
- All tests passing
- Gazelle set up for
- NodeJS/TypeScript SDK
- Building
- Tests passing
- Packaging and release
- Python SDK
- Building
- Tests passing
- Packaging and release
- Go SDK
- Building
- Tests passing
- Packaging and release
- .Net SDK
- Building
- Tests passing
- Packaging and release
- Java SDK
- Building
- Tests passing
- Packaging and release
- YAML
- What does this even look like
- TF Bridge
- Pull into repo
- Building
- Tests passing
- Packaging and release
- Providers (in-repo)
- Pull a few into the repo
- Get them building against
HEAD
- Can we sort a package and release process?
- Do tests run correctly; are we caching efficiently?
- Providers (out of repo)
- How do they build/depend on us? Custom rules?
- Can we trigger downstream efficiently or the like?
- Docs
- Pull into repo
- Building
- Tests passing
- Packaging and release
- Service
- Pull into repo
- Building
- Tests passing
- Packaging and release
- AI
- Pull into repo
- Building
- Tests passing
- Packaging and release
- GitHub actions/Bazel infrastructure
- Efficiently running the right things and only what's needed
- Caching?
- Workflows
- Can I still work across all the bits neatly?
- Does my IDE still work? LSP?
- What does debugging look like? Tests?
- Is performance acceptable? (Assuming it's worse?)
- Does Nix play nice on our platforms?
- Can we do "ecosystem wide" smoke testing now? How?