Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add performance test scripts #1671

Merged
merged 21 commits into from
Apr 4, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
7affa4d
Add performance test scripts
kotwanikunal Feb 24, 2022
e93c8c7
Merge branch 'main' into perf-test
kotwanikunal Mar 2, 2022
7247194
Merge branch 'main' into perf-test
kotwanikunal Mar 2, 2022
440051d
Merge branch 'opensearch-project:main' into perf-test
kotwanikunal Mar 7, 2022
1347f5c
Update agent to docker
kotwanikunal Mar 3, 2022
5513bbf
Update parameter descriptions
kotwanikunal Mar 8, 2022
9fef51e
Merge branch 'opensearch-project:main' into perf-test
kotwanikunal Mar 11, 2022
7648533
Merge branch 'opensearch-project:main' into perf-test
kotwanikunal Mar 18, 2022
4f06122
Add parallel stages for performance tests, add tests
kotwanikunal Mar 18, 2022
57c8977
Update tests as per Python3.7
kotwanikunal Mar 18, 2022
e65e19e
Merge branch 'opensearch-project:main' into perf-test
kotwanikunal Mar 22, 2022
eee81d0
Add conditional stage for performance tests
kotwanikunal Mar 22, 2022
dea8876
Merge branch 'opensearch-project:main' into perf-test
kotwanikunal Mar 25, 2022
f9f5674
Add detailed job tests for performance tests
kotwanikunal Mar 25, 2022
c01ea40
Fix agent label for notifications
kotwanikunal Mar 25, 2022
75e8d53
Merge branch 'opensearch-project:main' into perf-test
kotwanikunal Mar 25, 2022
74bf99a
Run tests against actual Jenkins perf-test job
kotwanikunal Mar 25, 2022
a19db11
Update secure mode flag name, pythonify branch code
kotwanikunal Apr 1, 2022
fad13db
Fix notifications for perf-tests
kotwanikunal Apr 4, 2022
f79d5bd
Merge branch 'opensearch-project:main' into perf-test
kotwanikunal Apr 4, 2022
a2a40d5
Update perf-test jenkins call stack
kotwanikunal Apr 4, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pytest = "*"
coverage = "~=4.5.4"
pytest-cov = "~=2.10.0"
jproperties = "~=2.1.1"
retry = "~=0.9"
sortedcontainers = "*"
cerberus = "~=1.3.4"
psutil = "~=5.8"
Expand Down
148 changes: 62 additions & 86 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading