diff options
author | Tim Rozet <trozet@redhat.com> | 2018-04-05 15:05:36 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-04-05 15:12:45 -0400 |
commit | 3f7ed739246588580bb41e608e67a8f8d663d30d (patch) | |
tree | 3ad7d46fbd679cea4be786cd75ecebf80e066a6b /jjb/apex | |
parent | 979cef911006bde631ac28f7154b3db082d10ef5 (diff) |
Apex: add missing fetch-logs to jobs list
Change-Id: I28e4b613d92c43d32e95f8e1b4f4a4e2db102bc5
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-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}' |