From 7b3260ebfbe6f21134526c42d2ce72d2bfb791dc Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Tue, 3 Sep 2024 18:15:52 +0200 Subject: [PATCH] Fix SELinux presubmit: add missing \ Add missing \ not to split the long command --- config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml b/config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml index ab17d98581a1..0b87453e8c80 100644 --- a/config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml +++ b/config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml @@ -262,7 +262,7 @@ presubmits: kubetest2 kops -v=6 --cloud-provider=gce --up --down --build --env=KOPS_FEATURE_FLAGS=SELinuxMount \ --build-kubernetes=true --target-build-arch=linux/amd64 \ --admin-access=0.0.0.0/0 \ - --kubernetes-feature-gates=SELinuxMount + --kubernetes-feature-gates=SELinuxMount \ --kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci.txt \ --create-args "--image='rhel-cloud/rhel-9-v20240815' --channel=alpha --networking=cilium --set=cluster.spec.containerd.selinuxEnabled=true --gce-service-account=default --set=spec.nodeProblemDetector.enabled=true --set=cluster.spec.cloudProvider.gce.useStartupScript=true" \ --test=kops \