Skip to content

Commit

Permalink
Update teams options to the team label
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bordon committed Sep 17, 2024
1 parent da55300 commit b16ea34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.

- Added support for macOS 14.6 to the Allocation module (Vagrant) ([#5671](https://github.com/wazuh/wazuh-qa/pull/5671)) \- (Framework)

### Changed

- Update team labels and add 'agent' option ([#5725](https://github.com/wazuh/wazuh-qa/pull/5725)) \- (Framework)

## [4.9.0] - TBD

### Added
Expand Down
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', 'core', 'framework', 'devops', 'frontend', 'operations', 'cloud', 'threat-intel', 'marketing', 'documentation']
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 b16ea34

Please sign in to comment.