X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.ml;h=2d731440e7e4f9ef7a15f8b9692a2c2d66f5714f;hb=855154e05f432914715cf620264876213e5dfa1d;hp=5e8e1a80b2cd14602fa46ab27dfd46479f0f37e2;hpb=0a974233522f351ebfcad1c09bf8ca029a15b18e;p=goaljobs-goals.git diff --git a/config.ml b/config.ml index 5e8e1a8..2d73144 100644 --- a/config.ml +++ b/config.ml @@ -17,8 +17,14 @@ let fedora_specfile pkg branch = (* libguestfs *) let libguestfs_query_mins = 60 +let websites_repo = + sprintf "%s/d/websites" (Sys.getenv "HOME") let libguestfs_website_repo = - sprintf "%s/d/websites/libguestfs" (Sys.getenv "HOME") + sprintf "%s/libguestfs" websites_repo +let libguestfs_builder_repo = + sprintf "%s/libguestfs-builder" websites_repo +let libguestfs_download_repo = + sprintf "%s/libguestfs-download" websites_repo let libguestfs_localconfigure source = let configure = @@ -90,12 +96,12 @@ export SKIP_TEST_BTRFS_IMAGE_0=1 # Yawn, btrfs broken again. RHBZ#1372037 export SKIP_TEST_BTRFS_DEVICES_SH=1 -# https://bugzilla.redhat.com/show_bug.cgi?id=1431454 -export SKIP_TEST_V2V_I_OVA_SH=1 +# Kernel takes lots of RAM for virtio-scsi RHBZ#1478201 +export SKIP_TEST_255_DISKS_SH=1 +export SKIP_TEST_ADD_LOTS_OF_DISKS_SH=1 -# https://bugzilla.redhat.com/show_bug.cgi?id=1433577 -export SKIP_TEST_RELABEL_PL=1 -export SKIP_TEST_FIRSTBOOT_FEDORA_25_SH=1 +# virtio-9p modules don't all get loaded RHBZ#1499896 +export SKIP_TEST_9P_SH=1 " ^ match supermin with | None -> ""