Page MenuHomePhorge

No OneTemporary

Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None
diff --git a/ci/kustomize/overlays/tests/kustomization.yml b/ci/kustomize/overlays/tests/kustomization.yml
index 9439e819..504cd802 100644
--- a/ci/kustomize/overlays/tests/kustomization.yml
+++ b/ci/kustomize/overlays/tests/kustomization.yml
@@ -1,5 +1,5 @@
resources:
- - tests_pod.yml
+ - tests_job.yml
commonLabels:
app: kolab4-test
diff --git a/ci/kustomize/overlays/tests/tests_pod.yml b/ci/kustomize/overlays/tests/tests_pod.yml
deleted file mode 100644
index 9b0a1add..00000000
--- a/ci/kustomize/overlays/tests/tests_pod.yml
+++ /dev/null
@@ -1,91 +0,0 @@
----
-apiVersion: v1
-kind: Pod
-metadata:
- labels:
- component: tests
- name: tests
-spec:
- initContainers:
- - name: kolab4-git-source
- image: alpine/git
- command: ['git', 'clone', 'https://git.kolab.org/source/kolab.git', 'kolab']
- volumeMounts:
- - name: kolab4-git-source
- mountPath: /kolab
- readOnly: False
- containers:
- - name: tests
- command: ['/init.sh', 'testsuite']
- envFrom:
- - configMapRef:
- name: kolab-test-env
- - secretRef:
- name: passport-keys
- env:
- - name: APP_SERVICES_DOMAIN
- value: "localhost"
- image: "image-registry.openshift-image-registry.svc:5000/kolab-ci/tests"
- imagePullPolicy: Always
- resources: {}
- securityContext:
- capabilities:
- drop:
- - MKNOD
- terminationMessagePath: /dev/termination-log
- terminationMessagePolicy: File
- volumeMounts:
- - name: kolab4-git-source
- mountPath: /src/kolabsrc.orig
- readOnly: True
- - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
- name: kube-api-access
- readOnly: true
- dnsPolicy: ClusterFirst
- enableServiceLinks: true
- imagePullSecrets:
- - name: kolab-ci-sa-dockercfg-z8n94
- preemptionPolicy: PreemptLowerPriority
- priority: 0
- restartPolicy: Always
- schedulerName: default-scheduler
- securityContext: {}
- serviceAccount: kolab-ci-sa
- serviceAccountName: kolab-ci-sa
- terminationGracePeriodSeconds: 30
- tolerations:
- - effect: NoExecute
- key: node.kubernetes.io/not-ready
- operator: Exists
- tolerationSeconds: 300
- - effect: NoExecute
- key: node.kubernetes.io/unreachable
- operator: Exists
- tolerationSeconds: 300
- volumes:
- - name: kube-api-access
- projected:
- defaultMode: 420
- sources:
- - serviceAccountToken:
- expirationSeconds: 3607
- path: token
- - configMap:
- items:
- - key: ca.crt
- path: ca.crt
- name: kube-root-ca.crt
- - downwardAPI:
- items:
- - fieldRef:
- apiVersion: v1
- fieldPath: metadata.namespace
- path: namespace
- - configMap:
- items:
- - key: service-ca.crt
- path: service-ca.crt
- name: openshift-service-ca.crt
- - name: kolab4-git-source
- emptyDir: {}
-

File Metadata

Mime Type
text/x-diff
Expires
Mon, Apr 6, 3:15 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18832159
Default Alt Text
(3 KB)

Event Timeline