File tree 1 file changed +0
-32
lines changed
1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -44,38 +44,6 @@ run-tests-trigger:
44
44
job : tests-gen
45
45
strategy : depend
46
46
47
- microbenchmarks :
48
- stage : benchmarks
49
- needs : [ ]
50
- trigger :
51
- include : .gitlab/benchmarks/microbenchmarks.yml
52
- strategy : depend
53
-
54
- macrobenchmarks :
55
- stage : benchmarks
56
- needs : [ ]
57
- trigger :
58
- include : .gitlab/benchmarks/macrobenchmarks.yml
59
- allow_failure : true
60
- rules :
61
- - if : $CI_PIPELINE_SOURCE == "schedule"
62
- when : always
63
- - when : manual
64
-
65
- check_new_flaky_tests :
66
- stage : tests
67
- needs : ["run-tests-trigger"]
68
- extends : .testrunner
69
- script :
70
- - export DD_SITE=datadoghq.com
71
- - 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)
72
- - 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)
73
- - datadog-ci gate evaluate
74
- except :
75
- - main
76
- - ' [0-9].[0-9]*'
77
- - ' mq-working-branch**'
78
-
79
47
requirements_json_test :
80
48
rules :
81
49
- when : on_success
You can’t perform that action at this time.
0 commit comments