Skip to content

Commit eb34ff3

Browse files
committed
test
1 parent f1ee4eb commit eb34ff3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitlab/benchmarks/microbenchmarks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ run-benchmarks:
7979
id_tokens:
8080
DDOCTOSTS_ID_TOKEN:
8181
aud: dd-octo-sts
82+
# TODO: Revert to the commented lines before merging
8283
when: manual
8384
# rules:
8485
# - when: on_success
@@ -95,7 +96,11 @@ run-benchmarks:
9596
BP_INFRA_ARTIFACTS_BUCKET_NAME: "windows-benchmarking-results-us-east-1"
9697

9798
# Whether to cleanup ephemeral instances after benchmarks are run
98-
CLEANUP: "true"
99+
# TODO: Revert to true before merging
100+
CLEANUP: "false"
101+
102+
# TODO: Remove before merging
103+
BP_INFRA_TEST: "false"
99104
before_script:
100105
- !reference [.dd-octo-sts-setup, before_script]
101106
script:

0 commit comments

Comments
 (0)