diff options
-rw-r--r-- | jjb/apex/apex.yml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yml.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
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}' |