Created
December 19, 2019 18:49
-
-
Save jbarrick-mesosphere/b7c48aa831a2b5590b4e3acf67bf11b0 to your computer and use it in GitHub Desktop.
Timeline Chart - DevExtreme Charts - Timeline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="dx-viewport demo-container"> | |
<div id="chart"></div> | |
<div class="row" id="buttonGroup"> | |
<div class="row-element" id="export"></div> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
$("#chart").dxChart({ | |
dataSource: dataSource, | |
rotated: true, | |
barGroupPadding: 0.2, | |
argumentAxis: { | |
categories: ["Total"], | |
tick: { | |
visible: false | |
} | |
}, | |
title: { | |
text: "Pipeline Timeline" | |
}, | |
commonSeriesSettings: { | |
argumentField: "action", | |
type: "rangeBar", | |
rangeValue1Field: "start", | |
rangeValue2Field: "end", | |
ignoreEmptyPoints: true, | |
barOverlapGroup: "actions" | |
}, | |
seriesTemplate: { | |
nameField: "type" | |
}, | |
animation: { | |
enabled: false | |
}, | |
legend: { | |
title: "Types", | |
verticalAlignment: "bottom", | |
horizontalAlignment: "center" | |
} | |
}); | |
$("#export").dxButton({ | |
icon: "export", | |
text: "Export", | |
onClick: function() { | |
chartInstance.exportTo("Example", "png"); | |
} | |
}); | |
}); | |
var pipelinerun = { | |
"apiVersion": "tekton.dev/v1alpha1", | |
"kind": "PipelineRun", | |
"metadata": { | |
"annotations": { | |
"dashboard-url": "https://a018dc4dccddc49d1b4c0514f7a269cb-1991932484.us-west-2.elb.amazonaws.com/pumpkin/tekton/#/namespaces/pumpkin-tasks/pipelines/mesosphere-pumpkin-pr-193-b53a2a3-h2qrv/runs", | |
"tasks": "mesosphere-pumpkin-dev,mesosphere-ko,pumpkin-ko,modify-image-digest,integration-test-local-runner,update-gitops-ko,mesosphere-pumpkin-dind,run-jenkinsfile,integration-test-default,integration-test-multi-instance,pumpkin-test,pumpkin-build,mesosphere-helm,mesosphere-tkn" | |
}, | |
"creationTimestamp": "2019-11-07T14:29:36Z", | |
"generation": 1, | |
"labels": { | |
"build": "pr-193", | |
"commit": "b53a2a32ccd3029eb38e5238aaf1d8b8d69a7572", | |
"owner": "mesosphere", | |
"repository": "pumpkin", | |
"tekton.dev/pipeline": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv" | |
}, | |
"name": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv", | |
"namespace": "pumpkin-tasks", | |
"resourceVersion": "18481573", | |
"selfLink": "/apis/tekton.dev/v1alpha1/namespaces/pumpkin-tasks/pipelineruns/mesosphere-pumpkin-pr-193-b53a2a3-h2qrv", | |
"uid": "cb312c14-aedc-475d-95a9-3ce37764230e" | |
}, | |
"spec": { | |
"pipelineRef": { | |
"name": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv" | |
}, | |
"podTemplate": {}, | |
"resources": [ | |
{ | |
"name": "pumpkin-git", | |
"resourceRef": { | |
"name": "pumpkin-git-gll76" | |
} | |
}, | |
{ | |
"name": "update-gitops-ko", | |
"resourceRef": { | |
"name": "update-gitops-ko-5h78p" | |
} | |
}, | |
{ | |
"name": "pumpkin-build", | |
"resourceRef": { | |
"name": "pumpkin-build-vczbz" | |
} | |
}, | |
{ | |
"name": "mesosphere-pumpkin-dind", | |
"resourceRef": { | |
"name": "mesosphere-pumpkin-dind-zd28p" | |
} | |
}, | |
{ | |
"name": "mesosphere-helm", | |
"resourceRef": { | |
"name": "mesosphere-helm-ns27p" | |
} | |
}, | |
{ | |
"name": "mesosphere-tkn", | |
"resourceRef": { | |
"name": "mesosphere-tkn-plt2h" | |
} | |
}, | |
{ | |
"name": "mesosphere-pumpkin-dev", | |
"resourceRef": { | |
"name": "mesosphere-pumpkin-dev-9p2hz" | |
} | |
}, | |
{ | |
"name": "pumpkin-git-modified", | |
"resourceRef": { | |
"name": "pumpkin-git-modified-jmq72" | |
} | |
}, | |
{ | |
"name": "pumpkin-ko", | |
"resourceRef": { | |
"name": "pumpkin-ko-8nrc4" | |
} | |
}, | |
{ | |
"name": "mesosphere-ko", | |
"resourceRef": { | |
"name": "mesosphere-ko-brgpn" | |
} | |
} | |
], | |
"serviceAccount": "build-bot", | |
"serviceAccounts": [ | |
{ | |
"serviceAccount": "image-digest-updater-account", | |
"taskName": "update-image-digests-cr7r5" | |
}, | |
{ | |
"serviceAccount": "image-digest-updater-account", | |
"taskName": "update-image-digests-bldhs" | |
}, | |
{ | |
"serviceAccount": "image-digest-updater-account", | |
"taskName": "update-image-digests-9z5x2" | |
}, | |
{ | |
"serviceAccount": "image-digest-updater-account", | |
"taskName": "update-image-digests-rbplg" | |
}, | |
{ | |
"serviceAccount": "image-digest-updater-account", | |
"taskName": "update-image-digests-sk76h" | |
}, | |
{ | |
"serviceAccount": "image-digest-updater-account", | |
"taskName": "update-image-digests-l7n8n" | |
}, | |
{ | |
"serviceAccount": "image-digest-updater-account", | |
"taskName": "update-image-digests-f478n" | |
} | |
], | |
"timeout": "1h0m0s" | |
}, | |
"status": { | |
"completionTime": "2019-11-07T15:41:23Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T15:29:36Z", | |
"message": "PipelineRun \"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv\" failed to finish within \"\u0026Duration{Duration:1h0m0s,}\"", | |
"reason": "PipelineRunTimeout", | |
"status": "False", | |
"type": "Succeeded" | |
} | |
], | |
"startTime": "2019-11-07T14:29:36Z", | |
"taskRuns": { | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-integration-test--47f9g": { | |
"pipelineTaskName": "integration-test-local-runner", | |
"status": { | |
"completionTime": "2019-11-07T15:41:23Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T15:41:23Z", | |
"message": "TaskRun \"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-integration-test--47f9g\" failed to finish within \"1h0m0s\"", | |
"reason": "TaskRunTimeout", | |
"status": "False", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-integration-test--47f9g-pod-86d835", | |
"startTime": "2019-11-07T14:41:23Z", | |
"steps": [ | |
{ | |
"container": "step-integration-test", | |
"imageID": "docker.io/mesosphere/pumpkin-dind@sha256:958403b2b4589d9dd56c1b154a5812e5391c99566645ef5fe41bb485827ae902", | |
"name": "integration-test", | |
"running": { | |
"startedAt": "2019-11-07T14:42:07Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-from-pumpkin-git-modified-stcj6", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-from-pumpkin-git-modified-stcj6", | |
"terminated": { | |
"containerID": "containerd://c835491dbb37f7fac861d82c88987f58a7ec23ce3ed0299dad5de1361245bec2", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:14Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:30Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-dest-mkdir-pumpkin-build-xpjkn", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "artifact-dest-mkdir-pumpkin-build-xpjkn", | |
"terminated": { | |
"containerID": "containerd://271699f433a5c69e5ca07277fd035c0c039ac5e6a9d9080dc33b3c6a20097dcc", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:14Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:30Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-dest-mkdir-pumpkin-git-modified-snhs5", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "artifact-dest-mkdir-pumpkin-git-modified-snhs5", | |
"terminated": { | |
"containerID": "containerd://c6ac5dded5946c7ea009f2860f00fbf038aaaff0c1c752847c7265e53f2970c5", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:10Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:29Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-from-pumpkin-build-6pcnp", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-from-pumpkin-build-6pcnp", | |
"terminated": { | |
"containerID": "containerd://8ef876efdc44a6d11eeb81da253bf52f0d1e1d1af92a7b48c166048ceafbbe12", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:17Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:32Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-integration-test--r7n25": { | |
"pipelineTaskName": "integration-test-default", | |
"status": { | |
"completionTime": "2019-11-07T14:47:39Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:47:39Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-integration-test--r7n25-pod-e71b1c", | |
"startTime": "2019-11-07T14:41:23Z", | |
"steps": [ | |
{ | |
"container": "step-integration-test", | |
"imageID": "docker.io/mesosphere/pumpkin-dind@sha256:958403b2b4589d9dd56c1b154a5812e5391c99566645ef5fe41bb485827ae902", | |
"name": "integration-test", | |
"terminated": { | |
"containerID": "containerd://360ff93d4e0d4115fb8cb37996bc1055f98b5bdb1e4cef17f46f8bf33e1a61ec", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:47:38Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:42:10Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-from-pumpkin-git-modified-97c5q", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-from-pumpkin-git-modified-97c5q", | |
"terminated": { | |
"containerID": "containerd://7916c6b907911ee8c2d322579b22c00030c1521b765123f1cd6b13de416129c0", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:17Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:32Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-dest-mkdir-pumpkin-build-7w7hl", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "artifact-dest-mkdir-pumpkin-build-7w7hl", | |
"terminated": { | |
"containerID": "containerd://555b4808a839ed78b217456d2d45dffa0a8c2e8d767eee3e42202f1a5848e083", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:18Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:42:08Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-dest-mkdir-pumpkin-git-modified-d78nv", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "artifact-dest-mkdir-pumpkin-git-modified-d78nv", | |
"terminated": { | |
"containerID": "containerd://390a172ca03105ae04fca71e4adbd86d7e20dce535deb3c03c7746fa4f800312", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:12Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:31Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-from-pumpkin-build-vzcmr", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-from-pumpkin-build-vzcmr", | |
"terminated": { | |
"containerID": "containerd://41c5dff7425294fcaf9a6130d87193cc79eef2cd36d401508ca8de111f0db54a", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:22Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:42:09Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-integration-test--rrqwm": { | |
"pipelineTaskName": "integration-test-multi-instance", | |
"status": { | |
"completionTime": "2019-11-07T14:47:50Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:47:50Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-integration-test--rrqwm-pod-bee3db", | |
"startTime": "2019-11-07T14:41:23Z", | |
"steps": [ | |
{ | |
"container": "step-integration-test", | |
"imageID": "docker.io/mesosphere/pumpkin-dind@sha256:958403b2b4589d9dd56c1b154a5812e5391c99566645ef5fe41bb485827ae902", | |
"name": "integration-test", | |
"terminated": { | |
"containerID": "containerd://ab2d7c2a4a9950e07bf77aead0f4cafe9c9f7250aeda524910a21cdc9a1520c8", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:47:49Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:42:09Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-from-pumpkin-git-modified-2lr55", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-from-pumpkin-git-modified-2lr55", | |
"terminated": { | |
"containerID": "containerd://2efa7dc74bab057d2603978fc0e4cc34a4f689e1399637aff1d4789fa5e6d718", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:15Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:32Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-dest-mkdir-pumpkin-build-8fvbh", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "artifact-dest-mkdir-pumpkin-build-8fvbh", | |
"terminated": { | |
"containerID": "containerd://4dab2fb15406b0623babcf4e28334f642ef8bf5e78e4e2f84ea67c5851b6d53e", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:16Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:42:08Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-dest-mkdir-pumpkin-git-modified-dlzvm", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "artifact-dest-mkdir-pumpkin-git-modified-dlzvm", | |
"terminated": { | |
"containerID": "containerd://902fe3f9c2cd55385c37c78528908ab5a0333ca40debdc7cffd4e5e32bf876e8", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:11Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:41:31Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-from-pumpkin-build-m552w", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-from-pumpkin-build-m552w", | |
"terminated": { | |
"containerID": "containerd://3e979ea6f44bcb3367ee368b6b2cb3851c81482306c11139d6771ca9f4fba167", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:42:19Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:42:08Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-helm-dtrfb": { | |
"pipelineTaskName": "mesosphere-helm", | |
"status": { | |
"completionTime": "2019-11-07T14:38:21Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:38:21Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-helm-dtrfb-pod-eeffea", | |
"resourcesResult": [ | |
{ | |
"digest": "sha256:ae35549bb10e4779f61118aa78d6c064f138f79cc10adbc344bdeec90c09ba5c", | |
"name": "mesosphere-helm-ns27p" | |
} | |
], | |
"startTime": "2019-11-07T14:37:44Z", | |
"steps": [ | |
{ | |
"container": "step-docker-build", | |
"imageID": "docker.io/chhsiao/kaniko-executor@sha256:ca87e587810de7480ab3174579763dc298a95096757d1b49bd0e4a741533a141", | |
"name": "docker-build", | |
"terminated": { | |
"containerID": "containerd://1aa1102b65783174d1221651ee6890b111b5c9420051238d2e2bc32965d00d4e", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:19Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:52Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-dest-mkdir-pumpkin-git-modified-wt7ww", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "artifact-dest-mkdir-pumpkin-git-modified-wt7ww", | |
"terminated": { | |
"containerID": "containerd://1e9d95c6305b9a9f098d177d457a4107da6c32048b3f9103d360fe27f9210224", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:55Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:50Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-mesosphere-helm-wl7xs", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-mesosphere-helm-wl7xs", | |
"terminated": { | |
"containerID": "containerd://fe162e6bd37c4310e563d61d006415b0d0d3a19edc77fc4eb2db14d220bfc4f2", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:54Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:49Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-from-pumpkin-git-modified-5247q", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-from-pumpkin-git-modified-5247q", | |
"terminated": { | |
"containerID": "containerd://a7582dabd3565335c7d52d00a9070d39978a6a11bc0f67df338e9a42e8d4f95d", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:00Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:51Z" | |
} | |
}, | |
{ | |
"container": "step-image-digest-exporter-xvrzz", | |
"imageID": "docker.io/chhsiao/imagedigestexporter-6e7c518e6125f31761ebe0b96cc63971@sha256:1b4a211441f307ce3a848287a208cf568182ce731930e97259319e3954cf6780", | |
"name": "image-digest-exporter-xvrzz", | |
"terminated": { | |
"containerID": "containerd://acfd2ed4d18cdb3b8d09b73d59a7e2144ff14eae5377dc955d0d57fbb5577336", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:20Z", | |
"message": "[{\"name\":\"mesosphere-helm-ns27p\",\"digest\":\"sha256:ae35549bb10e4779f61118aa78d6c064f138f79cc10adbc344bdeec90c09ba5c\"}]", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:52Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-ko-28cvr": { | |
"pipelineTaskName": "mesosphere-ko", | |
"status": { | |
"completionTime": "2019-11-07T14:32:37Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:32:37Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-ko-28cvr-pod-e1343a", | |
"resourcesResult": [ | |
{ | |
"digest": "sha256:e429fa0bf37e5f695268536414f6a93b274a6a4530fd4cf304ff7925a19f2621", | |
"name": "mesosphere-ko-brgpn" | |
} | |
], | |
"startTime": "2019-11-07T14:29:36Z", | |
"steps": [ | |
{ | |
"container": "step-docker-build", | |
"imageID": "docker.io/chhsiao/kaniko-executor@sha256:ca87e587810de7480ab3174579763dc298a95096757d1b49bd0e4a741533a141", | |
"name": "docker-build", | |
"terminated": { | |
"containerID": "containerd://c28413baeada95fa5f586f5a362abb6f0a141ca0734976b5edb3cec1193f4ad3", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:32:35Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:50Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-mesosphere-ko-hkgdf", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-mesosphere-ko-hkgdf", | |
"terminated": { | |
"containerID": "containerd://6f7d7646ae30c0ff8249571cb4c9941ce21c3c47faacfc06bdc85352051dc087", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:55Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:46Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-wcm7v", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-wcm7v", | |
"terminated": { | |
"containerID": "containerd://9fd9cefb129a2f58782ae217a234dc3f4813d24119cc01139ce4cd33ec62ea66", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:56Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:48Z" | |
} | |
}, | |
{ | |
"container": "step-image-digest-exporter-k8d5p", | |
"imageID": "docker.io/chhsiao/imagedigestexporter-6e7c518e6125f31761ebe0b96cc63971@sha256:1b4a211441f307ce3a848287a208cf568182ce731930e97259319e3954cf6780", | |
"name": "image-digest-exporter-k8d5p", | |
"terminated": { | |
"containerID": "containerd://df4ec671515035145d69895ed5b09aeb304e38750de78fda630b4c4f7fdc5f1e", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:32:36Z", | |
"message": "[{\"name\":\"mesosphere-ko-brgpn\",\"digest\":\"sha256:e429fa0bf37e5f695268536414f6a93b274a6a4530fd4cf304ff7925a19f2621\"}]", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:52Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-pumpki-4kx9s": { | |
"pipelineTaskName": "mesosphere-pumpkin-dind", | |
"status": { | |
"completionTime": "2019-11-07T14:34:40Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:34:40Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-pumpki-4kx9s-pod-a5223c", | |
"resourcesResult": [ | |
{ | |
"digest": "sha256:958403b2b4589d9dd56c1b154a5812e5391c99566645ef5fe41bb485827ae902", | |
"name": "mesosphere-pumpkin-dind-zd28p" | |
} | |
], | |
"startTime": "2019-11-07T14:29:37Z", | |
"steps": [ | |
{ | |
"container": "step-docker-build", | |
"imageID": "docker.io/chhsiao/kaniko-executor@sha256:ca87e587810de7480ab3174579763dc298a95096757d1b49bd0e4a741533a141", | |
"name": "docker-build", | |
"terminated": { | |
"containerID": "containerd://ebfeac634da13bbba21d2a9ea7f57c6a2a3373be6e970f2375e5343c3f608c19", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:39Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:51Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-mesosphere-pumpkin-dind-cl2fj", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-mesosphere-pumpkin-dind-cl2fj", | |
"terminated": { | |
"containerID": "containerd://b12c4e88c6bf0847458c99ddccb52f890de1f4cfd106d96bb64f77595683f1f5", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:56Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:48Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-qf68c", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-qf68c", | |
"terminated": { | |
"containerID": "containerd://32d4a67a739fe930c895cb67e850bd168c6b3a8d0049932acee696a7124ff385", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:57Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:49Z" | |
} | |
}, | |
{ | |
"container": "step-image-digest-exporter-qdgzq", | |
"imageID": "docker.io/chhsiao/imagedigestexporter-6e7c518e6125f31761ebe0b96cc63971@sha256:1b4a211441f307ce3a848287a208cf568182ce731930e97259319e3954cf6780", | |
"name": "image-digest-exporter-qdgzq", | |
"terminated": { | |
"containerID": "containerd://b4dc03de4df31a33a25ea966902ec6b8d476d86acdcb28fbef3599775bac4be4", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:39Z", | |
"message": "[{\"name\":\"mesosphere-pumpkin-dind-zd28p\",\"digest\":\"sha256:958403b2b4589d9dd56c1b154a5812e5391c99566645ef5fe41bb485827ae902\"}]", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:53Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-pumpki-bbzm5": { | |
"pipelineTaskName": "mesosphere-pumpkin-dev", | |
"status": { | |
"completionTime": "2019-11-07T14:34:11Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:34:11Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-pumpki-bbzm5-pod-3e1030", | |
"resourcesResult": [ | |
{ | |
"digest": "sha256:8ccfe223ea3c731b3edc2f215a89408067a826e4923ba4699212c755aeb10689", | |
"name": "mesosphere-pumpkin-dev-9p2hz" | |
} | |
], | |
"startTime": "2019-11-07T14:29:36Z", | |
"steps": [ | |
{ | |
"container": "step-docker-build", | |
"imageID": "docker.io/chhsiao/kaniko-executor@sha256:ca87e587810de7480ab3174579763dc298a95096757d1b49bd0e4a741533a141", | |
"name": "docker-build", | |
"terminated": { | |
"containerID": "containerd://3e956536771fc79a1044b85b771722014df1b55b63a457f928d26233270a1fff", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:09Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:49Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-mesosphere-pumpkin-dev-tshsd", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-mesosphere-pumpkin-dev-tshsd", | |
"terminated": { | |
"containerID": "containerd://9737068e5f2ae9b45b0ba12b851418e650ab77ffc96846b040a2e0c5aecbacc9", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:54Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:45Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-z26pv", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-z26pv", | |
"terminated": { | |
"containerID": "containerd://efd0d3316f013524d44bd158173a0906bbe53ad668ec2b0d40d157e87f49073d", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:55Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:46Z" | |
} | |
}, | |
{ | |
"container": "step-image-digest-exporter-kh4qt", | |
"imageID": "docker.io/chhsiao/imagedigestexporter-6e7c518e6125f31761ebe0b96cc63971@sha256:1b4a211441f307ce3a848287a208cf568182ce731930e97259319e3954cf6780", | |
"name": "image-digest-exporter-kh4qt", | |
"terminated": { | |
"containerID": "containerd://bfe678abf167727cb361cadccdf786baec9f7acb3ab233381cc9a33b882eabfb", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:10Z", | |
"message": "[{\"name\":\"mesosphere-pumpkin-dev-9p2hz\",\"digest\":\"sha256:8ccfe223ea3c731b3edc2f215a89408067a826e4923ba4699212c755aeb10689\"}]", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:51Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-tkn-z5hjx": { | |
"pipelineTaskName": "mesosphere-tkn", | |
"status": { | |
"completionTime": "2019-11-07T14:30:39Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:30:39Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-mesosphere-tkn-z5hjx-pod-e5cf86", | |
"resourcesResult": [ | |
{ | |
"digest": "sha256:c85b253ae82257bd965d43555658f9ce6321413fc9a87d96ac6527b1c31c61c2", | |
"name": "mesosphere-tkn-plt2h" | |
} | |
], | |
"startTime": "2019-11-07T14:29:40Z", | |
"steps": [ | |
{ | |
"container": "step-docker-build", | |
"imageID": "docker.io/chhsiao/kaniko-executor@sha256:ca87e587810de7480ab3174579763dc298a95096757d1b49bd0e4a741533a141", | |
"name": "docker-build", | |
"terminated": { | |
"containerID": "containerd://ab9574749ad3c3de3428d4311eebcab9843fce61f0ab2e095a622428c9b7332f", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:30:38Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:54Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-mesosphere-tkn-dnqfj", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-mesosphere-tkn-dnqfj", | |
"terminated": { | |
"containerID": "containerd://7b5e0945472fe94e6fa755c11ba89c50686063fd8e93ce3a209be9dc1b26e7d1", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:58Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:53Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-k56sd", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-k56sd", | |
"terminated": { | |
"containerID": "containerd://f1aed23bd0e9f995a120810ac3f9ce38e1c22c40768a2caf3be52eb1b7c948c5", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:59Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:53Z" | |
} | |
}, | |
{ | |
"container": "step-image-digest-exporter-vbr57", | |
"imageID": "docker.io/chhsiao/imagedigestexporter-6e7c518e6125f31761ebe0b96cc63971@sha256:1b4a211441f307ce3a848287a208cf568182ce731930e97259319e3954cf6780", | |
"name": "image-digest-exporter-vbr57", | |
"terminated": { | |
"containerID": "containerd://2136c6fbbaba6bea37a4bb788eb974995caa9604dbec6367a3823a8c3b7bbfcc", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:30:38Z", | |
"message": "[{\"name\":\"mesosphere-tkn-plt2h\",\"digest\":\"sha256:c85b253ae82257bd965d43555658f9ce6321413fc9a87d96ac6527b1c31c61c2\"}]", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:55Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-modify-image-dige-8cn24": { | |
"pipelineTaskName": "modify-image-digest", | |
"status": { | |
"completionTime": "2019-11-07T14:37:44Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:37:44Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-modify-image-dige-8cn24-pod-a52036", | |
"startTime": "2019-11-07T14:37:26Z", | |
"steps": [ | |
{ | |
"container": "step-modify-image-digest", | |
"imageID": "docker.io/mesosphere/update-gitops@sha256:26c77573d2bc33da0c657a62791e26c22824307e0d99e4f65a8b99172cd68c63", | |
"name": "modify-image-digest", | |
"terminated": { | |
"containerID": "containerd://d7cfed9f19eb58902ce79e6742181283905a8f16ba18adef44729a63a9444488", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:38Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:33Z" | |
} | |
}, | |
{ | |
"container": "step-stash-output", | |
"imageID": "docker.io/library/debian@sha256:41f76363fd83982e14f7644486e1fb04812b3894aa4e396137c3435eaf05de88", | |
"name": "stash-output", | |
"terminated": { | |
"containerID": "containerd://1e46243e701f5365125e146add36655b92b5011b4ccc0a89ed09f86dddac177f", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:39Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:34Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-modified-jmq72-5mctj", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-modified-jmq72-5mctj", | |
"terminated": { | |
"containerID": "containerd://98417fee0656774465f03cc464bc778db4f1cc0d3f15b9ad6250e0dd388b6295", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:37Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:32Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-to-pumpkin-git-modified-jmq72-5wbmq", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-to-pumpkin-git-modified-jmq72-5wbmq", | |
"terminated": { | |
"containerID": "containerd://93dcfb636bb9caa2a06c310875be489848ee125b0c4c864f15f81202e288884d", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:43Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:34Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-pumpkin-git-modified-28txj", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-pumpkin-git-modified-28txj", | |
"terminated": { | |
"containerID": "containerd://da3a02461569b04cd1235b1ca0a3b60f39e30999a75fd813b996a526eae7bcd3", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:36Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:32Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-pumpkin-build-r5s4w": { | |
"pipelineTaskName": "pumpkin-build", | |
"status": { | |
"completionTime": "2019-11-07T14:41:23Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:41:23Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-pumpkin-build-r5s4w-pod-e3f620", | |
"startTime": "2019-11-07T14:34:18Z", | |
"steps": [ | |
{ | |
"container": "step-go-build-linux", | |
"imageID": "docker.io/library/golang@sha256:0fd6e510dd186b39a88400ac0116c6854fb76a0cdf9ee02da11460296a4beb89", | |
"name": "go-build-linux", | |
"terminated": { | |
"containerID": "containerd://2ea4dad73ad01c000dbf0cd1c0a0dd88c2e49a1eb63556c314f6dee05e8b6dcd", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:41Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:27Z" | |
} | |
}, | |
{ | |
"container": "step-go-build-darwin", | |
"imageID": "docker.io/library/golang@sha256:0fd6e510dd186b39a88400ac0116c6854fb76a0cdf9ee02da11460296a4beb89", | |
"name": "go-build-darwin", | |
"terminated": { | |
"containerID": "containerd://f81f682766762934f3038602bce8c0d7478ffe9113c2f65e51918360c5ca5d45", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:41:15Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:27Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-sf798", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-sf798", | |
"terminated": { | |
"containerID": "containerd://3d6469c0d420984d667f9d593368576c923ef91279d46fa1e40f1208aaba197e", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:34Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:26Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-pumpkin-build-dbwrs", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-pumpkin-build-dbwrs", | |
"terminated": { | |
"containerID": "containerd://db45216ee40970d44e84989e176ac2f8048fa4bac44e544652ac5ccf9f260124", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:32Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:25Z" | |
} | |
}, | |
{ | |
"container": "step-artifact-copy-to-pumpkin-build-vczbz-gqjtn", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "artifact-copy-to-pumpkin-build-vczbz-gqjtn", | |
"terminated": { | |
"containerID": "containerd://2d044447d70c9a43bfc3b851b7d8daa8bef9f91c97c240ee88df952078ad87ca", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:41:18Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:28Z" | |
} | |
}, | |
{ | |
"container": "step-upload-pumpkin-build-vczbz-twzh7", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/gsutil@sha256:f31d4c9504b27b1d7b88b5be17e7cfa8e21227a481c826a7db07251fb899f919", | |
"name": "upload-pumpkin-build-vczbz-twzh7", | |
"terminated": { | |
"containerID": "containerd://c11786ca044e558b360106ba40003651c68b1b378ef9a90f42ac1f35720abd4e", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:41:22Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:30Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-pumpkin-ko-9nbs2": { | |
"pipelineTaskName": "pumpkin-ko", | |
"status": { | |
"completionTime": "2019-11-07T14:37:01Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:37:01Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-pumpkin-ko-9nbs2-pod-64649e", | |
"resourcesResult": [ | |
{ | |
"digest": "sha256:00961137cdaff2d494c63cd9a5fa54cd0e114e13ed0e87f28748e6a3772ddb8f", | |
"name": "pumpkin-ko-8nrc4" | |
} | |
], | |
"startTime": "2019-11-07T14:33:06Z", | |
"steps": [ | |
{ | |
"container": "step-ko-build", | |
"imageID": "docker.io/mesosphere/ko@sha256:e429fa0bf37e5f695268536414f6a93b274a6a4530fd4cf304ff7925a19f2621", | |
"name": "ko-build", | |
"terminated": { | |
"containerID": "containerd://e32c2fa6f6627e3e638f6dd4cf1028596147e4a01a1d75c33aa2372b3f0ec8d2", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:00Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:31Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-b4p68", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-b4p68", | |
"terminated": { | |
"containerID": "containerd://e96d592da440c20cd4a9882301852749835554f860f65761396e870934b5e800", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:36Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:12Z" | |
} | |
}, | |
{ | |
"container": "step-image-digest-exporter-9x24l", | |
"imageID": "docker.io/chhsiao/imagedigestexporter-6e7c518e6125f31761ebe0b96cc63971@sha256:1b4a211441f307ce3a848287a208cf568182ce731930e97259319e3954cf6780", | |
"name": "image-digest-exporter-9x24l", | |
"terminated": { | |
"containerID": "containerd://5d874591665618b1b00a76484127bf3107e6acebe43bf04b54e98f6fb1e3bc54", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:00Z", | |
"message": "[{\"name\":\"pumpkin-ko-8nrc4\",\"digest\":\"sha256:00961137cdaff2d494c63cd9a5fa54cd0e114e13ed0e87f28748e6a3772ddb8f\"}]", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:32Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-pumpkin-ko-hhpwj", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-pumpkin-ko-hhpwj", | |
"terminated": { | |
"containerID": "containerd://8df9b035b68ad2fd91676c957710577fc05ee79de6175ebae1ebff473a336af3", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:35Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:12Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-pumpkin-test-2r4nq": { | |
"pipelineTaskName": "pumpkin-test", | |
"status": { | |
"completionTime": "2019-11-07T14:34:18Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:34:18Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-pumpkin-test-2r4nq-pod-6991d7", | |
"startTime": "2019-11-07T14:29:38Z", | |
"steps": [ | |
{ | |
"container": "step-go-test-pumpkin", | |
"imageID": "docker.io/library/golang@sha256:0fd6e510dd186b39a88400ac0116c6854fb76a0cdf9ee02da11460296a4beb89", | |
"name": "go-test-pumpkin", | |
"terminated": { | |
"containerID": "containerd://145ed6c44c38b1c553c8b13ae221f422059fa4319e0daae00324ba7b77966f2b", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:17Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:52Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-jd7ts", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-jd7ts", | |
"terminated": { | |
"containerID": "containerd://471666e67b440922b602ae4fadebfd5a63ef43cd7b1fad7c2ca50c64a7b59b3b", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:56Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:49Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-run-jenkinsfile-dsx6x": { | |
"pipelineTaskName": "run-jenkinsfile", | |
"status": { | |
"completionTime": "2019-11-07T14:30:20Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:30:20Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-run-jenkinsfile-dsx6x-pod-4fc022", | |
"startTime": "2019-11-07T14:29:37Z", | |
"steps": [ | |
{ | |
"container": "step-run-jenkinsfile", | |
"imageID": "docker.io/kvish/jenkins-file-runner@sha256:5522f3979ae679fed1e4cbfcf4f240d6378436e8c308c0546f10a8c2908cb069", | |
"name": "run-jenkinsfile", | |
"terminated": { | |
"containerID": "containerd://e6ad189e48c739f69971e3cec686b4d11c926637fc0767f8cb95d85ebe7086c9", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:30:19Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:47Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-dh8js", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-dh8js", | |
"terminated": { | |
"containerID": "containerd://eb8b1b960d07242f235f8f03e4c110f92c86e9c168fceb0f2cd5bc34c5f682ad", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:29:51Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:29:46Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-gitops-ko-55962": { | |
"pipelineTaskName": "update-gitops-ko", | |
"status": { | |
"completionTime": "2019-11-07T14:33:48Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:33:48Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-gitops-ko-55962-pod-d59238", | |
"resourcesResult": [ | |
{ | |
"digest": "sha256:26c77573d2bc33da0c657a62791e26c22824307e0d99e4f65a8b99172cd68c63", | |
"name": "update-gitops-ko-5h78p" | |
} | |
], | |
"startTime": "2019-11-07T14:33:06Z", | |
"steps": [ | |
{ | |
"container": "step-ko-build", | |
"imageID": "docker.io/mesosphere/ko@sha256:e429fa0bf37e5f695268536414f6a93b274a6a4530fd4cf304ff7925a19f2621", | |
"name": "ko-build", | |
"terminated": { | |
"containerID": "containerd://35576ca8dd33c51c5d1893fffcfbfe2d70c85e3c17eb36a4ca2734f58242ba96", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:47Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:35Z" | |
} | |
}, | |
{ | |
"container": "step-git-source-pumpkin-git-gll76-p6vlb", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init@sha256:2aaaecd06986c7705f68f19435b8a913ef6701ac6b961df16d1535f45503cea5", | |
"name": "git-source-pumpkin-git-gll76-p6vlb", | |
"terminated": { | |
"containerID": "containerd://16b50113d841a3da5f185efef45fa62d48f11153820dbdd4b8c6ab001a11b96d", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:40Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:34Z" | |
} | |
}, | |
{ | |
"container": "step-image-digest-exporter-2r25l", | |
"imageID": "docker.io/chhsiao/imagedigestexporter-6e7c518e6125f31761ebe0b96cc63971@sha256:1b4a211441f307ce3a848287a208cf568182ce731930e97259319e3954cf6780", | |
"name": "image-digest-exporter-2r25l", | |
"terminated": { | |
"containerID": "containerd://ce554c10fcd81a71789fb74285a690e8e699bb54a82ba4d3648f56c5ba38690e", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:47Z", | |
"message": "[{\"name\":\"update-gitops-ko-5h78p\",\"digest\":\"sha256:26c77573d2bc33da0c657a62791e26c22824307e0d99e4f65a8b99172cd68c63\"}]", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:35Z" | |
} | |
}, | |
{ | |
"container": "step-create-dir-update-gitops-ko-n9ch8", | |
"imageID": "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/bash@sha256:b183305a486aafbf207cf4dd969b38645b04e6fd18470f32fc7927d0a8035581", | |
"name": "create-dir-update-gitops-ko-n9ch8", | |
"terminated": { | |
"containerID": "containerd://4a120015bb4247a35f39034ca765e460b54d66d523920c26c8f9a6555cc637a5", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:37Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:33Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-4bmdq": { | |
"pipelineTaskName": "update-image-digests-l7n8n", | |
"status": { | |
"completionTime": "2019-11-07T14:38:44Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:38:44Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-4bmdq-pod-7d93f9", | |
"startTime": "2019-11-07T14:38:21Z", | |
"steps": [ | |
{ | |
"container": "step-get-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-digests", | |
"terminated": { | |
"containerID": "containerd://8e9d5632688d3603a94ae2384137fc2e7145507b96991ef3215f7505569e3d19", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:34Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:38:24Z" | |
} | |
}, | |
{ | |
"container": "step-check-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "check-digests", | |
"terminated": { | |
"containerID": "containerd://98ab83c69ede20a08c3835634019da67945f9c3006e7ffb8c91e6542fb21a01a", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:35Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:38:25Z" | |
} | |
}, | |
{ | |
"container": "step-get-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-image-resources", | |
"terminated": { | |
"containerID": "containerd://92478ac8a617498f019688e290157249c6407089bb698c99ac3f7a2aee7b7d6f", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:39Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:38:26Z" | |
} | |
}, | |
{ | |
"container": "step-create-patches", | |
"imageID": "sha256:347be09212d543b6b4b1be11bbc1fb7c9574ae2067f355bc3950673578b4f590", | |
"name": "create-patches", | |
"terminated": { | |
"containerID": "containerd://12f2374002176fe416e8a8db2fcd1edc56cb333589cf214a42fce3f2ddda8f5c", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:40Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:38:27Z" | |
} | |
}, | |
{ | |
"container": "step-patch-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "patch-image-resources", | |
"terminated": { | |
"containerID": "containerd://4830d8d57a147e1cdd382ada8f504940ebca92eb31f21d9a5f026b492d59e7eb", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:38:44Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:38:27Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-gdmzr": { | |
"pipelineTaskName": "update-image-digests-f478n", | |
"status": { | |
"completionTime": "2019-11-07T14:31:06Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:31:06Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-gdmzr-pod-33a0d1", | |
"startTime": "2019-11-07T14:30:39Z", | |
"steps": [ | |
{ | |
"container": "step-get-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-digests", | |
"terminated": { | |
"containerID": "containerd://dee36ba36c942e455ab0e62eb44217653bcd2251040c70a2e328b73c059e721b", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:30:54Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:30:43Z" | |
} | |
}, | |
{ | |
"container": "step-check-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "check-digests", | |
"terminated": { | |
"containerID": "containerd://4b211092a3df73702baa160c7034863a71a471b8bf99d6c7a4c80acad8272d97", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:30:55Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:30:44Z" | |
} | |
}, | |
{ | |
"container": "step-get-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-image-resources", | |
"terminated": { | |
"containerID": "containerd://f3e9d00d8e30e7659b19d84e94247ed6dbdde21b5935a6033c0cd11023dacc96", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:31:00Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:30:45Z" | |
} | |
}, | |
{ | |
"container": "step-create-patches", | |
"imageID": "sha256:347be09212d543b6b4b1be11bbc1fb7c9574ae2067f355bc3950673578b4f590", | |
"name": "create-patches", | |
"terminated": { | |
"containerID": "containerd://348a802188bf9e9527fa91a7f17a28b69419ccfe05d60728e5a5ccca313f8314", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:31:00Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:30:46Z" | |
} | |
}, | |
{ | |
"container": "step-patch-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "patch-image-resources", | |
"terminated": { | |
"containerID": "containerd://0a028de6bb2fe0bc910abb8c8bb82d273ae81451ff6bbc7afc0836a850d039a3", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:31:05Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:30:47Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-jrsrk": { | |
"pipelineTaskName": "update-image-digests-sk76h", | |
"status": { | |
"completionTime": "2019-11-07T14:35:06Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:35:06Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-jrsrk-pod-26f0b2", | |
"startTime": "2019-11-07T14:34:40Z", | |
"steps": [ | |
{ | |
"container": "step-get-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-digests", | |
"terminated": { | |
"containerID": "containerd://dc1f84f079f95d8827656a0019a20c5f39039fd9d1d66153cf5e1dba67d12c1f", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:55Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:45Z" | |
} | |
}, | |
{ | |
"container": "step-check-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "check-digests", | |
"terminated": { | |
"containerID": "containerd://ae5964f3f3099b6b2e9eb8b0cac57ae0e9ad647f54f6c202fe80bff64e4efd75", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:55Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:45Z" | |
} | |
}, | |
{ | |
"container": "step-get-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-image-resources", | |
"terminated": { | |
"containerID": "containerd://7c5708193effb1a5f27306f63a086a9aa3630d612b72902333b7e943dc0dd67a", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:35:00Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:46Z" | |
} | |
}, | |
{ | |
"container": "step-create-patches", | |
"imageID": "sha256:347be09212d543b6b4b1be11bbc1fb7c9574ae2067f355bc3950673578b4f590", | |
"name": "create-patches", | |
"terminated": { | |
"containerID": "containerd://9870bd109990618d5214502d9cac3f34e90c75f1d24e21d76492198bcc6752fe", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:35:00Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:47Z" | |
} | |
}, | |
{ | |
"container": "step-patch-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "patch-image-resources", | |
"terminated": { | |
"containerID": "containerd://18674748a50f247fc821dccab2b0f39336ddb5d6b539d06ca208d4ae117c7ef1", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:35:05Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:48Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-qkk76": { | |
"pipelineTaskName": "update-image-digests-cr7r5", | |
"status": { | |
"completionTime": "2019-11-07T14:34:37Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:34:37Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-qkk76-pod-28922c", | |
"startTime": "2019-11-07T14:34:11Z", | |
"steps": [ | |
{ | |
"container": "step-get-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-digests", | |
"terminated": { | |
"containerID": "containerd://2f96cc0ae096fc2bc48393385e8854119fd5c2370668d76e51fa70f1df941c09", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:27Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:15Z" | |
} | |
}, | |
{ | |
"container": "step-check-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "check-digests", | |
"terminated": { | |
"containerID": "containerd://2f33d78cb6676c5634db20a509080652507d6d67f29de7b9c2bc4b8b7202040c", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:27Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:15Z" | |
} | |
}, | |
{ | |
"container": "step-get-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-image-resources", | |
"terminated": { | |
"containerID": "containerd://41c87206c7e6a1c2ad67ebd59aa683741510ed37eb8fa97a10c4803be9f92230", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:32Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:17Z" | |
} | |
}, | |
{ | |
"container": "step-create-patches", | |
"imageID": "sha256:347be09212d543b6b4b1be11bbc1fb7c9574ae2067f355bc3950673578b4f590", | |
"name": "create-patches", | |
"terminated": { | |
"containerID": "containerd://bc02ae5bb391f88e9c98e19138d3ae69e2da8dc41fee7c4c1a930e419b94e11d", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:32Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:18Z" | |
} | |
}, | |
{ | |
"container": "step-patch-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "patch-image-resources", | |
"terminated": { | |
"containerID": "containerd://3e1fc9b1aa565fb79cd416c31e600a9902a3e428f5186e0e2a0e0b39ebbf1430", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:36Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:34:20Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-tctxb": { | |
"pipelineTaskName": "update-image-digests-bldhs", | |
"status": { | |
"completionTime": "2019-11-07T14:33:06Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:33:06Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-tctxb-pod-6a911e", | |
"startTime": "2019-11-07T14:32:37Z", | |
"steps": [ | |
{ | |
"container": "step-get-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-digests", | |
"terminated": { | |
"containerID": "containerd://07e766b1a86547fb2250f340becbb4bfd2828edba35b83108ee8e5f3cbd0ad7d", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:32:55Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:32:45Z" | |
} | |
}, | |
{ | |
"container": "step-check-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "check-digests", | |
"terminated": { | |
"containerID": "containerd://70182383e46d977a1363146e1e83eeb0a7f2a77d1fef7be871a819f8a0f595e8", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:32:56Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:32:46Z" | |
} | |
}, | |
{ | |
"container": "step-get-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-image-resources", | |
"terminated": { | |
"containerID": "containerd://c748c3035c7c3d7300c9bdbe43278d22eadfd39a09b1f12e3bcad8476576fff7", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:00Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:32:47Z" | |
} | |
}, | |
{ | |
"container": "step-create-patches", | |
"imageID": "sha256:347be09212d543b6b4b1be11bbc1fb7c9574ae2067f355bc3950673578b4f590", | |
"name": "create-patches", | |
"terminated": { | |
"containerID": "containerd://ab2fd2b02478f03956f6d0703c519f681685bfab4e404630abea0ca5ffadf24e", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:01Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:32:48Z" | |
} | |
}, | |
{ | |
"container": "step-patch-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "patch-image-resources", | |
"terminated": { | |
"containerID": "containerd://1e0df547a2305220f584bc1bfbf55ce5e2767a858d9b260e62e403f70183d1bb", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:33:05Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:32:48Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-wqk4x": { | |
"pipelineTaskName": "update-image-digests-rbplg", | |
"status": { | |
"completionTime": "2019-11-07T14:34:17Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:34:17Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-wqk4x-pod-1fb2f7", | |
"startTime": "2019-11-07T14:33:48Z", | |
"steps": [ | |
{ | |
"container": "step-get-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-digests", | |
"terminated": { | |
"containerID": "containerd://0552f76544baa95a175ccd02562db1a066e5f8ff078abd974b63de8613484e73", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:06Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:55Z" | |
} | |
}, | |
{ | |
"container": "step-check-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "check-digests", | |
"terminated": { | |
"containerID": "containerd://8004b4f25d45caf1239e2dca53559ec3cfc7386fcf79739c857a4381a006ec43", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:07Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:56Z" | |
} | |
}, | |
{ | |
"container": "step-get-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-image-resources", | |
"terminated": { | |
"containerID": "containerd://8706c63267e14504b127ee885fed44d4b59d58945f8193fb7065d0ed013a4bdf", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:11Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:56Z" | |
} | |
}, | |
{ | |
"container": "step-create-patches", | |
"imageID": "sha256:347be09212d543b6b4b1be11bbc1fb7c9574ae2067f355bc3950673578b4f590", | |
"name": "create-patches", | |
"terminated": { | |
"containerID": "containerd://f1eb67e8c743ca61902aab2ee9c6fa509addbca87a4b026f1747b84583e30d90", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:12Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:58Z" | |
} | |
}, | |
{ | |
"container": "step-patch-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "patch-image-resources", | |
"terminated": { | |
"containerID": "containerd://1a0ea5603053fd5cd82f4e396e5aaea85e06dda542d1993b9b1e2269624367ba", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:34:16Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:33:59Z" | |
} | |
} | |
] | |
} | |
}, | |
"mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-zgp8z": { | |
"pipelineTaskName": "update-image-digests-9z5x2", | |
"status": { | |
"completionTime": "2019-11-07T14:37:26Z", | |
"conditions": [ | |
{ | |
"lastTransitionTime": "2019-11-07T14:37:26Z", | |
"message": "All Steps have completed executing", | |
"reason": "Succeeded", | |
"status": "True", | |
"type": "Succeeded" | |
} | |
], | |
"podName": "mesosphere-pumpkin-pr-193-b53a2a3-h2qrv-update-image-dige-zgp8z-pod-8d4999", | |
"startTime": "2019-11-07T14:37:01Z", | |
"steps": [ | |
{ | |
"container": "step-get-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-digests", | |
"terminated": { | |
"containerID": "containerd://985e4f653a0d5f4f9969489d62741e6893d3802252e9751c7214d5a58a13833a", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:15Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:05Z" | |
} | |
}, | |
{ | |
"container": "step-check-digests", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "check-digests", | |
"terminated": { | |
"containerID": "containerd://5b25c9095751e8a537fa948b33c119257843b4abf656ef8e354fc41028570892", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:16Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:06Z" | |
} | |
}, | |
{ | |
"container": "step-get-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "get-image-resources", | |
"terminated": { | |
"containerID": "containerd://3aa8b131419d945efbc7a1eabf5860912d3ccd6257c25fdb67997e218f3005fd", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:21Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:07Z" | |
} | |
}, | |
{ | |
"container": "step-create-patches", | |
"imageID": "sha256:347be09212d543b6b4b1be11bbc1fb7c9574ae2067f355bc3950673578b4f590", | |
"name": "create-patches", | |
"terminated": { | |
"containerID": "containerd://eeee7f4149948e4e18ed711e863f67ac3459672db6d8cb939ef065161cfa6b56", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:21Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:08Z" | |
} | |
}, | |
{ | |
"container": "step-patch-image-resources", | |
"imageID": "docker.io/lachlanevenson/k8s-kubectl@sha256:561480d5345e1e09d9896deea3c50569c71096cd52ea6c69fef84db880e5879c", | |
"name": "patch-image-resources", | |
"terminated": { | |
"containerID": "containerd://91e9c81340357f0df447108c05997bb5376082655d4ba6eda2698da2c58a4b68", | |
"exitCode": 0, | |
"finishedAt": "2019-11-07T14:37:25Z", | |
"reason": "Completed", | |
"startedAt": "2019-11-07T14:37:09Z" | |
} | |
} | |
] | |
} | |
} | |
} | |
} | |
}; | |
var dataSource = []; | |
Object.keys(pipelinerun.status.taskRuns).forEach(function(taskrun) { | |
dataSource.push({ | |
action: taskrun, | |
type: taskrun, | |
start: new Date(pipelinerun.status.taskRuns[taskrun].status.startTime), | |
end: new Date(pipelinerun.status.taskRuns[taskrun].status.completionTime), | |
}); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> | |
<script src="https://cdn3.devexpress.com/jslib/19.1.3/js/dx.all.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#chart { | |
height: 440px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link href="https://cdn3.devexpress.com/jslib/19.1.3/css/dx.common.css" rel="stylesheet" /> | |
<link href="https://cdn3.devexpress.com/jslib/19.1.3/css/dx.light.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment