Skip to content

Commit 90f5d3e

Browse files
committed
Fix gitlab pipeline
1 parent c21df48 commit 90f5d3e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ stages:
4343
- generate-signing-key
4444

4545
variables:
46-
# TODO: remove after apm-sdks-benchmarks PR merges
47-
APM_SDKS_BENCHMARKS_BRANCH: "sarahchen6/bring-back-comparisons"
4846
# Gitlab runner features; see https://docs.gitlab.com/runner/configuration/feature-flags.html
4947
# Fold and time all script sections
5048
FF_SCRIPT_SECTIONS: 1

.gitlab/java-benchmark-configs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,13 @@ linux-java-dacapo-parallel-1:
8383
linux-java-dacapo-parallel-2:
8484
needs: ["publish-artifacts-to-s3"]
8585
rules: *parallel_benchmark_rules
86+
variables:
87+
<<: *benchmark_branch_override
88+
89+
java-post-pr-comment-startup:
90+
variables:
91+
<<: *benchmark_branch_override
92+
93+
java-post-pr-comment-load-dacapo:
94+
variables:
8695
<<: *benchmark_branch_override

0 commit comments

Comments
 (0)