Skip to content

Commit

Permalink
Test job
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <divyaasm@amazon.com>
  • Loading branch information
Divyaasm committed Apr 4, 2024
1 parent c6b61f1 commit 532147a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions jenkins/opensearch/benchmark-test-endpoint.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,10 @@ parameters {
script {
echo "CLUSTER_ENDPOINT: ${CLUSTER_ENDPOINT}"
echo "security-enabled: ${SECURITY_ENABLED}"
insecure = !(params.SECURITY_ENABLED)
echo "${insecure}"


/*runBenchmarkTestScript(
runBenchmarkTestScript(
endpoint: CLUSTER_ENDPOINT,
insecure: false ,
insecure: !(params.SECURITY_ENABLED) ,
username: USERNAME,
password: PASSWORD,
workload: TEST_WORKLOAD,
Expand All @@ -132,7 +129,7 @@ parameters {
captureNodeStat: CAPTURE_NODE_STAT,
captureSegmentReplicationStat: CAPTURE_SEGMENT_REPLICATION_STAT,
telemetryParams: TELEMETRY_PARAMS
)*/
)
}
}
post {
Expand Down

0 comments on commit 532147a

Please sign in to comment.