Skip to content

Add Datadog Synthetics CI workflow - #1

Merged
jbisaccia-9 merged 1 commit into
mainfrom
ci/datadog-synthetics
Aug 25, 2026
Merged

Add Datadog Synthetics CI workflow#1
jbisaccia-9 merged 1 commit into
mainfrom
ci/datadog-synthetics

Conversation

@jbisaccia-9

Copy link
Copy Markdown
Owner

Summary

  • Adds .github/workflows/datadog-synthetics.yml, matching the template already in use on identity-gate
  • Triggers Datadog's hosted synthetic/e2e tests on push and PR to main
  • Gated on DD_API_KEY / DD_APP_KEY repo secrets — not yet added
  • continue-on-error: true on the Datadog step so CI stays green on this public repo until those secrets are in place; safe to remove once they are

Test plan

  • Add DD_API_KEY and DD_APP_KEY as repo secrets
  • Confirm the workflow run succeeds (or drop continue-on-error once it does)

🤖 Generated with Claude Code

Runs Datadog's hosted synthetic/e2e tests on push and PR to main, gated
on the DD_API_KEY / DD_APP_KEY repo secrets (not yet added).
continue-on-error keeps CI green until those secrets are in place.

Co-Authored-By: Claude <noreply@anthropic.com>
@jbisaccia-9
jbisaccia-9 merged commit 953bbcb into main Aug 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant