summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Radakovic <stevan.radakovic@linaro.org>2017-05-04 11:32:33 +0200
committerStevan Radakovic <stevan.radakovic@linaro.org>2017-05-04 11:32:33 +0200
commitaa408531166925c91081dc54deb664a2f6aa6def (patch)
tree3b07766d293b4483ad8890d7d6013f63fa93fe9f
parent8e1412ad42bc2add92b01025b3dd2ec2fb36119c (diff)
Add include yaml example.
-rw-r--r--job_yaml/include-example.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/job_yaml/include-example.yaml b/job_yaml/include-example.yaml
new file mode 100644
index 0000000..b75bd45
--- /dev/null
+++ b/job_yaml/include-example.yaml
@@ -0,0 +1,8 @@
+timeouts:
+ job:
+ minutes: 15 # timeout for the whole job (default: ??h)
+ action:
+ minutes: 5 # default timeout applied for each action; can be overriden in the action itself (default: ?h)
+visibility: personal
+context:
+ arch: amd64