• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

astronomer / astro-cli / 901b2ff3-dd6d-4365-97f8-36429362b7c5
45%
main: 45%

Build:
Build:
LAST BUILD BRANCH: julianlaneve/standalone-pump-hardening
DEFAULT BRANCH: main
Ran 22 Apr 2026 04:46PM UTC
Jobs 1
Files 193
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
901b2ff3-dd6d-4365-97f8-36429362b7c5

Pull #2093

circleci

jeremybeard
Stop inventing defaults for optional create-deployment fields

The CLI was pre-filling fields that the user hadn't supplied on
`astro deployment create` and on `--deployment-file` imports:

- SchedulerSize: forced to SMALL when the user omitted --scheduler-size.
- Hybrid SchedulerAU / SchedulerReplicas: forced to 5 / 1 when the user
  omitted --scheduler-au / --scheduler-replicas.
- WorkerQueues: a synthetic "default" queue with hard-coded A5 machine
  was attached on Celery/Astro executor, and a Celery-equivalent queue
  was attached on Hybrid.
- Hybrid Kubernetes TaskPodNodePoolId: the CLI looked up the cluster's
  first node pool and pinned it.

All four fields are optional on v1. The server is responsible for
applying defaults; the CLI should send what the user asked for and
nothing more. This also lets the server change its defaults without
the CLI needing a release.

Client-side hybrid scheduler validation now only runs when the user
supplied both values, so partial inputs reach the server (which will
either fill in the other or reject with its own message).
Pull Request #2093: Migrate CLI to v1 public API; retire v1beta1 and v1alpha1 (except IDE)

23667 of 51464 relevant lines covered (45.99%)

8.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 901b2ff3-dd6d-4365-97f8-36429362b7c5.1 22 Apr 2026 04:46PM UTC 193
45.99
Source Files on build 901b2ff3-dd6d-4365-97f8-36429362b7c5
  • Tree
  • List 193
  • Changed 53
  • Source Changed 52
  • Coverage Changed 40
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • CircleCI Build #901B2FF3...
  • Pull Request #2093
  • PR Base - main (#A8E1C522...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc