From 3f7ed739246588580bb41e608e67a8f8d663d30d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 5 Apr 2018 15:05:36 -0400 Subject: Apex: add missing fetch-logs to jobs list Change-Id: I28e4b613d92c43d32e95f8e1b4f4a4e2db102bc5 Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 2 +- jjb/apex/apex.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/apex') diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index ed7ba7544..48bff6640 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -3,6 +3,7 @@ name: 'apex' project: 'apex' jobs: + - 'apex-fetch-logs-{stream}' - 'apex-runner-cperf-{stream}' - 'apex-virtual-{stream}' - 'apex-deploy-{platform}-{stream}' @@ -246,7 +247,6 @@ scm: - git-scm-gerrit parameters: - - '{project}-{platform}-{stream}-defaults' - project-parameter: project: '{project}' branch: '{branch}' diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index b0fc0d451..c72504452 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -3,6 +3,7 @@ name: 'apex' project: 'apex' jobs: + - 'apex-fetch-logs-{stream}' - 'apex-runner-cperf-{stream}' - 'apex-virtual-{stream}' - 'apex-deploy-{platform}-{stream}' @@ -88,7 +89,6 @@ scm: - git-scm-gerrit parameters: - - '{project}-{platform}-{stream}-defaults' - project-parameter: project: '{project}' branch: '{branch}' -- cgit 1.2.3-korg