Skip to content

Commit 5f6fd33

Browse files
ISauvederekwbrown
andauthored
[WKINT-405] Add agent + APM installation powershell module (#23114)
Co-authored-by: derekwbrown <[email protected]>
1 parent cd5cad5 commit 5f6fd33

File tree

5 files changed

+626
-0
lines changed

5 files changed

+626
-0
lines changed

.gitlab-ci.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1085,3 +1085,12 @@ workflow:
10851085
paths:
10861086
- test/kitchen/tasks/**/*
10871087
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
1088+
1089+
.on_powershell_module_or_e2e_changes_or_manual:
1090+
- !reference [.on_e2e_main_release_or_rc]
1091+
- changes:
1092+
paths:
1093+
- test/new-e2e/tests/windows/powershell-module-test/*
1094+
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916
1095+
- when: manual
1096+
allow_failure: true

.gitlab/kitchen_testing/new-e2e_testing/windows.yml

+8
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@
7575
- E2E_MSI_TEST: TestNPMInstallWithAddLocal
7676
- E2E_MSI_TEST: TestNPMUpgradeFromBeta
7777

78+
new-e2e_windows_powershell_module_test:
79+
extends: .new_e2e_template
80+
rules:
81+
!reference [ .on_powershell_module_or_e2e_changes_or_manual ]
82+
variables:
83+
TARGETS: ./tests/windows/powershell-module-test
84+
TEAM: windows-kernel-integrations
85+
7886
# Agent 6
7987
.new-e2e_windows_a6_x86_64:
8088
variables:
7.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)