forked from infra/ansible
Update pagure.io/fedora-qa to forge.fedoraproject.org/quality
Quality org has completed moving repos to Forgejo (all but one), so let's update all of these. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ac05b2c713
commit
804efd40d1
8 changed files with 9 additions and 10 deletions
|
|
@ -165,9 +165,8 @@ children:
|
|||
- name: Blocker Bugs
|
||||
data:
|
||||
url: https://qa.fedoraproject.org/blockerbugs
|
||||
source_url: https://pagure.io/fedora-qa/blockerbugs
|
||||
bugs_url: https://pagure.io/fedora-qa/blockerbugs
|
||||
docs_url: https://tflink.fedorapeople.org/blockerbugs/docs/
|
||||
source_url: https://forge.fedoraproject.org/quality/blockerbugs
|
||||
bugs_url: https://forge.fedoraproject.org/quality/blockerbugs/issues
|
||||
sops:
|
||||
- https://infrastructure.fedoraproject.org/infra/docs/blockerbugs.rst
|
||||
status_mappings: [blockerbugs]
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ class BlockerBugs():
|
|||
# changed after conditions are met
|
||||
|
||||
# FIXME: This seems to be tremendously slowing down Bugzilla5
|
||||
# Related: https://pagure.io/fedora-qa/blockerbugs/issue/184
|
||||
# Related: https://forge.fedoraproject.org/quality/blockerbugs/issues/184
|
||||
query.update({
|
||||
'f2': 'OP',
|
||||
'j2': 'OR',
|
||||
|
|
|
|||
|
|
@ -207,7 +207,7 @@
|
|||
|
||||
- name: Check out fedora_openqa (scheduler / reporter tool)
|
||||
git:
|
||||
repo: https://pagure.io/fedora-qa/fedora_openqa.git # noqa 401
|
||||
repo: https://forge.fedoraproject.org/quality/fedora_openqa.git # noqa 401
|
||||
dest: /root/fedora_openqa
|
||||
register: gittools
|
||||
# case of the 'n' seems inconstant, so intentionally omitted
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ certfile = "{{ openqa_amqp_reporter_cert }}"
|
|||
|
||||
[client_properties]
|
||||
app = "Fedora openQA ResultsDB reporter"
|
||||
app_url = "https://pagure.io/fedora-qa/fedora_openqa"
|
||||
app_url = "https://forge.fedoraproject.org/quality/fedora_openqa"
|
||||
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
|
||||
|
||||
[exchanges."amq.topic"]
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ certfile = "{{ openqa_amqp_scheduler_cert }}"
|
|||
|
||||
[client_properties]
|
||||
app = "Fedora openQA scheduler"
|
||||
app_url = "https://pagure.io/fedora-qa/fedora_openqa"
|
||||
app_url = "https://forge.fedoraproject.org/quality/fedora_openqa"
|
||||
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
|
||||
|
||||
[exchanges."amq.topic"]
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ certfile = "{{ openqa_amqp_reporter_cert }}"
|
|||
|
||||
[client_properties]
|
||||
app = "Fedora openQA Wiki reporter"
|
||||
app_url = "https://pagure.io/fedora-qa/fedora_openqa"
|
||||
app_url = "https://forge.fedoraproject.org/quality/fedora_openqa"
|
||||
app_contacts_email = ["adamwill@fedoraproject.org", "lruzicka@redhat.com", "qa-devel@lists.fedoraproject.org"]
|
||||
|
||||
[exchanges."amq.topic"]
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@
|
|||
|
||||
- name: Check out the tests
|
||||
git:
|
||||
repo: https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git # noqa 401
|
||||
repo: https://forge.fedoraproject.org/quality/os-autoinst-distri-fedora.git # noqa 401
|
||||
dest: /var/lib/openqa/share/tests/fedora
|
||||
register: gittests
|
||||
become: true
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ spec:
|
|||
source:
|
||||
type: Git
|
||||
git:
|
||||
uri: https://pagure.io/fedora-qa/blockerbugs
|
||||
uri: https://forge.fedoraproject.org/quality/blockerbugs
|
||||
{% if env == 'staging' %}
|
||||
ref: "develop"
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue