diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-03-09 15:37:13 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-03-09 15:37:13 -0800 |
commit | ab834c5f7fd4ed6ba578b6a36a8fd98ae4085823 (patch) | |
tree | b6808133b4a25ad86ed26b67425746c5d671f884 /jjb | |
parent | 83deffa1d92e061ad567a23d6e4270a6e42c65bb (diff) |
Fix functest job name for armband ci jobs
Change-Id: I44c47347ce8759a545245bf2d3ad6d6657226875
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/armband/armband-ci-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index ada430601..1c5f14880 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -131,7 +131,7 @@ same-node: true block: true - trigger-builds: - - project: 'functest-{installer}-{pod}-daily-{stream}' + - project: 'functest-{installer}-{pod}-arm-daily-{stream}' current-parameters: false predefined-parameters: DEPLOY_SCENARIO={scenario} |