Skip to content

Console Output

Still waiting to schedule task
‘cdt-agent-pod-nzjgx-rfhbx’ is offline
Agent cdt-agent-pod-nzjgx-rfhbx is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (cdt-agent-pod): 
yaml:
apiVersion: v1
kind: Pod
spec:
  containers:
  - name: cdt
    image: quay.io/eclipse-cdt/cdt-infra-eclipse-full@sha256:0460729b522a753b7d7ef2f508f4c079d72ff4b6bbd3afce520e8959068eb3de
    tty: true
    command: ["/bin/sh"]
    args: ["-c", "/home/cdt/.vnc/xstartup.sh && cat"]
    resources:
      requests:
        memory: "2.6Gi"
        cpu: "1.3"
      limits:
        memory: "2.6Gi"
        cpu: "1.3"
    volumeMounts:
    - name: settings-xml
      mountPath: /home/jenkins/.m2/settings.xml
      subPath: settings.xml
      readOnly: true
    - name: m2-repo
      mountPath: /home/jenkins/.m2/repository
    - name: volume-known-hosts
      mountPath: /home/jenkins/.ssh
  volumes:
  - name: settings-xml
    configMap: 
      name: m2-dir
      items:
      - key: settings.xml
        path: settings.xml
  - name: m2-repo
    emptyDir: {}
  - name: volume-known-hosts
    configMap:
      name: known-hosts

Running on cdt-agent-pod-nzjgx-rfhbx in /home/jenkins/workspace/cdt-9.7