-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTaskfile.yaml
More file actions
91 lines (74 loc) · 1.52 KB
/
Taskfile.yaml
File metadata and controls
91 lines (74 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
version: '3'
includes:
remote: https://github.com/ghraw/eoap/task-files/refs/tags/0.1.0/build-test/Taskfile.yaml
local: Taskfile-local.yaml
tasks:
build:
- task: remote:build
build-debug:
cmds:
- defer: rm -f skaffold-auto.yaml
- task: remote:prepare-kaniko
- |
skaffold build -f skaffold-auto.yaml
build-ttl:
- task: remote:build-ttl
prepare:
- task: remote:prepare-kaniko
test:
- task: remote:test
pattern-1:
- task: local:pattern-1-wrap
- task: remote:test-by-index
vars:
VAR: 0
pattern-2:
- task: local:pattern-2-wrap
- task: remote:test-by-index
vars:
VAR: 1
pattern-3:
- task: local:pattern-3-wrap
- task: remote:test-by-index
vars:
VAR: 2
pattern-4:
- task: local:pattern-4-wrap
- task: remote:test-by-index
vars:
VAR: 3
pattern-5:
- task: local:pattern-5-wrap
- task: remote:test-by-index
vars:
VAR: 4
pattern-6:
- task: local:pattern-6-wrap
- task: remote:test-by-index
vars:
VAR: 5
pattern-7:
- task: local:pattern-7-wrap
- task: remote:test-by-index
vars:
VAR: 6
pattern-8:
- task: local:pattern-8-wrap
- task: remote:test-by-index
vars:
VAR: 7
pattern-9:
- task: local:pattern-9-wrap
- task: remote:test-by-index
vars:
VAR: 8
pattern-10:
- task: local:pattern-10-wrap
- task: remote:test-by-index
vars:
VAR: 9
pattern-11:
- task: local:pattern-11-wrap
- task: remote:test-by-index
vars:
VAR: 10