Skip to content

Instantly share code, notes, and snippets.

@jlewi
Created December 29, 2017 00:01
Show Gist options
  • Save jlewi/5b9cea4cbdac30aed48ea78840d98004 to your computer and use it in GitHub Desktop.
Save jlewi/5b9cea4cbdac30aed48ea78840d98004 to your computer and use it in GitHub Desktop.
Argo Workflow Causing Segfault
apiVersion: v1
items:
- apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
clusterName: ""
creationTimestamp: 2017-12-28T23:49:03Z
generation: 0
labels:
workflows.argoproj.io/phase: Running
name: e2e-test-presubmit-20171228-154513
namespace: kubeflow-test-infra
resourceVersion: "143245"
selfLink: /apis/argoproj.io/v1alpha1/namespaces/kubeflow-test-infra/workflows/e2e-test-presubmit-20171228-154513
uid: af094796-ec29-11e7-b323-42010af0024d
spec:
arguments: {}
entrypoint: e2e
templates:
- inputs: {}
name: e2e
outputs: {}
steps:
- - arguments: {}
name: checkout
template: checkout
- inputs:
artifacts:
- git:
repo: https://github.com/google/kubeflow.git
revision: master
name: kubeflow-source
path: /mnt/e2e-test-presubmit-20171228-154513/src/kubeflow
- git:
repo: https://github.com/tensorflow/k8s.git
revision: master
name: tensorflow-k8s-source
path: /mnt/e2e-test-presubmit-20171228-154513/src/tensorflow_k8s
name: checkout
outputs: {}
script:
command:
- bash
image: ubuntu:latest
source: ""
- container:
command:
- python
- -m
- testing.test_deploy
env:
- name: PYTHONPATH
value: /mnt/e2e-test-presubmit-20171228-154513/tensorflow_k8s:/mnt/e2e-test-presubmit-20171228-154513/src/kubeflow
image: busybox:latest
name: ""
resources: {}
volumeMounts:
- mountPath: /mnt/e2e-test-presubmit-20171228-154513
name: e2e-test-presubmit-20171228-154513
inputs: {}
name: test-deploy
outputs: {}
volumeClaimTemplates:
- metadata:
creationTimestamp: null
name: e2e-test-presubmit-20171228-154513
namespace: kubeflow-test-infra
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
status: {}
status:
finishedAt: null
nodes:
e2e-test-presubmit-20171228-154513:
children:
- e2e-test-presubmit-20171228-154513-3454613708
finishedAt: null
id: e2e-test-presubmit-20171228-154513
name: e2e-test-presubmit-20171228-154513
phase: Running
startedAt: 2017-12-28T23:49:03Z
e2e-test-presubmit-20171228-154513-3454613708:
children:
- e2e-test-presubmit-20171228-154513-2600643722
finishedAt: null
id: e2e-test-presubmit-20171228-154513-3454613708
name: e2e-test-presubmit-20171228-154513[0]
phase: Running
startedAt: 2017-12-28T23:49:03Z
persistentVolumeClaims:
- name: e2e-test-presubmit-20171228-154513
persistentVolumeClaim:
claimName: e2e-test-presubmit-20171228-154513-e2e-test-presubmit-20171228-154513
phase: Running
startedAt: 2017-12-28T23:49:03Z
kind: List
metadata:
resourceVersion: ""
selfLink: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment