We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ee4eb commit eb34ff3Copy full SHA for eb34ff3
.gitlab/benchmarks/microbenchmarks.yml
@@ -79,6 +79,7 @@ run-benchmarks:
79
id_tokens:
80
DDOCTOSTS_ID_TOKEN:
81
aud: dd-octo-sts
82
+ # TODO: Revert to the commented lines before merging
83
when: manual
84
# rules:
85
# - when: on_success
@@ -95,7 +96,11 @@ run-benchmarks:
95
96
BP_INFRA_ARTIFACTS_BUCKET_NAME: "windows-benchmarking-results-us-east-1"
97
98
# Whether to cleanup ephemeral instances after benchmarks are run
- CLEANUP: "true"
99
+ # TODO: Revert to true before merging
100
+ CLEANUP: "false"
101
+
102
+ # TODO: Remove before merging
103
+ BP_INFRA_TEST: "false"
104
before_script:
105
- !reference [.dd-octo-sts-setup, before_script]
106
script:
0 commit comments