Skip to content

Commit

Permalink
Use a bigger machine
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidz committed Feb 8, 2024
1 parent 4133dd6 commit 05cbd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_200gb_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
ec2-image-id: ${{ secrets.AMD_200GB_EC2_IMAGE_ID }}
ec2-instance-type: t3.xlarge
ec2-instance-type: t3.2xlarge
subnet-id: ${{ secrets.AMD_SUBNET_ID }}
security-group-id: ${{ secrets.AMD_SECURITY_GROUP_ID }}

Expand Down
2 changes: 1 addition & 1 deletion tests/core/index_management/test_index_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class TestIndexManagement(MarqoTestCase):

def setUp(self):
self.index_management = IndexManagement(self.vespa_client)
self.index_management = IndexManagement(self.vespa_client, self.zookeeper_client)

def test_bootstrap_vespa_doesNotExist_successful(self):
settings_schema_name = 'a' + str(uuid.uuid4()).replace('-', '')
Expand Down

0 comments on commit 05cbd4b

Please sign in to comment.