From: Alexandru Avadanii Date: Tue, 14 Apr 2020 13:55:55 +0000 (+0200) Subject: Fix SCM macro usage of refspec, branches X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=15ca162dfa0f9acbb14c296f1cc74ca6c4f980ba;hp=15ca162dfa0f9acbb14c296f1cc74ca6c4f980ba;p=ci-management.git Fix SCM macro usage of refspec, branches - fix ignored refspec SCM parameter (hardcoded to empty string): s/refspec: ''/refspec: '$GERRIT_REFSPEC'/g - fix IEC SCM configuration regression (broken in previous commit): s/branches: '$GERRIT_BRANCH'/branch: 'GERRIT_BRANCH'/g - add missing lf-infra-parameters macro to bluval job; - use lf-infra-gerrit-scm macro in IEC templates (now that submodule recursive cloning parametrization is supported); - retire 'validation-job-parameters' parameters macro, which is only an alias for 'lf-infra-parameters'; - rework validation SCM handling for refs/tags/...; JIRA: VAL-103 Change-Id: I94957fb02afdfe8a01330e768dc5fde15f5ea05d Signed-off-by: Alexandru Avadanii ---