Skip to content

Commit

Permalink
Add 'indexer' option to the team labels
Browse files Browse the repository at this point in the history
  • Loading branch information
YisDav committed Sep 5, 2024
1 parent 7c281b4 commit 2db0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployability/modules/allocation/aws/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _create_instance(cls, base_dir: Path, params: CreationPayload, config: AWSCo
temp_id = cls._generate_instance_id(cls.provider_name)
temp_dir = base_dir / temp_id
credentials = AWSCredentials()
teams = ['qa', 'cppserver', 'pyserver', 'devops', 'dashboard', 'operations', 'cloud', 'threat-intel', 'marketing', 'documentation', 'agent']
teams = ['qa', 'cppserver', 'pyserver', 'devops', 'dashboard', 'operations', 'cloud', 'threat-intel', 'marketing', 'documentation', 'agent', 'indexer']
platform = str(params.composite_name.split("-")[0])
arch = str(params.composite_name.split("-")[3])
if not config:
Expand Down

0 comments on commit 2db0305

Please sign in to comment.