Skip to content

Commit

Permalink
add parallel matrix (#31497)
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkb7 authored Nov 27, 2024
1 parent 2e988c0 commit bb3031d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitlab/e2e/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,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 @@ -469,6 +483,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

0 comments on commit bb3031d

Please sign in to comment.