Skip to content

Commit e4f45c7

Browse files
committed
new test dir
1 parent 8402d04 commit e4f45c7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitlab/e2e/e2e.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,22 @@ new-e2e-agent-shared-components:
159159
TARGETS: ./tests/agent-shared-components
160160
TEAM: agent-shared-components
161161

162+
new-e2e-windows-agent-fips:
163+
extends: .new_e2e_template
164+
needs:
165+
- !reference [.needs_new_e2e_template]
166+
- deploy_windows_testing-a7-fips
167+
rules:
168+
- !reference [.on_deploy]
169+
- !reference [.on_e2e_or_windows_installer_changes]
170+
- !reference [.manual]
171+
variables:
172+
TARGETS: ./tests/fips
173+
TEAM: windows-agent
174+
parallel:
175+
matrix:
176+
- EXTRA_PARAMS: --run "TestWindowsVM$"
177+
162178
new-e2e-agent-subcommands:
163179
extends: .new_e2e_template_needs_deb_windows_x64
164180
rules:

test/new-e2e/tests/agent-shared-components/fips/fips_win_test.go renamed to test/new-e2e/tests/fips/fips_win_test.go

File renamed without changes.

0 commit comments

Comments
 (0)