Skip to content

Commit d6705ca

Browse files
Microzuul CIGerrit Code Review
authored andcommitted
Merge "CI: Remove bits related to monitoring testing"
2 parents cf8fa2e + 13884ae commit d6705ca

File tree

8 files changed

+1
-129
lines changed

8 files changed

+1
-129
lines changed

playbooks/group_vars/all.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@ validate_certs: false
1212
zuul_endpoint: "{{ fqdn }}/zuul"
1313
logserver_endpoint: "{{ fqdn }}/logs"
1414
nodepool_endpoint: "{{ fqdn }}/nodepool"
15-
prometheus_host: "prometheus.{{ fqdn }}"
1615
gerrit_host: "gerrit.{{ fqdn }}"
1716

1817
hosts:
1918
- "{{ fqdn }}"
2019
- "{{ gerrit_host }}"
21-
- "{{ prometheus_host }}"
2220

2321
logserver_copy_content_dest: "/tmp/logserver-content"
2422

playbooks/vars/global.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ install_requirements: false
22
os_host: "{{ microshift_host }}"
33
remote_os_host: true
44
src_dir: "/tmp/sf-operator"
5-
zuul: { "project": { "src_dir": ".." } }
6-
test_monitoring: "false"
5+
zuul: { "project": { "src_dir": ".." } }

roles/health-check/test-monitoring/defaults/main.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

roles/health-check/test-monitoring/files/clouds.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

roles/health-check/test-monitoring/tasks/main.yaml

Lines changed: 0 additions & 88 deletions
This file was deleted.

roles/run-tests/defaults/main.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
---
22
microshift_host: "microshift.dev"
3-
test_monitoring: false

roles/run-tests/tasks/main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939
- name: test-cert-manager-letsencrypt
4040
when: "{{ mode == 'olm' }}"
4141
- name: zuul-client-api
42-
- name: test-monitoring
43-
when: "{{ test_monitoring == 'true' }}"
4442
- name: zuul-components
4543
- name: test-log-forwarding
4644
- name: backup

zuul.d/jobs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
- 199.204.44.24
4040
- 199.204.47.54
4141
inject_dev_ssh_keys: true
42-
test_monitoring: "false"
4342

4443
- job:
4544
name: sf-operator-multinode

0 commit comments

Comments
 (0)