chore: nightly serverless-init builds#1135
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a scheduled GitHub Actions workflow to build and publish nightly serverless-init images to GHCR, with retry and Slack notification on repeated failure.
Changes:
- Introduces a nightly (cron + manual) workflow that builds
serverless-initbinaries fromdatadog-agent/mainand pushes multi-arch images. - Adds automatic retry via
retry-workflow.ymland posts a Slack alert after the second failed attempt.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| on: | ||
| schedule: | ||
| # 2 AM UTC (~9 PM ET), daily |
There was a problem hiding this comment.
The timezone note is inaccurate during daylight saving time (2 AM UTC is ~10 PM ET during EDT and ~9 PM during EST). Consider updating the comment to avoid confusion (e.g., "~9–10 PM ET" or omit the ET conversion).
| # 2 AM UTC (~9 PM ET), daily | |
| # 2 AM UTC (~9–10 PM ET), daily |
Overview
We'll be using this to check serverless-init against the latest main datadog agent nightly.