Skip to content
Merged
Show file tree
Hide file tree
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
52 changes: 0 additions & 52 deletions hugo/local/bin/py/build/configurations/pull_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,58 +156,6 @@
aliases:
- /serverless/serverless_integrations/macro/

- repo_name: datadog-ci
contents:
- action: pull-and-push-file
branch: master
globs:
- 'packages/plugin-lambda/README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'cli.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci/blob/master/packages/plugin-lambda/README.md"]
title: Datadog Serverless CLI
aliases:
- /serverless/datadog_lambda_library/
- /serverless/serverless_integrations/cli/
- action: pull-and-push-file
branch: master
globs:
- 'packages/plugin-cloud-run/README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'cli-cloud-run.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci/blob/master/packages/plugin-cloud-run/README.md"]
title: Datadog Serverless CLI for Cloud Run
- action: pull-and-push-file
branch: master
globs:
- 'packages/plugin-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/packages/plugin-synthetics/README.md"]
title: Continuous Testing and CI/CD Configuration
description: Configure Continuous Testing to run tests in your CI/CD pipelines.
aliases:
- /synthetics/cicd_integrations/configuration
further_reading:
- link: "https://www.datadoghq.com/blog/datadog-github-action-synthetics-ci-visibility/"
tag: "Blog"
text: "Use Datadog's GitHub Action to add continuous testing to workflows"
- link: "/continuous_testing/cicd_integrations"
tag: "Documentation"
text: "Learn about Continuous Testing and CI/CD"
- link: "/continuous_testing/explorer"
tag: "Documentation"
text: "Learn about the Synthetic Monitoring & Testing Results Explorer"
- link: "/continuous_testing/testing_tunnel"
tag: "Documentation"
text: "Learn about the Continuous Testing Tunnel"

- repo_name: datadog-cdk-constructs
contents:
- action: pull-and-push-file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,59 +182,7 @@
title: Datadog Serverless Macro
aliases:
- /serverless/serverless_integrations/macro/

- repo_name: datadog-ci
contents:
- action: pull-and-push-file
branch: master
globs:
- 'packages/plugin-lambda/README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'cli.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci/blob/master/packages/plugin-lambda/README.md"]
title: Datadog Serverless CLI
aliases:
- /serverless/datadog_lambda_library/
- /serverless/serverless_integrations/cli/
- action: pull-and-push-file
branch: master
globs:
- 'packages/plugin-cloud-run/README.md'
options:
dest_path: '/serverless/libraries_integrations/'
file_name: 'cli-cloud-run.md'
front_matters:
dependencies: ["https://github.com/DataDog/datadog-ci/blob/master/packages/plugin-cloud-run/README.md"]
title: Datadog Serverless CLI for Cloud Run
- action: pull-and-push-file
branch: master
globs:
- 'packages/plugin-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/packages/plugin-synthetics/README.md"]
title: Continuous Testing and CI/CD Configuration
description: Configure Continuous Testing to run tests in your CI/CD pipelines.
aliases:
- /synthetics/cicd_integrations/configuration
further_reading:
- link: "https://www.datadoghq.com/blog/datadog-github-action-synthetics-ci-visibility/"
tag: "Blog"
text: "Use Datadog's GitHub Action to add continuous testing to workflows"
- link: "/continuous_testing/cicd_integrations"
tag: "Documentation"
text: "Learn about Continuous Testing and CI/CD"
- link: "/continuous_testing/explorer"
tag: "Documentation"
text: "Learn about the Synthetic Monitoring & Testing Results Explorer"
- link: "/continuous_testing/testing_tunnel"
tag: "Documentation"
text: "Learn about the Testing Tunnel"


- repo_name: datadog-cdk-constructs
contents:
- action: pull-and-push-file
Expand Down
Loading