Skip to content

Commit

Permalink
Fix specs for windows diego cell changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisjbell committed Mar 25, 2022
1 parent f251061 commit d72d7ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions spec/results/compiled-windows-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ instance_groups:
- azs:
- z1
- z2
instances: "1"
instances: 1
jobs:
- name: winc
release: winc
Expand Down Expand Up @@ -2308,7 +2308,8 @@ instance_groups:
properties: {}
release: windows-resize-root-disk
name: windows2019-cell
networks: cf-runtime
networks:
- name: cf-runtime
stemcell: windows2019
vm_extensions:
- 100GB_ephemeral_disk
Expand Down
5 changes: 3 additions & 2 deletions spec/results/windows-and-smb-support.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ instance_groups:
- azs:
- z1
- z2
instances: "1"
instances: 1
jobs:
- name: winc
release: winc
Expand Down Expand Up @@ -2308,7 +2308,8 @@ instance_groups:
properties: {}
release: windows-resize-root-disk
name: windows2019-cell
networks: cf-runtime
networks:
- name: cf-runtime
stemcell: windows2019
vm_extensions:
- 100GB_ephemeral_disk
Expand Down

0 comments on commit d72d7ad

Please sign in to comment.