Skip to content

Commit 43e1afb

Browse files
committed
Add metadata for workflow generation.
Signed-off-by: Timothy Rule (VM/EMT3) <Timothy.Rule@de.bosch.com>
1 parent d78d415 commit 43e1afb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Taskfile.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tasks:
2222
DBCDIR:
2323
sh: dirname {{.DBCFILE}}
2424
OUTDIR: '{{default .DBCDIR .OUTDIR}}'
25-
FUNCTION_LIB: '{{.FUNCTION_PATCH | default ""}}'
25+
FUNCTION_LIB: '{{.FUNCTION_LIB | default ""}}'
2626
FUNCTION_PATCH: '{{.FUNCTION_PATCH | default ""}}'
2727
SIGNAL_PATCH: '{{.SIGNAL_PATCH | default ""}}'
2828
REMOVE_UNKNOWN: '{{.REMOVE_UNKNOWN | default ""}}'
@@ -42,6 +42,7 @@ tasks:
4242
- '{{.PWD}}/{{.OUTDIR}}/**'
4343

4444
convert-arxml:
45+
internal: true
4546
run: always
4647
dir: '{{.USER_WORKING_DIR}}'
4748
label: dse:network:generate-{{.ARXML}}
@@ -69,6 +70,7 @@ tasks:
6970
- '{{.PWD}}/{{.OUTDIR}}/**'
7071

7172
find-dbc:
73+
internal: true
7274
run: always
7375
dir: '{{.USER_WORKING_DIR}}'
7476
label: dse:network:generate-{{.ARXML}}
@@ -101,6 +103,7 @@ tasks:
101103
- '{{.PWD}}/{{.OUTDIR}}/**'
102104

103105
generate-dbc:
106+
internal: true
104107
run: always
105108
dir: '{{.USER_WORKING_DIR}}'
106109
label: dse:network:generate-{{.DBCFILE}}
@@ -146,6 +149,7 @@ tasks:
146149
- '{{.PWD}}/{{.OUTDIR}}/**'
147150

148151
gen-code:
152+
internal: true
149153
run: when_changed
150154
dir: '{{.USER_WORKING_DIR}}'
151155
label: dse:network:gen-code-{{.DBCFILE}}
@@ -173,6 +177,7 @@ tasks:
173177
- '{{.PWD}}/{{.OUTDIR}}/{{.DBCNAME}}.yaml'
174178

175179
build-message-lib:
180+
internal: true
176181
run: when_changed
177182
dir: '{{.USER_WORKING_DIR}}'
178183
label: dse:network:build-message-lib-{{.DBCFILE}}
@@ -205,6 +210,7 @@ tasks:
205210
- '{{.PWD}}/{{.MESSAGE_LIB_FILE}}'
206211

207212
gen-network:
213+
internal: true
208214
run: when_changed
209215
dir: '{{.USER_WORKING_DIR}}'
210216
label: dse:network:gen-network-{{.DBCFILE}}
@@ -243,6 +249,7 @@ tasks:
243249
- '{{.PWD}}/{{.NETWORK_FILE}}'
244250

245251
patch-network:
252+
internal: true
246253
run: when_changed
247254
dir: '{{.USER_WORKING_DIR}}'
248255
label: dse:network:patch-network-{{.DBCFILE}}
@@ -272,6 +279,7 @@ tasks:
272279
- '{{.PWD}}/{{.NETWORK_FILE}}'
273280

274281
gen-signalgroup:
282+
internal: true
275283
run: when_changed
276284
dir: '{{.USER_WORKING_DIR}}'
277285
label: dse:network:gen-signalgroup-{{.DBCFILE}}
@@ -305,6 +313,7 @@ tasks:
305313
- '{{.PWD}}/{{.SIGGROUP_FILE}}'
306314

307315
set-mimetype:
316+
internal: true
308317
run: when_changed
309318
dir: '{{.USER_WORKING_DIR}}'
310319
label: dse:network:gen-signalgroup-{{.DBCFILE}}

0 commit comments

Comments
 (0)