aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-12-19 09:32:31 +0000
committerpmikus <peter.mikus@protonmail.ch>2022-12-19 09:32:31 +0000
commitc4ecedf6cb82a4d68035237add6af5f611d36a47 (patch)
tree8388a0f742e744774f8e3ca8d77ef9127646a123 /fdio.infra.ansible
parentd4464a39149e2d71e625e46dee70678980ad164a (diff)
fix(ansible): Jenkins Job Exporter
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ia6459b777dc8e74f00f561f510916526af3270c5
Diffstat (limited to 'fdio.infra.ansible')
-rw-r--r--fdio.infra.ansible/roles/jenkins_job_health_exporter/defaults/main.yaml25
-rw-r--r--fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml6
2 files changed, 12 insertions, 19 deletions
diff --git a/fdio.infra.ansible/roles/jenkins_job_health_exporter/defaults/main.yaml b/fdio.infra.ansible/roles/jenkins_job_health_exporter/defaults/main.yaml
index 73a0caecfa..ab54aac516 100644
--- a/fdio.infra.ansible/roles/jenkins_job_health_exporter/defaults/main.yaml
+++ b/fdio.infra.ansible/roles/jenkins_job_health_exporter/defaults/main.yaml
@@ -8,22 +8,15 @@ req_timeout_sec: 30
bind_to: "0.0.0.0:9186"
last_builds: 10
jobs:
- - "vpp-csit-verify-api-crc-master-ubuntu2004-x86_64"
- - "vpp-beta-verify-master-ubuntu2004-aarch64"
- - "vpp-verify-master-centos8-aarch64"
- - "vpp-verify-master-ubuntu1804-aarch64"
- - "vpp-gcc-verify-master-ubuntu2004-x86_64"
- - "vpp-verify-master-centos8-x86_64"
- - "vpp-verify-master-debian10-x86_64"
- - "vpp-verify-master-ubuntu2004-x86_64"
- - "vpp-verify-master-ubuntu1804-x86_64"
- - "vpp-debug-verify-master-ubuntu2004-x86_64"
- - "vpp-checkstyle-verify-master-ubuntu2004-x86_64"
- - "vpp-sphinx-docs-verify-master-ubuntu1804-x86_64"
- - "vpp-docs-verify-master-ubuntu1804-x86_64"
- - "vpp-make-test-docs-verify-master-ubuntu1804-x86_64"
- - "vpp-csit-verify-device-master-ubuntu2004-x86_64-1n-skx"
- - "vpp-csit-verify-device-master-ubuntu2004-aarch64-1n-tx2"
+ - "vpp-csit-verify-api-crc-master-ubuntu2204-x86_64"
+ - "vpp-gcc-verify-master-ubuntu2204-x86_64"
+ - "vpp-verify-master-ubuntu2204-aarch64"
+ - "vpp-verify-master-ubuntu2204-x86_64"
+ - "vpp-debug-verify-master-ubuntu2204-x86_64"
+ - "vpp-checkstyle-verify-master-ubuntu2204-x86_64"
+ - "vpp-docs-verify-master-ubuntu2204-x86_64"
+ - "vpp-csit-verify-device-master-ubuntu2204-x86_64-1n-skx"
+ - "vpp-csit-verify-device-master-ubuntu2204-aarch64-1n-tx2"
# Conf - Service.
jenkins_job_health_exporter_restart_handler_state: "restarted"
diff --git a/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml b/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml
index 55cbea92de..efdc26a6d2 100644
--- a/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml
+++ b/fdio.infra.ansible/roles/jenkins_job_health_exporter/tasks/main.yaml
@@ -9,7 +9,7 @@
group: "root"
mode: "0644"
when:
- - ansible_hostname == "s16-nomad"
+ - ansible_hostname == "s22-nomad"
tags:
- conf-jenkins-job-json
@@ -19,7 +19,7 @@
dest: "{{ jenkins_job_health_exporter_target_dir }}/jenkins-job-health-exporter"
mode: "0755"
when:
- - ansible_hostname == "s16-nomad"
+ - ansible_hostname == "s22-nomad"
tags:
- inst-jenkins-job-binary
@@ -31,7 +31,7 @@
group: "root"
mode: "0644"
when:
- - ansible_hostname == "s16-nomad"
+ - ansible_hostname == "s22-nomad"
notify:
- "Restart Jenkins Job Health Exporter"
tags: