Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add parallel matrix #31497

Merged
merged 2 commits into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .gitlab/e2e/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,20 @@ new-e2e-installer-windows:
TARGETS: ./tests/installer/windows
TEAM: fleet
FLEET_INSTALL_METHOD: "windows"
parallel:
matrix:
# agent-package
- EXTRA_PARAMS: --run "TestAgentInstallsWithAgentUser$"
- EXTRA_PARAMS: --run "TestAgentInstalls$"
- EXTRA_PARAMS: --run "TestAgentUpgrades$"
# install-script
- EXTRA_PARAMS: --run "TestInstallScriptWithAgentUser$"
# installer-package
- EXTRA_PARAMS: --run "TestInstaller$"
- EXTRA_PARAMS: --run "TestInstallerRollback$"
- EXTRA_PARAMS: --run "TestInstallerSystemIntegrity$"
- EXTRA_PARAMS: --run "TestInstallerUpgrades$"


new-e2e-installer-ansible:
extends: .new_e2e_template
Expand Down Expand Up @@ -468,6 +482,10 @@ new-e2e-windows-systemprobe:
TARGETS: ./tests/sysprobe-functional
TEAM: windows-kernel-integrations
SHOULD_RUN_IN_FLAKES_FINDER: "false" # Currently broken in flake finder ADXT-687
parallel:
matrix:
- EXTRA_PARAMS: --run TestUSMAutoTaggingSuite
- EXTRA_PARAMS: --run TestVMSuite

new-e2e-windows-security-agent:
extends: .new_e2e_template
Expand Down
Loading