Skip to content

Instantly share code, notes, and snippets.

@skaegi
Created November 21, 2019 18:49
Show Gist options
  • Save skaegi/92cbff2e8d193e49ddeb9bac92f99911 to your computer and use it in GitHub Desktop.
Save skaegi/92cbff2e8d193e49ddeb9bac92f99911 to your computer and use it in GitHub Desktop.
20-step-test
apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: 20echo-hello-world
spec:
steps:
- name: echo1
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo2
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo3
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo4
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo5
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo6
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo7
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo8
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo9
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo10
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo11
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo12
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo13
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo14
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo15
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo16
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo17
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo18
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo19
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
- name: echo20
image: busybox:1.31.1
command:
- echo
args:
- "hello world"
apiVersion: tekton.dev/v1alpha1
kind: TaskRun
metadata:
name: 20echo-hello-world-task-run
spec:
taskRef:
name: 20echo-hello-world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment