Skip to content

Commit bfc63e0

Browse files
authored
Fix the benchmarks (#272)
* Fix the benchmarks * Fix
1 parent 41fcf55 commit bfc63e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ trigger_internal_build:
77
allow_failure: false
88
variables:
99
DOWNSTREAM_BRANCH: "main"
10+
UPSTREAM_PROJECT: ${CI_PROJECT_PATH}
11+
UPSTREAM_PROJECT_NAME: ${CI_PROJECT_NAME}
12+
UPSTREAM_BRANCH: ${CI_COMMIT_BRANCH}
13+
UPSTREAM_COMMIT_SHA: ${CI_COMMIT_SHA}
1014
DDPROF_DEFAULT_BRANCH: "main"
1115
DDPROF_COMMIT_BRANCH: ${CI_COMMIT_BRANCH}
1216
DDROF_COMMIT_SHA: ${CI_COMMIT_SHA}
@@ -17,4 +21,4 @@ trigger_internal_build:
1721
strategy: depend
1822
branch: $DOWNSTREAM_BRANCH
1923
forward:
20-
pipeline_variables: true
24+
pipeline_variables: true

0 commit comments

Comments
 (0)