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

Alan-Jowett / sonde / 25877501608
81%

Build:
DEFAULT BRANCH: main
Ran 14 May 2026 06:29PM UTC
Jobs 1
Files 124
Run time 1min
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

14 May 2026 06:20PM UTC coverage: 83.044% (+0.02%) from 83.027%
25877501608

push

github

web-flow
fix(ci): retry \config-zip\ on transient failures in Azure Live CI (#914)

* fix(ci): retry config-zip on transient failures in Azure Live CI

The Azure Live CI deployment step tried config-zip exactly once and,
on failure, fell through to a poll-only activation probe that never
retried the deployment. A transient Bad Request from Azure guaranteed
a 300-second timeout.

Changes:
- Add a readiness wait that polls z functionapp show --query state
  for up to 120s before attempting deployment
- Retry config-zip up to 4 times with exponential backoff (15s, 30s,
  60s) on transient failures
- Interleave activation probes with deploy retries: 120s after a
  successful deploy, 30s after a failed one
- Stop retrying deployment after a successful config-zip (only
  retry on failure)
- Guard against non-numeric activation probe output
- Include diagnostic context (last exit code, app state) in the
  final error message

Fixes #912

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

* fix(ci): override bootstrap ENTRYPOINT for SPA deploy in Azure Live CI

The \docker run sonde-azure-bootstrap:ci sh -c '...'\ command did not
override the Dockerfile ENTRYPOINT. Docker appended \sh -c '...'\ as
arguments to \ootstrap.sh\, which then ran \z login --use-device-code\
and hung waiting for interactive authentication.

Fix: add \--entrypoint sh\ so the container runs the \swa deploy\
command directly with the deployment token obtained from the host.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>

---------

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

34283 of 41283 relevant lines covered (83.04%)

194.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25877501608.1 14 May 2026 06:29PM UTC 124
83.04
GitHub Action Run
Source Files on build 25877501608
  • Tree
  • List 124
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25877501608
  • 2f39d0ea on github
  • Prev Build on main (#25838120792)
  • Next Build on main (#25878959659)
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