Skip to content

Commit 686fbea

Browse files
committed
CI: consolidate powershell tests to a single job
1 parent 26a9c50 commit 686fbea

File tree

3 files changed

+13
-47
lines changed

3 files changed

+13
-47
lines changed

ci/pipelines/stemcells-windows.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -681,16 +681,21 @@ jobs:
681681
- get: bosh-windows-stemcell-builder-ci
682682
- get: stemcell-builder
683683
trigger: true
684-
- task: test-units-bosh-psmodules
684+
- task: test-units-psmodules
685685
file: bosh-windows-stemcell-builder-ci/ci/tasks/test-units-bosh-psmodules/task.yml
686686
tags: [windows-nimbus]
687687
params:
688688
MODULES_DIR: modules
689-
- task: test-units-bosh-psmodules-stembuild
689+
- task: test-units-stembuild-psmodules
690690
file: bosh-windows-stemcell-builder-ci/ci/tasks/test-units-bosh-psmodules/task.yml
691691
tags: [windows-nimbus]
692692
params:
693693
MODULES_DIR: stembuild/modules
694+
- task: test-units-stembuild-stemcell-automation-psmodules
695+
file: bosh-windows-stemcell-builder-ci/ci/tasks/test-units-bosh-psmodules/task.yml
696+
tags: [windows-nimbus]
697+
params:
698+
MODULES_DIR: stembuild/stemcell-automation
694699
- name: test-stemcell-builder
695700
serial: true
696701
plan:
@@ -855,9 +860,6 @@ jobs:
855860
- in_parallel:
856861
fail_fast: true
857862
steps:
858-
- task: test-units-stemcell-automation
859-
file: bosh-windows-stemcell-builder-ci/ci/tasks/test-units-stemcell-automation/task.yml
860-
tags: [windows-nimbus]
861863
- task: build-agent-zip
862864
file: bosh-windows-stemcell-builder-ci/ci/tasks/build-agent-zip/task.yml
863865
image: bosh-windows-stemcell-builder-ci-image
@@ -965,9 +967,6 @@ jobs:
965967
- in_parallel:
966968
fail_fast: true
967969
steps:
968-
- task: test-units-stemcell-automation
969-
file: bosh-windows-stemcell-builder-ci/ci/tasks/test-units-stemcell-automation/task.yml
970-
tags: [windows-nimbus]
971970
- task: build-agent-zip
972971
file: bosh-windows-stemcell-builder-ci/ci/tasks/build-agent-zip/task.yml
973972
image: bosh-windows-stemcell-builder-ci-image

ci/tasks/delete-vms/delete-vms.iml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module version="4">
3+
<component name="ModuleRunConfigurationManager">
4+
<shared />
5+
</component>
6+
</module>

ci/tasks/test-units-stemcell-automation/task.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)