diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2016-11-29 00:40:23 +0100 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2016-11-29 16:26:37 +0000 |
commit | a242ef1a33892471c0529f1617085314f9d6ddb6 (patch) | |
tree | 9b328891215cc410778c94a4d43f7abed471b7ff /tcwg-buildapp.yaml | |
parent | 46de77d18ea8d3a9904fefc70152a21de492eb13 (diff) | |
download | configs-a242ef1a33892471c0529f1617085314f9d6ddb6.tar.gz |
tcwg-buildapp: Merge with tcwg-buildapp-christophe.
tcwg-buildapp-christophe, tcwg-trigger-buildapp: Disable.
Change-Id: I825998c947200b328331a0d5898503f53db7995e
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r-- | tcwg-buildapp.yaml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml index 10f4bba75..831b18038 100644 --- a/tcwg-buildapp.yaml +++ b/tcwg-buildapp.yaml @@ -14,12 +14,18 @@ days-to-keep: 30 num-to-keep: 30 parameters: - - file: - name: buildapp.properties - string: name: toolchain_url default: '' description: 'Toolchain URL' + - string: + name: app_list + default: 'gcc linux linux+all' + description: 'List of apps to build (eg gcc, linux, linux+myconfig, linux+all [linux means allmodconfig])' + - string: + name: target_list + default: 'arm-linux-gnueabihf aarch64-linux-gnu' + description: 'List of targets to use' disabled: false node: tcwg-x86_64-cam child-workspace: $target/$app |