kubernetes-csi / csi-release-tools

shared build and test files used by kubernetes-csi projects
Apache License 2.0
21 stars 71 forks source link

Skip SELinux tests in CI by default #208

Closed jsafrane closed 1 year ago

jsafrane commented 1 year ago

Currently, no CI job has SELinux configured, so skip all tests that require it by default.. When a job supports SELinux, it can set CSI_PROW_E2E_SKIP='Disruptive' in its prow yaml.

Fixes: https://github.com/kubernetes-csi/csi-driver-host-path/issues/376 Needs https://github.com/kubernetes/kubernetes/pull/113809 merged first.

NONE
k8s-ci-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jsafrane

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-csi/csi-release-tools/blob/master/OWNERS)~~ [jsafrane] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
jsafrane commented 1 year ago

/priority critical-urgent