Skip to content

Add Datadog Synthetic tests workflow#44196

Open
kerrrang9214-tech wants to merge 2 commits intogithub:mainfrom
kerrrang9214-tech:main
Open

Add Datadog Synthetic tests workflow#44196
kerrrang9214-tech wants to merge 2 commits intogithub:mainfrom
kerrrang9214-tech:main

Conversation

@kerrrang9214-tech
Copy link
Copy Markdown

@kerrrang9214-tech kerrrang9214-tech commented May 9, 2026

This workflow triggers Datadog Synthetic tests on push and pull request events to the main branch.

Why:

Closes:

What's being changed (if available, include any code snippets, screenshots, or gifs):

Check off the following:

  • A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • The changes in this PR meet the docs fundamentals that are required for all content.
  • All CI checks are passing and the changes look good in the review environment.

This workflow triggers Datadog Synthetic tests on push and pull request events to the main branch.
Copilot AI review requested due to automatic review settings May 9, 2026 01:36
@welcome
Copy link
Copy Markdown

welcome Bot commented May 9, 2026

Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

@github-actions github-actions Bot added the triage Do not begin working on this issue until triaged by the team label May 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

This pull request contains code changes, so we will not generate a table of review links.

🤖 This comment is automatically generated.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:

  • .github/workflows/datadog-synthetics.yml

You'll need to revert all of the files you changed that match that list using GitHub Desktop or git checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process. :octocat:

The complete list of files we can't accept are:

  • .devcontainer/**
  • .github/**
  • data/reusables/rai/**
  • Dockerfile*
  • src/**
  • package*.json
  • content/actions/how-tos/security-for-github-actions/security-hardening-your-deployments/**

We also can't accept contributions to files in the content directory with frontmatter contentType: rai.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new GitHub Actions workflow to run Datadog Synthetic tests when changes are pushed to main or when pull requests target main.

Changes:

  • Introduces .github/workflows/datadog-synthetics.yml to run Datadog Synthetics via DataDog/synthetics-ci-github-action.
  • Configures triggers for push and pull_request events on the main branch.
  • Uses repository secrets (DD_API_KEY, DD_APP_KEY) and a tag-based search query (tag:e2e-tests) to select tests.

Comment thread .github/workflows/datadog-synthetics.yml Outdated
Comment thread .github/workflows/datadog-synthetics.yml Outdated
Comment on lines +34 to +36
api_key: ${{secrets.DD_API_KEY}}
app_key: ${{secrets.DD_APP_KEY}}
test_search_query: 'tag:e2e-tests' #Modify this tag to suit your tagging strategy
branches: [ "main" ]
pull_request:
branches: [ "main" ]

branches: [ "main" ]

jobs:
build:
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:

  • .github/workflows/datadog-synthetics.yml

You'll need to revert all of the files you changed that match that list using GitHub Desktop or git checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process. :octocat:

The complete list of files we can't accept are:

  • .devcontainer/**
  • .github/**
  • data/reusables/rai/**
  • Dockerfile*
  • src/**
  • package*.json
  • content/actions/how-tos/security-for-github-actions/security-hardening-your-deployments/**

We also can't accept contributions to files in the content directory with frontmatter contentType: rai.

@kerrrang9214-tech kerrrang9214-tech marked this pull request as draft May 9, 2026 09:53
@kerrrang9214-tech kerrrang9214-tech marked this pull request as ready for review May 9, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage Do not begin working on this issue until triaged by the team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants