Skip to content

Commit

Permalink
fix parameter name in benchmark-pull-request job (opensearch-project#…
Browse files Browse the repository at this point in the history
…4935)

Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 authored Aug 9, 2024
1 parent 2765399 commit 491d7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/opensearch/benchmark-pull-request.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ pipeline {
build job: 'benchmark-compare',
parameters: [
string(name:'BASELINE_TEST_EXECUTION_ID', value: "${benchmarkTestIds.baseline}"),
string(name:'BASELINE_TEST_EXECUTION_ID', value: "${benchmarkTestIds.contender}"),
string(name:'CONTENDER_TEST_EXECUTION_ID', value: "${benchmarkTestIds.contender}"),
string(name:'PULL_REQUEST_NUMBER', value: "${pull_request_number}"),
string(name:'REPOSITORY', value: "${repository}")
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
, returnStdout=true})
getCompareBenchmarkIds.echo(Latest test-execution-id: test-id)
benchmark-pull-request.string({name=BASELINE_TEST_EXECUTION_ID, value=test-id})
benchmark-pull-request.string({name=BASELINE_TEST_EXECUTION_ID, value=test-id})
benchmark-pull-request.string({name=CONTENDER_TEST_EXECUTION_ID, value=test-id})
benchmark-pull-request.string({name=PULL_REQUEST_NUMBER, value=1234})
benchmark-pull-request.string({name=REPOSITORY, value=opensearch-project/OpenSearch})
benchmark-pull-request.build({job=benchmark-compare, parameters=[null, null, null, null], wait=false, propagate=false})
Expand Down

0 comments on commit 491d7e4

Please sign in to comment.