Skip to content

Commit

Permalink
Hardcode the aws cdk versions (#388)
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Kala <[email protected]>
  • Loading branch information
ankitkala authored May 2, 2022
1 parent 2c61666 commit e0dbe95
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
13 changes: 8 additions & 5 deletions perf_workflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ cerberus
pipenv
requests
retry
aws_cdk.core
aws_cdk.aws_ec2
aws_cdk.aws_iam
aws_cdk.aws_logs
aws_cdk.aws_autoscaling
ndg-httpsclient
pyopenssl
pyasn1
aws_cdk.core~=1.143.0
aws_cdk.aws_ec2~=1.143.0
aws_cdk.aws_iam~=1.143.0
aws_cdk.aws_logs~=1.143.0
aws_cdk.aws_autoscaling~=1.143.0
git+https://[email protected]/opensearch-project/opensearch-build@main
1 change: 1 addition & 0 deletions perf_workflow/run_perf_suite/ccr_perf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import requests
from git.git_repository import GitRepository
from requests.auth import HTTPBasicAuth
from retry.api import retry_call
from system.temporary_directory import TemporaryDirectory
from system.working_directory import WorkingDirectory
from test_workflow.perf_test.perf_multi_node_cluster import PerfMultiNodeCluster
Expand Down

0 comments on commit e0dbe95

Please sign in to comment.