Skip to content

Commit 04a26f4

Browse files
autkin-redhatbshewale
authored andcommitted
[multiple]: Update logserver url after migration
old - "https://logserver.rdoproject.org" new - "https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/logs" Signed-off-by: Anton Utkin <autkin@redhat.com>
1 parent 68c9a19 commit 04a26f4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/source/reproducers/03-zuul.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This is the magic parameter: by setting it, you'll instruct the reproducer to sw
7777
"reproducer job mode". This URI is the one you can find on a Zuul job output, and usually
7878
looks like this:
7979

80-
https://logserver.rdoproject.org/74/574/LONG_HASH/github-check/podified-multinode-edpm-e2e-nobuild-tagged-crc/SHORT_HASH/
80+
https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/logs/74/574/LONG_HASH/github-check/podified-multinode-edpm-e2e-nobuild-tagged-crc/SHORT_HASH/
8181

8282

8383
### Inject your custom code

roles/dlrn_report/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ cifmw_dlrn_report_result: true
2525
cifmw_dlrn_report_dlrnapi_host_principal: ""
2626
cifmw_dlrn_report_keytab: ""
2727
cifmw_dlrn_report_krb_user_realm: ""
28-
cifmw_dlrn_report_zuul_log_path: "https://logserver.rdoproject.org"
28+
cifmw_dlrn_report_zuul_log_path: "https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/logs"
2929
cifmw_dlrn_report_promote_source: ""
3030
cifmw_dlrn_report_force: false

roles/reproducer/molecule/job_uri/converge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
vars:
2222
regex_tests:
2323
- pass: true
24-
string: https://logserver.rdoproject.org/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d0304e7/anything/////
24+
string: https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/logs/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d0304e7/anything/////
2525
- pass: true
26-
string: https://logserver.rdoproject.org/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d0304e7
26+
string: https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/logs/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d0304e7
2727
- pass: true
2828
string: https://logserver.rdoproject.abc2.org/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d0304e7
2929
- pass: true
3030
string: https://sf.hosted.hostanme.abc2.host.com/logs/pipeline-name-version2/repo.source.com/tripleo-ci/master/job-name-edpm-deployment-rhel9-osp18-crc-job-reproducer/f697f35
3131
- pass: false
32-
string: https://logserver.rdoproject.org/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d030
32+
string: https://gateway-cloud-softwarefactory.apps.ocp.cloud.ci.centos.org/logs/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d030
3333
- pass: false
3434
string: httdoproject.org/94/1494/1f72e2797961e0fb0192e3280c3027a8d70b4e45/github-check/cifmw-molecule-libvirt_manager/d030
3535
- pass: true

roles/reproducer/tasks/parse_cifmw_job_uri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Parse cifmw_job_uri
33
vars:
4-
regex_pattern: "^https://[a-zA-Z0-9\\.]+(?=\\w{3}(?:/|$))\\w{3}/.*/.*/.*/.*[a-f0-9]{7}"
4+
regex_pattern: "^https://[a-zA-Z0-9\\.-]+(?=\\w{3}(?:/|$))\\w{3}/.*/.*/.*/.*/.*[a-f0-9]{7}"
55
block:
66
- name: Apply regex match filter
77
ansible.builtin.set_fact:

0 commit comments

Comments
 (0)