Skip to content

Commit

Permalink
enable windows 2019 test for common templates (#264)
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Šimon <[email protected]>
  • Loading branch information
ksimon1 authored and kubevirt-bot committed Jan 16, 2020
1 parent c0dd1c9 commit 4e72aad
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,36 @@ presubmits:
- "-c"
- "export TARGET=windows2016 && automation/test.sh"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
memory: "20Gi"
- name: pull-e2e-common-templates-windows2019
annotations:
fork-per-release: "true"
always_run: false
optional: true
decorate: true
decoration_config:
timeout: 3h
grace_period: 5m
max_concurrency: 1
labels:
preset-dind-enabled: "true"
preset-docker-mirror: "true"
preset-shared-images: "true"
spec:
nodeSelector:
type: bare-metal-external
containers:
- image: kubevirtci/kubevirt-infra-bootstrap:v20191209-d2766c1
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
- "-c"
- "export TARGET=windows2019 && automation/test.sh"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
Expand Down

0 comments on commit 4e72aad

Please sign in to comment.