Merge branch 'master' of /git/ansible
* 'master' of /git/ansible: Open port 443 for docker openqa/server: fix template load for non-infra Note SOPs for pdc and github2fedmsg. list copr-dev machines in staging
This commit is contained in:
commit
5e64cdbe3b
5 changed files with 19 additions and 10 deletions
|
@ -3,3 +3,5 @@ ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
|
|||
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
||||
|
||||
fas_client_groups: sysadmin-releng
|
||||
|
||||
tcp_ports: [443]
|
||||
|
|
|
@ -5,3 +5,5 @@ ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
|
|||
fas_client_groups: sysadmin-releng
|
||||
|
||||
sudoers: "{{ private }}/files/sudo/00releng-sudoers"
|
||||
|
||||
tcp_ports: [443]
|
||||
|
|
|
@ -599,6 +599,10 @@ bugzilla2fedmsg01.stg.phx2.fedoraproject.org
|
|||
buildvm-01.stg.phx2.fedoraproject.org
|
||||
busgateway01.stg.phx2.fedoraproject.org
|
||||
composer.stg.phx2.fedoraproject.org
|
||||
copr-be-dev.cloud.fedoraproject.org
|
||||
copr-dist-git-dev.fedorainfracloud.org
|
||||
copr-fe-dev.cloud.fedoraproject.org
|
||||
copr-keygen-dev.cloud.fedoraproject.org
|
||||
darkserver-web01.stg.phx2.fedoraproject.org
|
||||
darkserver-web02.stg.phx2.fedoraproject.org
|
||||
darkserver-backend01.stg.phx2.fedoraproject.org
|
||||
|
|
|
@ -564,10 +564,8 @@ children:
|
|||
source_url: https://github.com/fedora-infra/github2fedmsg
|
||||
bugs_url: https://github.com/fedora-infra/github2fedmsg/issues
|
||||
docs_url: https://github.com/fedora-infra/github2fedmsg/blob/develop/README.rst#github2fedmsg
|
||||
# TODO - write sop for github2fedmsg
|
||||
# https://fedorahosted.org/fedora-infrastructure/ticket/5158
|
||||
#sops:
|
||||
# - https://infrastructure.fedoraproject.org/infra/docs/github2fedmsg.rst
|
||||
sops:
|
||||
- https://infrastructure.fedoraproject.org/infra/docs/github2fedmsg.rst
|
||||
status_mappings: ['fedmsg']
|
||||
description: >
|
||||
github2fedmsg is a web service that bridges upstream
|
||||
|
@ -744,10 +742,8 @@ children:
|
|||
bugs_url: https://github.com/product-definition-center/product-definition-center/issues
|
||||
# Also, https://fedoraproject.org/wiki/Changes/PDC
|
||||
docs_url: https://github.com/product-definition-center/product-definition-center/issues/303
|
||||
# TODO - write SOP for PDC
|
||||
# https://fedorahosted.org/fedora-infrastructure/ticket/5163
|
||||
#sops:
|
||||
# - https://infrastructure.fedoraproject.org/infra/docs/pdc.rst
|
||||
sops:
|
||||
- https://infrastructure.fedoraproject.org/infra/docs/pdc.rst
|
||||
description: >
|
||||
The Product Definition Center (PDC) is a new app we're working
|
||||
on which will track 1) all of the artifacts that release
|
||||
|
|
|
@ -224,11 +224,16 @@
|
|||
# a correct 'changed' for this step is too difficult. Instead we have
|
||||
# the prior and following steps; when the templates actually changed,
|
||||
# the *following* step will register as changed.
|
||||
- name: Load tests
|
||||
- name: Load patched tests
|
||||
shell: "/tmp/templates --clean"
|
||||
when: "gittests|changed"
|
||||
when: "gittests|changed and deployment_type is defined"
|
||||
changed_when: "1 != 1"
|
||||
|
||||
- name: Load tests
|
||||
shell: "/var/lib/openqa/share/tests/fedora/templates --clean"
|
||||
when: "gittests|changed and deployment_type is not defined"
|
||||
changed_when: "1 != 1
|
||||
|
||||
- name: Check if the tests changed in previous step
|
||||
shell: "/usr/share/openqa/script/dump_templates --json > /tmp/tmpl-new.json && json_diff /tmp/tmpl-old.json /tmp/tmpl-new.json"
|
||||
when: "gittests|changed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue