Skip to content

Commit

Permalink
Lower concurrent test count for vsphere to 60 (#8886)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavmpandey08 authored Oct 22, 2024
1 parent 3b73e61 commit f142bd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
env:
variables:
INTEGRATION_TEST_MAX_EC2_COUNT: 200
INTEGRATION_TEST_MAX_CONCURRENT_TEST_COUNT: 80
INTEGRATION_TEST_MAX_CONCURRENT_TEST_COUNT: 60
EKSA_GIT_KNOWN_HOSTS: "/tmp/known_hosts"
EKSA_GIT_PRIVATE_KEY: "/tmp/private-key"
INTEGRATION_TEST_INFRA_CONFIG: "/tmp/test-infra.yml"
Expand Down

0 comments on commit f142bd5

Please sign in to comment.