maintainer-test: remove f31 and el6 as they are EOL
This commit is contained in:
parent
e78782bfe4
commit
de0c23e293
4 changed files with 0 additions and 30 deletions
|
@ -40,11 +40,9 @@ copr-keygen-dev.aws.fedoraproject.org
|
|||
#copr-be-dev.cloud.fedoraproject.org
|
||||
copr-dist-git-dev.fedorainfracloud.org
|
||||
iddev.fedorainfracloud.org
|
||||
f31-test.fedorainfracloud.org
|
||||
f32-test.fedorainfracloud.org
|
||||
f33-test.fedorainfracloud.org
|
||||
rawhide-test.fedorainfracloud.org
|
||||
el6-test.fedorainfracloud.org
|
||||
el7-test.fedorainfracloud.org
|
||||
el8-test.fedorainfracloud.org
|
||||
#aarch64-test01.fedorainfracloud.org
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
datacenter: aws
|
||||
inventory_hostname: "f31-test.fedorainfracloud.org"
|
|
@ -849,11 +849,9 @@ pdc-web02.iad2.fedoraproject.org
|
|||
pdc-web01.stg.iad2.fedoraproject.org
|
||||
|
||||
[maintainer_test]
|
||||
f31-test.fedorainfracloud.org
|
||||
f32-test.fedorainfracloud.org
|
||||
f33-test.fedorainfracloud.org
|
||||
rawhide-test.fedorainfracloud.org
|
||||
el6-test.fedorainfracloud.org
|
||||
el7-test.fedorainfracloud.org
|
||||
el8-test.fedorainfracloud.org
|
||||
ppc64le-test.fedorainfracloud.org
|
||||
|
|
|
@ -70,23 +70,6 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: check if file can be created
|
||||
copy:
|
||||
content: ""
|
||||
dest: /etc/sysconfig/global-update-applied
|
||||
force: no
|
||||
when: inventory_hostname.startswith(('f31-test'))
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: remove test file
|
||||
file:
|
||||
path: /etc/sysconfig/global-update-applied
|
||||
state: absent
|
||||
when: inventory_hostname.startswith(('f31-test'))
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: update all
|
||||
command: dnf -y update creates=/etc/sysconfig/global-update-applied
|
||||
register: updated
|
||||
|
@ -94,13 +77,6 @@
|
|||
tags:
|
||||
- packages
|
||||
|
||||
- name: update all
|
||||
command: dnf -y
|
||||
when: inventory_hostname.startswith(('f31-test'))
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
||||
- name: write out global-update-applied file if we updated
|
||||
copy: content="updated" dest=/etc/sysconfig/global-update-applied
|
||||
when: updated is defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue