more f24 jenkins builder bits
This commit is contained in:
parent
3d8f89e9d4
commit
6fbadc54bd
3 changed files with 6 additions and 6 deletions
|
@ -55,7 +55,7 @@ java-deptools.fedorainfracloud.org
|
||||||
jenkins.fedorainfracloud.org
|
jenkins.fedorainfracloud.org
|
||||||
jenkins-slave-el6.fedorainfracloud.org
|
jenkins-slave-el6.fedorainfracloud.org
|
||||||
jenkins-slave-el7.fedorainfracloud.org
|
jenkins-slave-el7.fedorainfracloud.org
|
||||||
jenkins-slave-f24.fedorainfracloud.org
|
jenkins-slave-f26.fedorainfracloud.org
|
||||||
jenkins-slave-f25.fedorainfracloud.org
|
jenkins-slave-f25.fedorainfracloud.org
|
||||||
jenkins-slave-f25-ppc64le.fedorainfracloud.org
|
jenkins-slave-f25-ppc64le.fedorainfracloud.org
|
||||||
kolinahr.fedorainfracloud.org
|
kolinahr.fedorainfracloud.org
|
||||||
|
|
|
@ -13,10 +13,10 @@ slaves:
|
||||||
description: Red Hat Enterprise Linux Server 7.3
|
description: Red Hat Enterprise Linux Server 7.3
|
||||||
labels: el EL el7 EL7 rhel RHEL rhel7 RHEL7
|
labels: el EL el7 EL7 rhel RHEL rhel7 RHEL7
|
||||||
capacity: 4
|
capacity: 4
|
||||||
- name: F24
|
- name: F26
|
||||||
host: jenkins-slave-f24.fedorainfracloud.org
|
host: jenkins-slave-f26.fedorainfracloud.org
|
||||||
description: Fedora 24
|
description: Fedora 26
|
||||||
labels: fedora Fedora fedora24 Fedora24
|
labels: fedora Fedora fedora26 Fedora26
|
||||||
capacity: 4
|
capacity: 4
|
||||||
- name: F25
|
- name: F25
|
||||||
host: jenkins-slave-f25.fedorainfracloud.org
|
host: jenkins-slave-f25.fedorainfracloud.org
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
- fedora.repo
|
- fedora.repo
|
||||||
- fedora-updates.repo
|
- fedora-updates.repo
|
||||||
- fedora-updates-testing.repo
|
- fedora-updates-testing.repo
|
||||||
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('arm03') and not inventory_hostname.startswith('jenkins-slave-f24') and not inventory_hostname.startswith('f26-test')
|
when: ansible_distribution == 'Fedora' and (ansible_architecture == 'x86_64' or ansible_architecture == 'i386' or ansible_architecture == 'armv7l') and not inventory_hostname.startswith('arm03') and not inventory_hostname.startswith('f26-test')
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue