26db5b3b24
This change adds new roles to run logjuicer in zuul jobs: https://github.com/logjuicer/logjuicer Change-Id: I02824a18285a16c8f0be6bb96b5404aa0d601c16
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
- job:
|
|
name: zuul-jobs-test-local-log-download
|
|
description: Test the local-log-download role
|
|
files:
|
|
- roles/local-log-download/.*
|
|
- test-playbooks/local-log-download.yaml
|
|
run: test-playbooks/local-log-download.yaml
|
|
|
|
- job:
|
|
name: zuul-jobs-test-upload-logs-s3
|
|
description: Test the upload-logs-s3 role
|
|
files:
|
|
- roles/upload-logs-s3/.*
|
|
- roles/upload-logs-base/.*
|
|
- test-playbooks/upload-logs-s3.yaml
|
|
run: test-playbooks/upload-logs-s3.yaml
|
|
|
|
- job:
|
|
name: zuul-jobs-test-run-logjuicer
|
|
description: Test the run-logjuicer role
|
|
files:
|
|
- roles/run-logjuicer/.*
|
|
- test-playbooks/run-loreduce.yaml
|
|
run: test-playbooks/run-logjuicer.yaml
|
|
|
|
# -* AUTOGENERATED *-
|
|
# The following project section is autogenerated by
|
|
# tox -e update-test-platforms
|
|
# Please re-run to generate new job lists
|
|
|
|
- project:
|
|
check:
|
|
jobs: &id001
|
|
- zuul-jobs-test-local-log-download
|
|
- zuul-jobs-test-upload-logs-s3
|
|
- zuul-jobs-test-run-logjuicer
|
|
gate:
|
|
jobs: *id001
|
|
periodic-weekly:
|
|
jobs: *id001
|