summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorRobert Fairley <rfairley@redhat.com>2019-06-11 16:38:16 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-06-21 13:17:10 +0000
commit46da9356a718db838e783bebf2383faf2ea2ec2a (patch)
tree5b8234d637a336cdf97526cc28c29983f9d3fea1 /ci
parentabb173352da5fa6017746c27fab1eff220c4cfbd (diff)
downloadostree-46da9356a718db838e783bebf2383faf2ea2ec2a.tar.gz
ci: Use Fedora 29 artifacts
Use Fedora 29 artifacts instead of Fedora 28, since 28 is now end-of-life. Also rename `ci/fah28-insttests.sh` -> `ci/fah29-insttests.sh` and use the https://getfedora.org/atomic_qcow2_latest redirect URL for the latest Fedora Atomic Host 29 image. Closes: #1871 Approved by: jlebon
Diffstat (limited to 'ci')
-rwxr-xr-xci/fah28-insttests.sh9
-rwxr-xr-xci/fah29-insttests.sh8
2 files changed, 8 insertions, 9 deletions
diff --git a/ci/fah28-insttests.sh b/ci/fah28-insttests.sh
deleted file mode 100755
index 22560bec..00000000
--- a/ci/fah28-insttests.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/bash
-set -xeuo pipefail
-
-./tests/installed/provision.sh
-# TODO: enhance papr to have caching, a bit like https://docs.travis-ci.com/user/caching/
-cd tests/installed
-# This should be https://getfedora.org/atomic_qcow2_latest but that's broken
-curl -Lo fedora-atomic-host.qcow2 https://kojipkgs.fedoraproject.org/compose/twoweek/Fedora-Atomic-28-20180626.0/compose/AtomicHost/x86_64/images/Fedora-AtomicHost-28-20180626.0.x86_64.qcow2
-exec env "TEST_SUBJECTS=$(pwd)/fedora-atomic-host.qcow2" ./run.sh
diff --git a/ci/fah29-insttests.sh b/ci/fah29-insttests.sh
new file mode 100755
index 00000000..a045cf52
--- /dev/null
+++ b/ci/fah29-insttests.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/bash
+set -xeuo pipefail
+
+./tests/installed/provision.sh
+# TODO: enhance papr to have caching, a bit like https://docs.travis-ci.com/user/caching/
+cd tests/installed
+curl -Lo fedora-atomic-host.qcow2 https://getfedora.org/atomic_qcow2_latest
+exec env "TEST_SUBJECTS=$(pwd)/fedora-atomic-host.qcow2" ./run.sh