Skip to content

Commit

Permalink
Merge pull request #88 from ksimon1/fedora-link-image
Browse files Browse the repository at this point in the history
FIX travis Fedora, Centos 8 tests
  • Loading branch information
MarSik authored Sep 18, 2019
2 parents d8925d3 + 0ae0d3b commit c6d93ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ raws: $(TESTABLE_GUESTS:%=%.raw)
qemu-img convert -p -O raw $< $@

fedora.qcow2:
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2

ubuntu.qcow2:
curl -L -o $@ http://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.img
Expand Down Expand Up @@ -149,7 +149,7 @@ rhel8.raw: centos8.raw
centos8.qcow2:
# For now we test the CentOS 8 image using Fedora as that is the branch source
# TODO fix this once CentOS 8 is released
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
curl -L -o $@ https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2

clean:
rm -v *.raw *.qcow2
Expand Down
2 changes: 1 addition & 1 deletion templates/fedora.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
necessary Fedora disk image.
Recommended disk image (needs to be converted to raw)
https://download.fedoraproject.org/pub/fedora/linux/releases/28/Cloud/x86_64/images/Fedora-Cloud-Base-28-1.1.x86_64.qcow2
https://download.fedoraproject.org/pub/fedora/linux/releases/30/Cloud/x86_64/images/Fedora-Cloud-Base-30-1.2.x86_64.qcow2
tags: "kubevirt,virtualmachine,fedora,rhel"

{% include "_linux.yaml" %}
Expand Down

0 comments on commit c6d93ee

Please sign in to comment.