github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/prow/test/data/kubernetes-explicit-decoration-prow-job.yaml (about) 1 apiVersion: prow.k8s.io/v1 2 kind: ProwJob 3 metadata: 4 creationTimestamp: null 5 labels: 6 prow.k8s.io/job: kubernetes-explicit-decoration 7 prow.k8s.io/refs.org: test-org 8 prow.k8s.io/refs.pull: "1" 9 prow.k8s.io/refs.repo: test-repo 10 prow.k8s.io/type: presubmit 11 name: 2d005bf9-8170-11e8-a34f-54ee753e2644 12 spec: 13 agent: kubernetes 14 cluster: default 15 context: kubernetes-explicit-decoration 16 decoration_config: 17 gcs_configuration: 18 bucket: explicit-bucket 19 path_strategy: explicit 20 gcs_credentials_secret: explicit-service-account 21 grace_period: 1 22 timeout: 1 23 utility_images: 24 clonerefs: clonerefs:explicit 25 entrypoint: entrypoint:explicit 26 initupload: initupload:explicit 27 sidecar: sidecar:explicit 28 job: kubernetes-explicit-decoration 29 pod_spec: 30 containers: 31 - args: 32 - test 33 - ./... 34 image: golang:latest 35 name: "" 36 resources: {} 37 refs: 38 base_ref: master 39 base_sha: basesha 40 org: test-org 41 pulls: 42 - author: bob 43 number: 1 44 sha: pullsha 45 repo: test-repo 46 report: true 47 rerun_command: /test kubernetes-explicit-decoration 48 type: presubmit 49 status: 50 startTime: 2018-07-06T22:59:02Z 51 state: triggered