Add ProwJob Config for KUnit
Change-Id: I9f4f94d241f7d41b75f54db4f3fc4415c7312550
Google-Bug-Id: 119262489
Signed-off-by: Avi Kondareddy <avikr@google.com>
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..7814161
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,20 @@
+presubmits:
+ https://kunit.googlesource.com/linux:
+ - name: kunit-test-presubmit
+ branches:
+ - kunit/alpha/master
+ decorate: true
+ always_run: true
+ spec:
+ securityContext:
+ privileged: true
+ volumes:
+ - name: shared-mem
+ emptyDir: {}
+ containers:
+ - image: gcr.io/kunit-presubmit/kunit
+ command:
+ - /kunit.sh
+ volumeMounts:
+ - name: shared-mem
+ mountPath: /dev/shm