Revert "fix(jobspec): Delete ipsec nfv density tests"
[csit.git] / fdio.infra.ansible / roles / jenkins_job_health_exporter / defaults / main.yaml
1 ---
2 # file: roles/jenkins_job_health_exporter/defaults/main.yaml
3
4 # Conf - Jenkins Job Health Exporter.
5 jenkins_host: "jenkins.fd.io"
6 poll_interval_sec: 1800
7 req_timeout_sec: 30
8 bind_to: "0.0.0.0:9186"
9 last_builds: 10
10 jobs:
11   - "vpp-csit-verify-api-crc-master-ubuntu2204-x86_64"
12   - "vpp-gcc-verify-master-ubuntu2204-x86_64"
13   - "vpp-verify-master-ubuntu2204-aarch64"
14   - "vpp-verify-master-ubuntu2204-x86_64"
15   - "vpp-debug-verify-master-ubuntu2204-x86_64"
16   - "vpp-checkstyle-verify-master-ubuntu2204-x86_64"
17   - "vpp-docs-verify-master-ubuntu2204-x86_64"
18   - "vpp-csit-verify-device-master-ubuntu2204-x86_64-1n-skx"
19   - "vpp-csit-verify-device-master-ubuntu2204-aarch64-1n-tx2"
20
21 # Conf - Service.
22 jenkins_job_health_exporter_restart_handler_state: "restarted"
23
24 # Inst - System paths.
25 jenkins_job_health_exporter_target_dir: "/usr/bin"
26 jenkins_job_health_exporter_conf_dir: "/etc"
27 jenkins_job_health_exporter_url: "https://github.com/ayourtch/jenkins-job-health-exporter/releases/download"
28 jenkins_job_health_exporter_version: "v0.0.3"