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 @@ -90,8 +90,6 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "Cluster API E2E tests"
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -125,8 +123,6 @@ periodics:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ periodics:
env:
- name: GINKGO_FOCUS
value: "Cluster API E2E tests"
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -160,8 +158,6 @@ periodics:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ postsubmits:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ postsubmits:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ presubmits:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: "Creating a GPU-enabled cluster|.*Windows.*"
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -94,8 +92,6 @@ presubmits:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -129,8 +125,6 @@ presubmits:
value: ".*Windows.*"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -163,8 +157,6 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "Cluster API E2E tests"
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ presubmits:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: "Creating a GPU-enabled cluster|.*Windows.*|Creating a cluster that uses the external cloud provider"
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -94,8 +92,6 @@ presubmits:
value: "Workload cluster creation"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -129,8 +125,6 @@ presubmits:
value: ".*Windows.*"
- name: GINKGO_SKIP
value: ""
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down Expand Up @@ -163,8 +157,6 @@ presubmits:
env:
- name: GINKGO_FOCUS
value: "Cluster API E2E tests"
- name: LOCAL_ONLY
value: "false"
# docker-in-docker needs privileged mode
securityContext:
privileged: true
Expand Down
2 changes: 2 additions & 0 deletions config/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,8 @@ presets:
env:
- name: REGISTRY
value: capzci.azurecr.io
- name: LOCAL_ONLY
value: "false"
- labels:
preset-azure-cred-only: "true"
env:
Expand Down