Skip to content

Commit

Permalink
Rebalance CI groups - ci_complete
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Dec 9, 2024
1 parent 8023e09 commit 04dc4a7
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,30 @@ stages:
test: 2025/psrp/http
- name: 2025 SSH Key
test: 2025/ssh/key
- stage: Windows_4
displayName: Windows 4
dependsOn:
- Dependencies
jobs:
- template: templates/matrix.yml
parameters:
nameFormat: Server {0}
testFormat: devel/windows/{0}/4
targets:
- name: 2016 WinRM HTTP
test: 2016/winrm/http
- name: 2019 WinRM HTTPS
test: 2019/winrm/https
- name: 2022 WinRM HTTPS
test: 2022/winrm/https
- name: 2022 PSRP HTTPS
test: 2022/psrp/https
- name: 2022 SSH Key
test: 2022/ssh/key
- name: 2025 PSRP HTTP
test: 2025/psrp/http
- name: 2025 SSH Key
test: 2025/ssh/key
- stage: Summary
condition: succeededOrFailed()
dependsOn:
Expand All @@ -212,5 +236,6 @@ stages:
- Windows_1
- Windows_2
- Windows_3
- Windows_4
jobs:
- template: templates/coverage.yml
2 changes: 1 addition & 1 deletion tests/integration/targets/win_acl/aliases
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shippable/windows/group1
shippable/windows/group2
2 changes: 1 addition & 1 deletion tests/integration/targets/win_acl_inheritance/aliases
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shippable/windows/group1
shippable/windows/group3
2 changes: 1 addition & 1 deletion tests/integration/targets/win_certificate_store/aliases
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shippable/windows/group1
shippable/windows/group4
2 changes: 1 addition & 1 deletion tests/integration/targets/win_dhcp_lease/aliases
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shippable/windows/group3
shippable/windows/group4
2 changes: 1 addition & 1 deletion tests/integration/targets/win_dns_record/aliases
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shippable/windows/group3
shippable/windows/group4
2 changes: 1 addition & 1 deletion tests/integration/targets/win_dns_zone/aliases
Original file line number Diff line number Diff line change
@@ -1 +1 @@
shippable/windows/group2
shippable/windows/group4

0 comments on commit 04dc4a7

Please sign in to comment.