fix(guide-ci): Slack notify must not fail the deploy #9

Merged
hiveiq merged 2 commits from fix/slack-notify-nonfatal into develop 2026-07-08 14:23:06 -04:00

2 Commits

Author SHA1 Message Date
johannes e1fcd4c00b fix(guide-ci): make Slack notify step non-fatal + reachability probe
The Notify Slack step could fail the whole job (turning a successful deploy
red, as just happened). A notification must never fail a deploy:
- continue-on-error: true on the step
- curl captures HTTP code and never propagates a non-zero exit (|| echo)
- logs "slack notify HTTP: <code>" so we can see if the runner reaches Slack
- first commit line via ${VAR%%$'\n'*} param-expansion (no head pipe)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 14:20:32 -04:00
johannes 1037614364 docs(guide): remove legacy SmartJournal reference
Reword journal Overview to drop the 'legacy SmartJournal dependency' mention
and remove smartjournal from the coverage-reconcile deprecated skip-list.
qds-monitor stays in the skip-list (deprecated, intentionally undocumented).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 14:18:23 -04:00