[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v10 0/3] Have OpenStack tested on top of xen's master and libvirt's master.
Changes in V10: - rebase - Add 'set -e' to target_cmd* calls - fix edition of functions-libvirt - don't try to install python-systemd, which is not found But even with those changes, ts-openstack-deploy will fail. This is because some python library try to decipher Linux release number (3.14.79+) and fail: $ python >>> import amqp Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python2.7/dist-packages/amqp/__init__.py", line 47, in <module> from .connection import Connection # noqa File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 40, in <module> from .transport import Transport File "/usr/local/lib/python2.7/dist-packages/amqp/transport.py", line 31, in <module> from .platform import SOL_TCP, TCP_USER_TIMEOUT, HAS_TCP_USER_TIMEOUT File "/usr/local/lib/python2.7/dist-packages/amqp/platform.py", line 16, in <module> int, platform.release().split('-')[0].split('.'))) ValueError: invalid literal for int() with base 10: '79+' This is with amqp 2.1.3. Version 2.1.4 does not have the issue but is been excluded for other issues: https://git.openstack.org/cgit/openstack/requirements/commit/?id=cfb4564c172fce8771a8aa85f13c34d4fd8d5fde But even trying to remove this exclusion leads to failure, because another python package, oslo.messaging exclude amqp-2.1.4. Run of AP_FETCH_PLACEHOLDERS=y ./standalone-generate-dump-flight-runvars on master (b3729f7e4c5de291d74f5d8508a2c376af3635da) vs this patch series: --- master +++ openstack-v10 @@ -12343,6 +12343,344 @@ linux-next test-amd64-i386-rumprun-i386 xenstorels_builtimage rumpimages:xenstorels linux-next test-amd64-amd64-rumprun-amd64 xenstorels_cmdline ls -fp device linux-next test-amd64-i386-rumprun-i386 xenstorels_cmdline ls -fp device +openstack-nova build-amd64 all_host_di_version current +openstack-nova build-amd64-libvirt all_host_di_version current +openstack-nova build-amd64-pvops all_host_di_version current +openstack-nova build-amd64-xsm all_host_di_version current +openstack-nova build-arm64 all_host_di_version current +openstack-nova build-arm64-libvirt all_host_di_version current +openstack-nova build-arm64-pvops all_host_di_version current +openstack-nova build-arm64-xsm all_host_di_version current +openstack-nova build-armhf all_host_di_version current +openstack-nova build-armhf-libvirt all_host_di_version current +openstack-nova build-armhf-pvops all_host_di_version current +openstack-nova build-armhf-xsm all_host_di_version current +openstack-nova test-amd64-amd64-devstack all_host_di_version current +openstack-nova test-amd64-amd64-devstack-xsm all_host_di_version current +openstack-nova test-arm64-arm64-devstack all_host_di_version current +openstack-nova test-arm64-arm64-devstack-xsm all_host_di_version current +openstack-nova test-armhf-armhf-devstack all_host_di_version current +openstack-nova test-armhf-armhf-devstack-xsm all_host_di_version current +openstack-nova build-amd64 all_host_suite jessie +openstack-nova build-amd64-libvirt all_host_suite jessie +openstack-nova build-amd64-pvops all_host_suite jessie +openstack-nova build-amd64-xsm all_host_suite jessie +openstack-nova build-arm64 all_host_suite jessie +openstack-nova build-arm64-libvirt all_host_suite jessie +openstack-nova build-arm64-pvops all_host_suite jessie +openstack-nova build-arm64-xsm all_host_suite jessie +openstack-nova build-armhf all_host_suite jessie +openstack-nova build-armhf-libvirt all_host_suite jessie +openstack-nova build-armhf-pvops all_host_suite jessie +openstack-nova build-armhf-xsm all_host_suite jessie +openstack-nova test-amd64-amd64-devstack all_host_suite jessie +openstack-nova test-amd64-amd64-devstack-xsm all_host_suite jessie +openstack-nova test-arm64-arm64-devstack all_host_suite jessie +openstack-nova test-arm64-arm64-devstack-xsm all_host_suite jessie +openstack-nova test-armhf-armhf-devstack all_host_suite jessie +openstack-nova test-armhf-armhf-devstack-xsm all_host_suite jessie +openstack-nova test-amd64-amd64-devstack all_hostflags arch-amd64,arch-xen-amd64,suite-jessie,purpose-test +openstack-nova test-amd64-amd64-devstack-xsm all_hostflags arch-amd64,arch-xen-amd64,suite-jessie,purpose-test +openstack-nova test-arm64-arm64-devstack all_hostflags arch-arm64,arch-xen-arm64,suite-jessie,purpose-test +openstack-nova test-arm64-arm64-devstack-xsm all_hostflags arch-arm64,arch-xen-arm64,suite-jessie,purpose-test +openstack-nova test-armhf-armhf-devstack all_hostflags arch-armhf,arch-xen-armhf,suite-jessie,purpose-test +openstack-nova test-armhf-armhf-devstack-xsm all_hostflags arch-armhf,arch-xen-armhf,suite-jessie,purpose-test +openstack-nova build-amd64 arch amd64 +openstack-nova build-amd64-libvirt arch amd64 +openstack-nova build-amd64-pvops arch amd64 +openstack-nova build-amd64-xsm arch amd64 +openstack-nova build-arm64 arch arm64 +openstack-nova build-arm64-libvirt arch arm64 +openstack-nova build-arm64-pvops arch arm64 +openstack-nova build-arm64-xsm arch arm64 +openstack-nova build-armhf arch armhf +openstack-nova build-armhf-libvirt arch armhf +openstack-nova build-armhf-pvops arch armhf +openstack-nova build-armhf-xsm arch armhf +openstack-nova test-amd64-amd64-devstack arch amd64 +openstack-nova test-amd64-amd64-devstack-xsm arch amd64 +openstack-nova test-arm64-arm64-devstack arch arm64 +openstack-nova test-arm64-arm64-devstack-xsm arch arm64 +openstack-nova test-armhf-armhf-devstack arch armhf +openstack-nova test-armhf-armhf-devstack-xsm arch armhf +openstack-nova build-amd64 build_lvextend_max 50 +openstack-nova build-amd64-libvirt build_lvextend_max 50 +openstack-nova build-amd64-pvops build_lvextend_max 50 +openstack-nova build-amd64-xsm build_lvextend_max 50 +openstack-nova build-arm64 build_lvextend_max 50 +openstack-nova build-arm64-libvirt build_lvextend_max 50 +openstack-nova build-arm64-pvops build_lvextend_max 50 +openstack-nova build-arm64-xsm build_lvextend_max 50 +openstack-nova build-armhf build_lvextend_max 50 +openstack-nova build-armhf-libvirt build_lvextend_max 50 +openstack-nova build-armhf-pvops build_lvextend_max 50 +openstack-nova build-armhf-xsm build_lvextend_max 50 +openstack-nova build-amd64-libvirt buildjob build-amd64 +openstack-nova build-arm64-libvirt buildjob build-arm64 +openstack-nova build-armhf-libvirt buildjob build-armhf +openstack-nova test-amd64-amd64-devstack buildjob build-amd64 +openstack-nova test-amd64-amd64-devstack-xsm buildjob build-amd64-xsm +openstack-nova test-arm64-arm64-devstack buildjob build-arm64 +openstack-nova test-arm64-arm64-devstack-xsm buildjob build-arm64-xsm +openstack-nova test-armhf-armhf-devstack buildjob build-armhf +openstack-nova test-armhf-armhf-devstack-xsm buildjob build-armhf-xsm +openstack-nova test-amd64-amd64-devstack dom0_mem 4000 +openstack-nova test-amd64-amd64-devstack-xsm dom0_mem 4000 +openstack-nova test-arm64-arm64-devstack dom0_mem 4000 +openstack-nova test-arm64-arm64-devstack-xsm dom0_mem 4000 +openstack-nova test-armhf-armhf-devstack dom0_mem 4000 +openstack-nova test-armhf-armhf-devstack-xsm dom0_mem 4000 +openstack-nova build-amd64 enable_ovmf true +openstack-nova build-amd64-xsm enable_ovmf true +openstack-nova build-arm64 enable_ovmf true +openstack-nova build-arm64-xsm enable_ovmf true +openstack-nova build-armhf enable_ovmf true +openstack-nova build-armhf-xsm enable_ovmf true +openstack-nova build-amd64 enable_xend false +openstack-nova build-amd64-xsm enable_xend false +openstack-nova build-arm64 enable_xend false +openstack-nova build-arm64-xsm enable_xend false +openstack-nova build-armhf enable_xend false +openstack-nova build-armhf-xsm enable_xend false +openstack-nova build-amd64 enable_xsm false +openstack-nova build-amd64-xsm enable_xsm true +openstack-nova build-arm64 enable_xsm false +openstack-nova build-arm64-xsm enable_xsm true +openstack-nova build-armhf enable_xsm false +openstack-nova build-armhf-xsm enable_xsm true +openstack-nova test-amd64-amd64-devstack enable_xsm false +openstack-nova test-amd64-amd64-devstack-xsm enable_xsm true +openstack-nova test-arm64-arm64-devstack enable_xsm false +openstack-nova test-arm64-arm64-devstack-xsm enable_xsm true +openstack-nova test-armhf-armhf-devstack enable_xsm false +openstack-nova test-armhf-armhf-devstack-xsm enable_xsm true +openstack-nova build-amd64 host_hostflags share-build-jessie-amd64,arch-amd64,suite-jessie,purpose-build +openstack-nova build-amd64-libvirt host_hostflags share-build-jessie-amd64,arch-amd64,suite-jessie,purpose-build +openstack-nova build-amd64-pvops host_hostflags share-build-jessie-amd64,arch-amd64,suite-jessie,purpose-build +openstack-nova build-amd64-xsm host_hostflags share-build-jessie-amd64,arch-amd64,suite-jessie,purpose-build +openstack-nova build-arm64 host_hostflags share-build-jessie-arm64,arch-arm64,suite-jessie,purpose-build +openstack-nova build-arm64-libvirt host_hostflags share-build-jessie-arm64,arch-arm64,suite-jessie,purpose-build +openstack-nova build-arm64-pvops host_hostflags share-build-jessie-arm64,arch-arm64,suite-jessie,purpose-build +openstack-nova build-arm64-xsm host_hostflags share-build-jessie-arm64,arch-arm64,suite-jessie,purpose-build +openstack-nova build-armhf host_hostflags share-build-jessie-armhf,arch-armhf,suite-jessie,purpose-build +openstack-nova build-armhf-libvirt host_hostflags share-build-jessie-armhf,arch-armhf,suite-jessie,purpose-build +openstack-nova build-armhf-pvops host_hostflags share-build-jessie-armhf,arch-armhf,suite-jessie,purpose-build +openstack-nova build-armhf-xsm host_hostflags share-build-jessie-armhf,arch-armhf,suite-jessie,purpose-build +openstack-nova build-arm64-pvops kconfig_override_y CONFIG_EXT4_FS +openstack-nova build-armhf-pvops kconfig_override_y CONFIG_EXT4_FS +openstack-nova build-amd64-pvops kconfighow xen-enable-xen-config +openstack-nova build-arm64-pvops kconfighow xen-enable-xen-config +openstack-nova build-armhf-pvops kconfighow xen-enable-xen-config +openstack-nova test-amd64-amd64-devstack kernbuildjob build-amd64-pvops +openstack-nova test-amd64-amd64-devstack-xsm kernbuildjob build-amd64-pvops +openstack-nova test-arm64-arm64-devstack kernbuildjob build-arm64-pvops +openstack-nova test-arm64-arm64-devstack-xsm kernbuildjob build-arm64-pvops +openstack-nova test-armhf-armhf-devstack kernbuildjob build-armhf-pvops +openstack-nova test-armhf-armhf-devstack-xsm kernbuildjob build-armhf-pvops +openstack-nova test-amd64-amd64-devstack kernkind pvops +openstack-nova test-amd64-amd64-devstack-xsm kernkind pvops +openstack-nova test-arm64-arm64-devstack kernkind pvops +openstack-nova test-arm64-arm64-devstack-xsm kernkind pvops +openstack-nova test-armhf-armhf-devstack kernkind pvops +openstack-nova test-armhf-armhf-devstack-xsm kernkind pvops +openstack-nova test-amd64-amd64-devstack libvirtbuildjob build-amd64-libvirt +openstack-nova test-amd64-amd64-devstack-xsm libvirtbuildjob build-amd64-libvirt +openstack-nova test-arm64-arm64-devstack libvirtbuildjob build-arm64-libvirt +openstack-nova test-arm64-arm64-devstack-xsm libvirtbuildjob build-arm64-libvirt +openstack-nova test-armhf-armhf-devstack libvirtbuildjob build-armhf-libvirt +openstack-nova test-armhf-armhf-devstack-xsm libvirtbuildjob build-armhf-libvirt +openstack-nova build-amd64-libvirt revision_libvirt ap-fetch-version-baseline:libvirt +openstack-nova build-arm64-libvirt revision_libvirt ap-fetch-version-baseline:libvirt +openstack-nova build-armhf-libvirt revision_libvirt ap-fetch-version-baseline:libvirt +openstack-nova build-amd64-pvops revision_linux ap-fetch-version-baseline:linux +openstack-nova build-arm64-pvops revision_linux ap-fetch-version-baseline:linux-arm-xen +openstack-nova build-armhf-pvops revision_linux ap-fetch-version-baseline:linux-arm-xen +openstack-nova build-amd64-pvops revision_linuxfirmware ap-fetch-version-baseline:linuxfirmware +openstack-nova build-arm64-pvops revision_linuxfirmware ap-fetch-version-baseline:linuxfirmware +openstack-nova build-armhf-pvops revision_linuxfirmware ap-fetch-version-baseline:linuxfirmware +openstack-nova build-amd64 revision_minios +openstack-nova build-amd64-xsm revision_minios +openstack-nova build-arm64 revision_minios +openstack-nova build-arm64-xsm revision_minios +openstack-nova build-armhf revision_minios +openstack-nova build-armhf-xsm revision_minios +openstack-nova test-amd64-amd64-devstack revision_openstack_cinder +openstack-nova test-amd64-amd64-devstack-xsm revision_openstack_cinder +openstack-nova test-arm64-arm64-devstack revision_openstack_cinder +openstack-nova test-arm64-arm64-devstack-xsm revision_openstack_cinder +openstack-nova test-armhf-armhf-devstack revision_openstack_cinder +openstack-nova test-armhf-armhf-devstack-xsm revision_openstack_cinder +openstack-nova test-amd64-amd64-devstack revision_openstack_devstack +openstack-nova test-amd64-amd64-devstack-xsm revision_openstack_devstack +openstack-nova test-arm64-arm64-devstack revision_openstack_devstack +openstack-nova test-arm64-arm64-devstack-xsm revision_openstack_devstack +openstack-nova test-armhf-armhf-devstack revision_openstack_devstack +openstack-nova test-armhf-armhf-devstack-xsm revision_openstack_devstack +openstack-nova test-amd64-amd64-devstack revision_openstack_glance +openstack-nova test-amd64-amd64-devstack-xsm revision_openstack_glance +openstack-nova test-arm64-arm64-devstack revision_openstack_glance +openstack-nova test-arm64-arm64-devstack-xsm revision_openstack_glance +openstack-nova test-armhf-armhf-devstack revision_openstack_glance +openstack-nova test-armhf-armhf-devstack-xsm revision_openstack_glance +openstack-nova test-amd64-amd64-devstack revision_openstack_keystone +openstack-nova test-amd64-amd64-devstack-xsm revision_openstack_keystone +openstack-nova test-arm64-arm64-devstack revision_openstack_keystone +openstack-nova test-arm64-arm64-devstack-xsm revision_openstack_keystone +openstack-nova test-armhf-armhf-devstack revision_openstack_keystone +openstack-nova test-armhf-armhf-devstack-xsm revision_openstack_keystone +openstack-nova test-amd64-amd64-devstack revision_openstack_nova ap-fetch-version:openstack-nova +openstack-nova test-amd64-amd64-devstack-xsm revision_openstack_nova ap-fetch-version:openstack-nova +openstack-nova test-arm64-arm64-devstack revision_openstack_nova ap-fetch-version:openstack-nova +openstack-nova test-arm64-arm64-devstack-xsm revision_openstack_nova ap-fetch-version:openstack-nova +openstack-nova test-armhf-armhf-devstack revision_openstack_nova ap-fetch-version:openstack-nova +openstack-nova test-armhf-armhf-devstack-xsm revision_openstack_nova ap-fetch-version:openstack-nova +openstack-nova test-amd64-amd64-devstack revision_openstack_requirements +openstack-nova test-amd64-amd64-devstack-xsm revision_openstack_requirements +openstack-nova test-arm64-arm64-devstack revision_openstack_requirements +openstack-nova test-arm64-arm64-devstack-xsm revision_openstack_requirements +openstack-nova test-armhf-armhf-devstack revision_openstack_requirements +openstack-nova test-armhf-armhf-devstack-xsm revision_openstack_requirements +openstack-nova test-amd64-amd64-devstack revision_openstack_tempest +openstack-nova test-amd64-amd64-devstack-xsm revision_openstack_tempest +openstack-nova test-arm64-arm64-devstack revision_openstack_tempest +openstack-nova test-arm64-arm64-devstack-xsm revision_openstack_tempest +openstack-nova test-armhf-armhf-devstack revision_openstack_tempest +openstack-nova test-armhf-armhf-devstack-xsm revision_openstack_tempest +openstack-nova build-amd64 revision_ovmf +openstack-nova build-amd64-xsm revision_ovmf +openstack-nova build-arm64 revision_ovmf +openstack-nova build-arm64-xsm revision_ovmf +openstack-nova build-armhf revision_ovmf +openstack-nova build-armhf-xsm revision_ovmf +openstack-nova build-amd64 revision_qemu +openstack-nova build-amd64-xsm revision_qemu +openstack-nova build-arm64 revision_qemu +openstack-nova build-arm64-xsm revision_qemu +openstack-nova build-armhf revision_qemu +openstack-nova build-armhf-xsm revision_qemu +openstack-nova build-amd64 revision_qemuu ap-fetch-version-baseline:qemu-upstream-unstable +openstack-nova build-amd64-xsm revision_qemuu ap-fetch-version-baseline:qemu-upstream-unstable +openstack-nova build-arm64 revision_qemuu ap-fetch-version-baseline:qemu-upstream-unstable +openstack-nova build-arm64-xsm revision_qemuu ap-fetch-version-baseline:qemu-upstream-unstable +openstack-nova build-armhf revision_qemuu ap-fetch-version-baseline:qemu-upstream-unstable +openstack-nova build-armhf-xsm revision_qemuu ap-fetch-version-baseline:qemu-upstream-unstable +openstack-nova build-amd64 revision_seabios +openstack-nova build-amd64-xsm revision_seabios +openstack-nova build-arm64 revision_seabios +openstack-nova build-arm64-xsm revision_seabios +openstack-nova build-armhf revision_seabios +openstack-nova build-armhf-xsm revision_seabios +openstack-nova build-amd64 revision_xen ap-fetch-version-baseline:xen-unstable +openstack-nova build-amd64-xsm revision_xen ap-fetch-version-baseline:xen-unstable +openstack-nova build-arm64 revision_xen ap-fetch-version-baseline:xen-unstable +openstack-nova build-arm64-xsm revision_xen ap-fetch-version-baseline:xen-unstable +openstack-nova build-armhf revision_xen ap-fetch-version-baseline:xen-unstable +openstack-nova build-armhf-xsm revision_xen ap-fetch-version-baseline:xen-unstable +openstack-nova test-amd64-amd64-devstack toolstack libvirt +openstack-nova test-amd64-amd64-devstack-xsm toolstack libvirt +openstack-nova test-arm64-arm64-devstack toolstack libvirt +openstack-nova test-arm64-arm64-devstack-xsm toolstack libvirt +openstack-nova test-armhf-armhf-devstack toolstack libvirt +openstack-nova test-armhf-armhf-devstack-xsm toolstack libvirt +openstack-nova build-amd64-libvirt tree_libvirt git://xenbits.xen.org/libvirt.git +openstack-nova build-arm64-libvirt tree_libvirt git://xenbits.xen.org/libvirt.git +openstack-nova build-armhf-libvirt tree_libvirt git://xenbits.xen.org/libvirt.git +openstack-nova build-amd64-pvops tree_linux git://xenbits.xen.org/linux-pvops.git +openstack-nova build-arm64-pvops tree_linux git://xenbits.xen.org/linux-pvops.git +openstack-nova build-armhf-pvops tree_linux git://xenbits.xen.org/linux-pvops.git +openstack-nova build-amd64-pvops tree_linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git +openstack-nova build-arm64-pvops tree_linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git +openstack-nova build-armhf-pvops tree_linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git +openstack-nova build-amd64 tree_minios +openstack-nova build-amd64-xsm tree_minios +openstack-nova build-arm64 tree_minios +openstack-nova build-arm64-xsm tree_minios +openstack-nova build-armhf tree_minios +openstack-nova build-armhf-xsm tree_minios +openstack-nova test-amd64-amd64-devstack tree_openstack_cinder git://git.openstack.org/openstack/cinder.git +openstack-nova test-amd64-amd64-devstack-xsm tree_openstack_cinder git://git.openstack.org/openstack/cinder.git +openstack-nova test-arm64-arm64-devstack tree_openstack_cinder git://git.openstack.org/openstack/cinder.git +openstack-nova test-arm64-arm64-devstack-xsm tree_openstack_cinder git://git.openstack.org/openstack/cinder.git +openstack-nova test-armhf-armhf-devstack tree_openstack_cinder git://git.openstack.org/openstack/cinder.git +openstack-nova test-armhf-armhf-devstack-xsm tree_openstack_cinder git://git.openstack.org/openstack/cinder.git +openstack-nova test-amd64-amd64-devstack tree_openstack_devstack git://git.openstack.org/openstack-dev/devstack.git +openstack-nova test-amd64-amd64-devstack-xsm tree_openstack_devstack git://git.openstack.org/openstack-dev/devstack.git +openstack-nova test-arm64-arm64-devstack tree_openstack_devstack git://git.openstack.org/openstack-dev/devstack.git +openstack-nova test-arm64-arm64-devstack-xsm tree_openstack_devstack git://git.openstack.org/openstack-dev/devstack.git +openstack-nova test-armhf-armhf-devstack tree_openstack_devstack git://git.openstack.org/openstack-dev/devstack.git +openstack-nova test-armhf-armhf-devstack-xsm tree_openstack_devstack git://git.openstack.org/openstack-dev/devstack.git +openstack-nova test-amd64-amd64-devstack tree_openstack_glance git://git.openstack.org/openstack/glance.git +openstack-nova test-amd64-amd64-devstack-xsm tree_openstack_glance git://git.openstack.org/openstack/glance.git +openstack-nova test-arm64-arm64-devstack tree_openstack_glance git://git.openstack.org/openstack/glance.git +openstack-nova test-arm64-arm64-devstack-xsm tree_openstack_glance git://git.openstack.org/openstack/glance.git +openstack-nova test-armhf-armhf-devstack tree_openstack_glance git://git.openstack.org/openstack/glance.git +openstack-nova test-armhf-armhf-devstack-xsm tree_openstack_glance git://git.openstack.org/openstack/glance.git +openstack-nova test-amd64-amd64-devstack tree_openstack_keystone git://git.openstack.org/openstack/keystone.git +openstack-nova test-amd64-amd64-devstack-xsm tree_openstack_keystone git://git.openstack.org/openstack/keystone.git +openstack-nova test-arm64-arm64-devstack tree_openstack_keystone git://git.openstack.org/openstack/keystone.git +openstack-nova test-arm64-arm64-devstack-xsm tree_openstack_keystone git://git.openstack.org/openstack/keystone.git +openstack-nova test-armhf-armhf-devstack tree_openstack_keystone git://git.openstack.org/openstack/keystone.git +openstack-nova test-armhf-armhf-devstack-xsm tree_openstack_keystone git://git.openstack.org/openstack/keystone.git +openstack-nova test-amd64-amd64-devstack tree_openstack_nova git://git.openstack.org/openstack/nova.git +openstack-nova test-amd64-amd64-devstack-xsm tree_openstack_nova git://git.openstack.org/openstack/nova.git +openstack-nova test-arm64-arm64-devstack tree_openstack_nova git://git.openstack.org/openstack/nova.git +openstack-nova test-arm64-arm64-devstack-xsm tree_openstack_nova git://git.openstack.org/openstack/nova.git +openstack-nova test-armhf-armhf-devstack tree_openstack_nova git://git.openstack.org/openstack/nova.git +openstack-nova test-armhf-armhf-devstack-xsm tree_openstack_nova git://git.openstack.org/openstack/nova.git +openstack-nova test-amd64-amd64-devstack tree_openstack_requirements git://git.openstack.org/openstack/requirements.git +openstack-nova test-amd64-amd64-devstack-xsm tree_openstack_requirements git://git.openstack.org/openstack/requirements.git +openstack-nova test-arm64-arm64-devstack tree_openstack_requirements git://git.openstack.org/openstack/requirements.git +openstack-nova test-arm64-arm64-devstack-xsm tree_openstack_requirements git://git.openstack.org/openstack/requirements.git +openstack-nova test-armhf-armhf-devstack tree_openstack_requirements git://git.openstack.org/openstack/requirements.git +openstack-nova test-armhf-armhf-devstack-xsm tree_openstack_requirements git://git.openstack.org/openstack/requirements.git +openstack-nova test-amd64-amd64-devstack tree_openstack_tempest git://git.openstack.org/openstack/tempest.git +openstack-nova test-amd64-amd64-devstack-xsm tree_openstack_tempest git://git.openstack.org/openstack/tempest.git +openstack-nova test-arm64-arm64-devstack tree_openstack_tempest git://git.openstack.org/openstack/tempest.git +openstack-nova test-arm64-arm64-devstack-xsm tree_openstack_tempest git://git.openstack.org/openstack/tempest.git +openstack-nova test-armhf-armhf-devstack tree_openstack_tempest git://git.openstack.org/openstack/tempest.git +openstack-nova test-armhf-armhf-devstack-xsm tree_openstack_tempest git://git.openstack.org/openstack/tempest.git +openstack-nova build-amd64 tree_ovmf +openstack-nova build-amd64-xsm tree_ovmf +openstack-nova build-arm64 tree_ovmf +openstack-nova build-arm64-xsm tree_ovmf +openstack-nova build-armhf tree_ovmf +openstack-nova build-armhf-xsm tree_ovmf +openstack-nova build-amd64 tree_qemu git://xenbits.xen.org/qemu-xen-traditional.git +openstack-nova build-amd64-xsm tree_qemu git://xenbits.xen.org/qemu-xen-traditional.git +openstack-nova build-arm64 tree_qemu git://xenbits.xen.org/qemu-xen-traditional.git +openstack-nova build-arm64-xsm tree_qemu git://xenbits.xen.org/qemu-xen-traditional.git +openstack-nova build-armhf tree_qemu git://xenbits.xen.org/qemu-xen-traditional.git +openstack-nova build-armhf-xsm tree_qemu git://xenbits.xen.org/qemu-xen-traditional.git +openstack-nova build-amd64 tree_qemuu git://xenbits.xen.org/qemu-xen.git +openstack-nova build-amd64-xsm tree_qemuu git://xenbits.xen.org/qemu-xen.git +openstack-nova build-arm64 tree_qemuu git://xenbits.xen.org/qemu-xen.git +openstack-nova build-arm64-xsm tree_qemuu git://xenbits.xen.org/qemu-xen.git +openstack-nova build-armhf tree_qemuu git://xenbits.xen.org/qemu-xen.git +openstack-nova build-armhf-xsm tree_qemuu git://xenbits.xen.org/qemu-xen.git +openstack-nova build-amd64 tree_seabios +openstack-nova build-amd64-xsm tree_seabios +openstack-nova build-arm64 tree_seabios +openstack-nova build-arm64-xsm tree_seabios +openstack-nova build-armhf tree_seabios +openstack-nova build-armhf-xsm tree_seabios +openstack-nova build-amd64 tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-amd64-libvirt tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-amd64-xsm tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-arm64 tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-arm64-libvirt tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-arm64-xsm tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-armhf tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-armhf-libvirt tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-armhf-xsm tree_xen git://xenbits.xen.org/xen.git +openstack-nova build-amd64-pvops treevcs_linux git +openstack-nova build-arm64-pvops treevcs_linux git +openstack-nova build-armhf-pvops treevcs_linux git +openstack-nova test-amd64-amd64-devstack xenbuildjob build-amd64 +openstack-nova test-amd64-amd64-devstack-xsm xenbuildjob build-amd64-xsm +openstack-nova test-arm64-arm64-devstack xenbuildjob build-arm64 +openstack-nova test-arm64-arm64-devstack-xsm xenbuildjob build-arm64-xsm +openstack-nova test-armhf-armhf-devstack xenbuildjob build-armhf +openstack-nova test-armhf-armhf-devstack-xsm xenbuildjob build-armhf-xsm osstest build-amd64 all_host_di_version current osstest build-amd64-libvirt all_host_di_version current osstest build-amd64-pvops all_host_di_version current Anthony PERARD (3): ts-openstack-deploy: Deploy OpenStack on a host with devstack ts-openstack-tempest: Run Tempest to check OpenStack Create a flight to test OpenStack with xen-unstable and libvirt ap-common | 18 +++++++ ap-fetch-version | 4 ++ ap-fetch-version-old | 5 ++ ap-print-url | 3 ++ ap-push | 5 ++ cr-daily-branch | 8 +++ cr-for-branches | 2 +- cri-common | 1 + make-flight | 45 +++++++++++++++- sg-run-job | 6 +++ ts-openstack-deploy | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++ ts-openstack-tempest | 65 ++++++++++++++++++++++ 12 files changed, 309 insertions(+), 2 deletions(-) create mode 100755 ts-openstack-deploy create mode 100755 ts-openstack-tempest -- Anthony PERARD _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |