Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ tests:
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
env:
WINDOWS_SERVER_VERSION: "2019"
test:
- ref: windows-e2e-operator-test
workflow: ipi-aws-ovn-hybrid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ tests:
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
env:
WINDOWS_SERVER_VERSION: "2019"
test:
- ref: windows-e2e-operator-test
workflow: ipi-aws-ovn-hybrid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ tests:
skip_if_only_changed: ^docs/|\.md$|^(?:.*/)?(?:\.gitignore|OWNERS|PROJECT|LICENSE)$
steps:
cluster_profile: aws
env:
WINDOWS_SERVER_VERSION: "2019"
test:
- ref: windows-e2e-operator-test
workflow: ipi-aws-ovn-hybrid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ ref:
requests:
cpu: 1000m
memory: 400Mi
env:
- name: WINDOWS_SERVER_VERSION
default: ""
documentation: This is an optional parameter for the Windows Server version identifier. See https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/base-image-lifecycle. Default is empty and WMCO e2e test suite is responsible for selecting the Windows Server version.
dependencies:
- env: OPERATOR_IMAGE
name: windows-machine-config-operator-test
Expand Down