1. 24 Feb, 2022 5 commits
  2. 17 Feb, 2022 1 commit
  3. 16 Feb, 2022 3 commits
    • Zuul's avatar
    • Zuul's avatar
      Merge "Fix release mapping (19.1 -> 20.0)" · db808f6d
      Zuul authored
      db808f6d
    • Dmitry Tantsur's avatar
      CI: use a custom cirros partition image instead of the default · bbceca56
      Dmitry Tantsur authored
      Cirros partition images are not compatible with local boot since they
      don't ship grub (nor a normal root partition). This change adds a script
      that builds a partition image with UEFI artifacts present. It still
      cannot be booted in legacy mode, but it's a progress.
      
      Set the tempest plugin's partition_netboot option. We need it to inform
      the tempest plugin about the ability to do local boot. This option
      already exists but is never set.
      
      Also set the new default_boot_option parameter, which will be introduced
      and used in Iaba563a2ecbca029889bc6894b2a7f0754d27b88.
      
      Remove netboot from most of the UEFI jobs.
      
      Change-Id: I15189e7f5928126c6b336b1416ce6408a4950062
      bbceca56
  4. 15 Feb, 2022 3 commits
  5. 14 Feb, 2022 5 commits
  6. 11 Feb, 2022 1 commit
  7. 10 Feb, 2022 3 commits
  8. 09 Feb, 2022 2 commits
  9. 07 Feb, 2022 4 commits
  10. 03 Feb, 2022 4 commits
  11. 01 Feb, 2022 3 commits
  12. 31 Jan, 2022 1 commit
  13. 28 Jan, 2022 2 commits
  14. 27 Jan, 2022 1 commit
  15. 26 Jan, 2022 2 commits
    • Julia Kreger's avatar
      Add additional ramdisk tests · e851d634
      Julia Kreger authored
      Noticed we're missing some test coverage in regards to booting from
      ramdisks when I was investigating an issue which was reported against
      wallaby.
      
      Adds tests which *should* catch the issue I'm chasing in wallaby.
      
      Change-Id: I4965d0cc3966c50fa0485b5e194248dd2072f7a8
      e851d634
    • Dmitry Tantsur's avatar
      Wait for conductor start before notifying systemd · 2c58ab37
      Dmitry Tantsur authored
      Currently, the launcher first notifies systemd, then starts checking the
      services (RPC and WSGI). So any failures will be reported, but only
      after systemd declares the service ready.
      
      This change adds a polling loop to make sure RpcService.start() finishes
      successfully.
      
      Change-Id: Ib460622d69a9cb1cb82e796a6ab294bbbb40c359
      2c58ab37