diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-06 21:03:25 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-09-06 21:03:25 +0200 |
commit | ed83bff32300ff3aaccc39165df814de3cf77a58 (patch) | |
tree | 812d1ce4d9dcb82cdbd7e74ef30201221f22c761 /jjb/functest | |
parent | 120d08a32166dfd8a8b85a80e8b4e62a35329563 (diff) |
functest: Move verify back to opnfv-build-ubuntu
Recent rework changed the label for the verify jobs from
"opnfv-build-ubuntu" to just "opnfv-build", trying to make it
more OS-agnostic.
Since verify jobs fail after the rework, try reverting the
label change, hopefully it will fix the failure as well.
Change-Id: I15d139d8dc2d2f940a1af2c1b5fb218d6be19f82
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/functest/functest-project-jobs.yml b/jjb/functest/functest-project-jobs.yml index 9b3fafaea..54acb66d2 100644 --- a/jjb/functest/functest-project-jobs.yml +++ b/jjb/functest/functest-project-jobs.yml @@ -39,7 +39,7 @@ - project-parameter: project: '{project}' branch: '{branch}' - - 'opnfv-build-defaults' + - 'opnfv-build-ubuntu-defaults' scm: - git-scm-gerrit |