File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 22 - package
33 - tests-gen
44 - tests-trigger
5+ - quality-gate
56 - shared-pipeline
67 - benchmarks
78 - macrobenchmarks
@@ -87,3 +88,17 @@ deploy_to_di_backend:manual:
8788 UPSTREAM_COMMIT_AUTHOR : $CI_COMMIT_AUTHOR
8889 UPSTREAM_TAG : $CI_COMMIT_TAG
8990 UPSTREAM_PACKAGE_JOB : build
91+
92+ check_new_flaky_tests :
93+ stage : quality-gate
94+ extends : .testrunner
95+ script :
96+ - curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci
97+ - export DD_SITE=datadoghq.com
98+ - export DD_API_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.${CI_PROJECT_NAME}.dd-api-key-qualitygate --with-decryption --query "Parameter.Value" --out text)
99+ - export DD_APP_KEY=$(aws ssm get-parameter --region us-east-1 --name ci.${CI_PROJECT_NAME}.dd-app-key-qualitygate --with-decryption --query "Parameter.Value" --out text)
100+ - datadog-ci gate evaluate
101+ except :
102+ - main
103+ - ' [0-9].[0-9]*'
104+ - ' mq-working-branch**'
You can’t perform that action at this time.
0 commit comments