Skip to content

Commit

Permalink
Add more changes
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed May 7, 2024
1 parent 037646d commit c48c44f
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-test-endpoint.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ parameters {
captureSegmentReplicationStat: CAPTURE_SEGMENT_REPLICATION_STAT,
telemetryParams: TELEMETRY_PARAMS
)
stash includes: 'test_execution.*', name: "benchmark"
stash includes: 'test_execution*.csv', name: "benchmark"

}
}
Expand Down
2 changes: 1 addition & 1 deletion src/test_workflow/benchmark_test/benchmark_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self) -> None:
parser.add_argument("--without-security", dest="insecure", action="store_true",
help="Force the security of the cluster to be disabled.", default=False)
parser.add_argument("--keep", dest="keep", action="store_true",
help="Do not delete the working temporary directory.", default=True)
help="Do not delete the working temporary directory.")
parser.add_argument("--single-node", dest="single_node", action="store_true",
help="Is this a single node cluster")
parser.add_argument("--min-distribution", dest="min_distribution", action="store_true",
Expand Down

0 comments on commit c48c44f

Please sign in to comment.