File tree Expand file tree Collapse file tree 8 files changed +1
-129
lines changed
health-check/test-monitoring Expand file tree Collapse file tree 8 files changed +1
-129
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ validate_certs: false
12
12
zuul_endpoint : " {{ fqdn }}/zuul"
13
13
logserver_endpoint : " {{ fqdn }}/logs"
14
14
nodepool_endpoint : " {{ fqdn }}/nodepool"
15
- prometheus_host : " prometheus.{{ fqdn }}"
16
15
gerrit_host : " gerrit.{{ fqdn }}"
17
16
18
17
hosts :
19
18
- " {{ fqdn }}"
20
19
- " {{ gerrit_host }}"
21
- - " {{ prometheus_host }}"
22
20
23
21
logserver_copy_content_dest : " /tmp/logserver-content"
24
22
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ install_requirements: false
2
2
os_host : " {{ microshift_host }}"
3
3
remote_os_host : true
4
4
src_dir : " /tmp/sf-operator"
5
- zuul : { "project": { "src_dir": ".." } }
6
- test_monitoring : " false"
5
+ zuul : { "project": { "src_dir": ".." } }
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
microshift_host : " microshift.dev"
3
- test_monitoring : false
Original file line number Diff line number Diff line change 39
39
- name : test-cert-manager-letsencrypt
40
40
when : " {{ mode == 'olm' }}"
41
41
- name : zuul-client-api
42
- - name : test-monitoring
43
- when : " {{ test_monitoring == 'true' }}"
44
42
- name : zuul-components
45
43
- name : test-log-forwarding
46
44
- name : backup
Original file line number Diff line number Diff line change 39
39
- 199.204.44.24
40
40
- 199.204.47.54
41
41
inject_dev_ssh_keys : true
42
- test_monitoring : " false"
43
42
44
43
- job :
45
44
name : sf-operator-multinode
You can’t perform that action at this time.
0 commit comments