libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

January 2018

  • 2 participants
  • 135 discussions
[Libvirt-ci] Still Failing: libvirt/libvirt#787 (master - 9026d11)
by Travis CI 03 Jan '18

03 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #787 Status: Still Failing Duration: 19 minutes and 44 seconds Commit: 9026d11 (master) Author: Chen Hanxiao Message: util: fix the description of virStringSearch There's no argument named @result, use @matches instead. Signed-off-by: Chen Hanxiao <chenhanxiao(a)gmail.com> Signed-off-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/4ce06ba6f43e...9026d1152c23 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/324498824?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#786 (master - 4ce06ba)
by Travis CI 03 Jan '18

03 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #786 Status: Still Failing Duration: 13 minutes and 11 seconds Commit: 4ce06ba (master) Author: Michal Privoznik Message: src: Export virDomainMemoryAccessType*String These are already exported at header file level because of VIR_ENUM_DECL being in numa_conf.h. However, they are not being exported at object level because of missing libvirt_private.syms record. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: John Ferlan <jferlan(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/8bcceaa9244f...4ce06ba6f43e View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/324465321?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#785 (master - 8bcceaa)
by Travis CI 02 Jan '18

02 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #785 Status: Still Failing Duration: 23 minutes and 10 seconds Commit: 8bcceaa (master) Author: Andrea Bolognani Message: docs: Fix serial console configuration examples Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/a38aa340fe60...8bcceaa9244f View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/324164128?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#784 (master - a38aa34)
by Travis CI 02 Jan '18

02 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #784 Status: Still Failing Duration: 26 minutes and 30 seconds Commit: a38aa34 (master) Author: Andrea Bolognani Message: qemu: Enforce vCPU hotplug granularity constraints QEMU 2.7 and newer don't allow guests to start unless the initial vCPUs count is a multiple of the vCPU hotplug granularity, so validate it and report an error if needed. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1283700 Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/bbf6573e9452...a38aa340fe60 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/324126776?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#783 (master - bbf6573)
by Travis CI 02 Jan '18

02 Jan '18
Build Update for libvirt/libvirt ------------------------------------- Build: #783 Status: Broken Duration: 23 minutes and 7 seconds Commit: bbf6573 (master) Author: Pavel Hrdina Message: conf: honor maxnames in nodeListDevices API Introduced by commit <4ae9dbea99c>. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1528572 Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/715b321da12f...bbf6573e9452 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/324091824?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 11
  • 12
  • 13
  • 14
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.