From c9c613555ad2efbeeef792b4b14a232004b81490 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 12 Jun 2017 14:49:07 -0400 Subject: [PATCH 1/1] Fix alias linking for lf_tox_verify Change-Id: I1c80c87fcb591af1d00f0d480615e58da0a68ab7 Signed-off-by: Thanh Ha --- jjb/lf-python-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 581e34a0..f888c847 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -86,7 +86,7 @@ # Python projects typically use tox to run testing. name: '{project-name}-tox-verify-{stream}' id: gerrit-tox-verify - <<: *lf-tox-verify + <<: *lf_tox_verify scm: - lf-infra-gerrit-scm: @@ -119,7 +119,7 @@ # Python projects typically use tox to run testing. name: '{project-name}-tox-verify-{stream}' id: github-tox-verify - <<: *lf-tox-verify + <<: *lf_tox_verify properties: - github: -- 2.16.6