Skip to content

Preview datadog-ci #29368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions local/bin/py/build/configurations/pull_config_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,27 +281,27 @@
- repo_name: synthetics-test-automation-bitrise-step-upload-application
contents:
- action: pull-and-push-file
branch: main
branch: corentin.girard/SYNTH-19786/align-datadog-site
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'bitrise_upload.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-test-automation-bitrise-step-upload-application/blob/main/README.md"]
dependencies: ["https://github.com/DataDog/synthetics-test-automation-bitrise-step-upload-application/blob/corentin.girard/SYNTH-19786/align-datadog-site/README.md"]
title: Continuous Testing and Bitrise

- repo_name: synthetics-test-automation-bitrise-step-run-tests
contents:
- action: pull-and-push-file
branch: main
branch: corentin.girard/SYNTH-19786/align-datadog-site
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'bitrise_run.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-test-automation-bitrise-step-run-tests/blob/main/README.md"]
dependencies: ["https://github.com/DataDog/synthetics-test-automation-bitrise-step-run-tests/blob/corentin.girard/SYNTH-19786/align-datadog-site/README.md"]
title: Continuous Testing and Bitrise


Expand Down Expand Up @@ -336,14 +336,14 @@
- /serverless/datadog_lambda_library/
- /serverless/serverless_integrations/cli/
- action: pull-and-push-file
branch: master
branch: corentin.girard/align-upload-section
globs:
- 'src/commands/synthetics/README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'configuration.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci/blob/master/src/commands/synthetics/README.md"]
dependencies: ["https://github.com/DataDog/datadog-ci/blob/corentin.girard/align-upload-section/src/commands/synthetics/README.md"]
title: Continuous Testing and CI/CD Configuration
description: Configure Continuous Testing to run tests in your CI/CD pipelines.
aliases:
Expand Down Expand Up @@ -407,14 +407,14 @@
- repo_name: datadog-ci-azure-devops
contents:
- action: pull-and-push-file
branch: main
branch: corentin.girard/SYNTH-19786/align-datadog-site
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'azure_devops_extension.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci-azure-devops/blob/main/README.md"]
dependencies: ["https://github.com/DataDog/datadog-ci-azure-devops/blob/corentin.girard/SYNTH-19786/align-datadog-site/README.md"]
title: Continuous Testing and Datadog CI Azure DevOps Extension
description: Use the Synthetics and Datadog CI extension to create tasks that you can use in a CI pipeline.
aliases:
Expand All @@ -423,29 +423,29 @@
- repo_name: synthetics-ci-github-action
contents:
- action: pull-and-push-file
branch: main
branch: corentin.girard/SYNTH-19786/align-datadog-site
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'github_actions.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-ci-github-action/blob/main/README.md"]
dependencies: ["https://github.com/DataDog/synthetics-ci-github-action/blob/corentin.girard/SYNTH-19786/align-datadog-site/README.md"]
title: Continuous Testing and GitHub Actions
aliases:
- /synthetics/cicd_integrations/github_actions

- repo_name: synthetics-test-automation-circleci-orb
contents:
- action: pull-and-push-file
branch: main
branch: corentin.girard/SYNTH-19786/align-datadog-site
globs:
- 'README.md'
options:
dest_path: '/continuous_testing/cicd_integrations/'
file_name: 'circleci_orb.md'
front_matters:
dependencies: ["https://github.com/DataDog/synthetics-test-automation-circleci-orb/blob/main/README.md"]
dependencies: ["https://github.com/DataDog/synthetics-test-automation-circleci-orb/blob/corentin.girard/SYNTH-19786/align-datadog-site/README.md"]
title: Continuous Testing and CircleCI Orb
aliases:
- /synthetics/cicd_integrations/circleci_orb
Expand Down
Loading