Update fedora image used for website tests to fedora-29

Change-Id: I21775262667dfd52e4817305daea122c853bb34e
This commit is contained in:
David Moreau Simard 2019-03-07 16:00:07 -05:00
parent 7f68fe74db
commit 7fed54411a
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
- nodeset:
name: ara-infra-fedora-28
name: ara-infra-fedora-29
nodes:
- name: ara.recordsansible.org
label: fedora-28
label: fedora-29
- job:
name: ara-infra-website
parent: base
nodeset: ara-infra-fedora-28
nodeset: ara-infra-fedora-29
pre-run: tests/website-pre.yaml
run: playbooks/website.yaml
post-run: tests/website-post.yaml