diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-02 20:17:35 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-06-02 20:17:35 +0200 |
commit | b7b65449c824bc5cd7fdd0fba4a190fb47090e68 (patch) | |
tree | 8530ca153e28525efee561f836fba56539d4f410 /templates/config/default.cfg | |
parent | 99f8e91d6641505e85528ca6e85b88a36888f9e6 (diff) |
Add prerelease type to generatorjellyfish_9.99.1jellyfish/9.99.19.99.1
Allow the tool to generate jobs against the prerelease location.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I7f00ee52ad85b2aecc52679da4e98857a5dd59cb
Diffstat (limited to 'templates/config/default.cfg')
-rw-r--r-- | templates/config/default.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/config/default.cfg b/templates/config/default.cfg index 4177687..af2340b 100644 --- a/templates/config/default.cfg +++ b/templates/config/default.cfg @@ -6,6 +6,10 @@ style = AGL urlbase = http://download.automotivelinux.org/AGL/release/ test_plan = ["release"] +[prerelease] +urlbase = http://download.automotivelinux.org/AGL/upload/ci/ +test_plan = ["release"] + [weekly] [daily] [snapshot] @@ -15,3 +19,4 @@ test_plan = ["release"] [ci] urlbase = http://download.automotivelinux.org/AGL/upload/ci/ test_plan = ["ci"] + |