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 9f23747 commit bd483acCopy full SHA for bd483ac
.gitlab/benchmarks.yml
@@ -97,6 +97,10 @@ benchmarks-post-results:
97
- platform/artifacts/
98
expire_in: 3 months
99
variables:
100
+ UPSTREAM_PROJECT_ID: $CI_PROJECT_ID # The ID of the current project. This ID is unique across all projects on the GitLab instance.
101
+ UPSTREAM_PROJECT_NAME: $CI_PROJECT_NAME # "dd-trace-java"
102
+ UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME # The branch or tag name for which project is built.
103
+ UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA # The commit revision the project is built for.
104
FF_USE_LEGACY_KUBERNETES_EXECUTION_STRATEGY: "true"
105
106
dsm-kafka-producer-benchmark:
0 commit comments