Skip to content

Hide internal qubes from boot device selection#443

Merged
marmarek merged 2 commits into
QubesOS:mainfrom
ben-grande:preload-boot-from-device
Apr 5, 2026
Merged

Hide internal qubes from boot device selection#443
marmarek merged 2 commits into
QubesOS:mainfrom
ben-grande:preload-boot-from-device

Conversation

@ben-grande
Copy link
Copy Markdown
Contributor

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.66%. Comparing base (0a1b426) to head (e3248b8).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #443   +/-   ##
=======================================
  Coverage   69.66%   69.66%           
=======================================
  Files          17       17           
  Lines        4008     4008           
=======================================
  Hits         2792     2792           
  Misses       1216     1216           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread qubesmanager/bootfromdevice.py Outdated
and not utils.get_feature(vm, "service.guivm", False)
and not getattr(vm, "template_for_dispvms", False)
),
allow_internal=True
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message talks about hiding internal. There is already parameter for that just here, instead of the whole filter function. And IMO filtering-out all those (other) qubes isn't a good idea - for example excluding servicevm excludes sys-usb, which is a very valid choice (for example to boot from a USB stick plugged in).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message talks about hiding internal. There is already parameter for that just here, instead of the whole filter function.

allow_internal=False hides AdminVM also. The thing is, no other piece of code is using it, so perhaps we could drop the hiding of AdminVM. Just let me know if this is intended.

And IMO filtering-out all those (other) qubes isn't a good idea - for example excluding servicevm excludes sys-usb, which is a very valid choice (for example to boot from a USB stick plugged in).

sure, will allow servicevm.

@ben-grande ben-grande force-pushed the preload-boot-from-device branch from 03cf816 to 8d028b2 Compare February 9, 2026 13:26
@marmarek
Copy link
Copy Markdown
Member

test_10_do_backup fails now, but later on tests hang, so there is no full details of the failure...

@ben-grande ben-grande force-pushed the preload-boot-from-device branch from 8d028b2 to 6058c87 Compare February 12, 2026 13:45
Comment thread qubesmanager/bootfromdevice.py Outdated
Comment on lines +114 to +116
and not utils.get_feature(vm, "service.audiovm", False)
and not utils.get_feature(vm, "service.guivm", False)
and not getattr(vm, "template_for_dispvms", False)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to the PR in the other repo - please drop those excessive filters. Filtering out internal may be okay, but others should stay.

@ben-grande ben-grande force-pushed the preload-boot-from-device branch from 6058c87 to 99f113a Compare March 28, 2026 00:26
This was referenced Mar 29, 2026
@qubesos-bot
Copy link
Copy Markdown

qubesos-bot commented Mar 29, 2026

OpenQA test summary

Complete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026040510-4.3&flavor=pull-requests

Test run included the following:

New failures, excluding unstable

Compared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2026032404-devel&flavor=update

  • system_tests_network

  • system_tests_pvgrub_salt_storage

    • TC_41_HVMGrub_debian-13-xfce: test_001_standalone_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_42_PVHGrub_fedora-42-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_42_PVHGrub_fedora-42-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_guivm_gui_interactive

    • simple_gui_apps: unnamed test (unknown)

    • simple_gui_apps: Failed (test died)
      # Test died: no candidate needle with tag(s) 'vm-settings-app-xterm...

    • simple_gui_apps: unnamed test (unknown)

  • system_tests_network_ipv6

  • system_tests_guivm_vnc_gui_interactive

    • guivm_startup: Failed (test died)
      # Test died: command 'qvm-shutdown --all --wait && sleep 2 && qvm-s...
  • system_tests_qwt_win10_seamless@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Edge-address-...
  • system_tests_guivm_gpu_gui_interactive@hw13

    • simple_gui_apps: unnamed test (unknown)

    • simple_gui_apps: Failed (test died)
      # Test died: no candidate needle with tag(s) 'vm-settings-app-xterm...

    • simple_gui_apps: unnamed test (unknown)

  • system_tests_gui_interactive@hw7

    • gui_keyboard_layout: unnamed test (unknown)
    • gui_keyboard_layout: Failed (test died)
      # Test died: no candidate needle with tag(s) 'desktop-runner' match...
  • system_tests_whonix@hw1

    • whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_qwt_win11@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Notepad' matc...

Failed tests

28 failures
  • system_tests_whonix

    • whonixcheck: fail (unknown)
      Whonixcheck for whonix-gateway-18 failed...

    • whonixcheck: fail (unknown)
      Whonixcheck for whonix-workstation-18 failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_network

  • system_tests_pvgrub_salt_storage

    • TC_41_HVMGrub_debian-13-xfce: test_001_standalone_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_debian-13-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_debian-13-xfce: test_011_template_based_vm_dracut (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-42-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_41_HVMGrub_fedora-42-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_42_PVHGrub_fedora-42-xfce: test_000_standalone_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

    • TC_42_PVHGrub_fedora-42-xfce: test_010_template_based_vm (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_guivm_gui_interactive

    • simple_gui_apps: unnamed test (unknown)

    • simple_gui_apps: Failed (test died)
      # Test died: no candidate needle with tag(s) 'vm-settings-app-xterm...

    • simple_gui_apps: unnamed test (unknown)

  • system_tests_network_ipv6

  • system_tests_guivm_vnc_gui_interactive

    • guivm_startup: Failed (test died)
      # Test died: command 'qvm-shutdown --all --wait && sleep 2 && qvm-s...
  • system_tests_qwt_win10_seamless@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Edge-address-...
  • system_tests_guivm_gpu_gui_interactive@hw13

    • simple_gui_apps: unnamed test (unknown)

    • simple_gui_apps: Failed (test died)
      # Test died: no candidate needle with tag(s) 'vm-settings-app-xterm...

    • simple_gui_apps: unnamed test (unknown)

  • system_tests_gui_interactive@hw7

    • gui_keyboard_layout: unnamed test (unknown)
    • gui_keyboard_layout: Failed (test died)
      # Test died: no candidate needle with tag(s) 'desktop-runner' match...
  • system_tests_whonix@hw1

    • whonixcheck: fail (unknown)
      Whonixcheck for sys-whonix failed...

    • whonixcheck: Failed (test died)
      # Test died: systemcheck failed at qubesos/tests/whonixcheck.pm lin...

  • system_tests_qwt_win11@hw13

    • windows_clipboard_and_filecopy: unnamed test (unknown)
    • windows_clipboard_and_filecopy: Failed (test died)
      # Test died: no candidate needle with tag(s) 'windows-Notepad' matc...

Fixed failures

Compared to: https://openqa.qubes-os.org/tests/170766#dependencies

27 fixed
  • system_tests_network

  • system_tests_extra

    • system_tests: Fail (unknown)
      Tests qubes.tests.extra failed (exit code 1), details reported sepa...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_01_InputProxyExclude_debian-13-xfce: test_000_qemu_tablet (error)
      qubes.exc.QubesVMError: Cannot connect to qrexec agent for 120 seco...

  • system_tests_gui_interactive

    • collect_logs: wait_serial (wait serial expected)
      # wait_serial expected: qr/Dhelp-\d+-/...

    • collect_logs: Failed (test died + timed out)
      # Test died: command 'curl --form upload=@journalctl.log --form upn...

  • system_tests_network_ipv6

  • system_tests_network_updates

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.dom0_update failed (exit code 1), details r...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_00_Dom0Upgrade_whonix-gateway-18: test_020_install_wrong_sign (error)
      subprocess.CalledProcessError: Command 'timeout=120; while ! tor-ci...

    • TC_11_QvmTemplateMgmtVM_debian-13-xfce: test_000_template_list (failure)
      qvm-template: error: No matching templates to list

    • TC_11_QvmTemplateMgmtVM_debian-13-xfce: test_010_template_install (failure)
      qvm-template: error: Template 'debian-12-minimal' not found.

    • TC_11_QvmTemplateMgmtVM_fedora-42-xfce: test_000_template_list (failure)
      qvm-template: error: No matching templates to list

    • TC_11_QvmTemplateMgmtVM_fedora-42-xfce: test_010_template_install (failure)
      qvm-template: error: Template 'debian-12-minimal' not found.

    • TC_11_QvmTemplateMgmtVM_whonix-gateway-18: test_000_template_list (failure)
      qvm-template: error: No matching templates to list

    • TC_11_QvmTemplateMgmtVM_whonix-gateway-18: test_010_template_install (failure)
      qvm-template: error: Template 'debian-12-minimal' not found.

  • system_tests_kde_gui_interactive

    • collect_logs: wait_serial (wait serial expected)
      # wait_serial expected: qr/bMse8-\d+-/...

    • collect_logs: Failed (test died + timed out)
      # Test died: command 'curl --form upload=@journalctl.log --form upn...

  • system_tests_guivm_vnc_gui_interactive

    • collect_logs: wait_serial (wait serial expected)
      # wait_serial expected: qr/C_fDy-\d+-/...

    • collect_logs: Failed (test died + timed out)
      # Test died: command 'curl --form upload=@journalctl.log --form upn...

  • system_tests_audio

    • system_tests: Fail (unknown)
      Tests qubes.tests.integ.audio failed (exit code 1), details reporte...

    • system_tests: Failed (test died)
      # Test died: Some tests failed at qubesos/tests/system_tests.pm lin...

    • TC_20_AudioVM_Pulse_whonix-workstation-18: test_225_audio_rec_unmuted_hvm (failure)
      AssertionError: too short audio, expected 10s, got 7.59433106575963...

    • TC_20_AudioVM_PipeWire_debian-13-xfce: test_251_audio_playback_audiovm_pipewire_late_start (failure)
      AssertionError: pacat for test-inst-vm1 (xid 48) running(False) in ...

  • system_tests_qwt_win10@hw13

    • windows_install: Failed (test died)
      # Test died: Install failed with code 1 at qubesos/tests/windows_in...
  • system_tests_qwt_win10_seamless@hw13

    • windows_install: Failed (test died)
      # Test died: Install failed with code 1 at qubesos/tests/windows_in...
  • system_tests_qwt_win11@hw13

    • windows_install: Failed (test died)
      # Test died: Install failed with code 1 at qubesos/tests/windows_in...

Unstable tests

Details

Performance Tests

Performance degradation:

15 performance degradations
  • fedora-42-xfce_dom0-vm-api (mean:0.046): 0.55 🔻 ( previous job: 0.43, degradation: 128.01%)
  • debian-13-xfce_exec: 8.34 🔻 ( previous job: 7.30, degradation: 114.21%)
  • debian-13-xfce_socket-data-duplex: 98.95 🔻 ( previous job: 86.03, degradation: 115.01%)
  • whonix-workstation-18_exec-data-duplex: 66.77 🔻 ( previous job: 59.45, degradation: 112.30%)
  • dom0_root_seq1m_q8t1_read 3:read_bandwidth_kb: 376779.00 🔻 ( previous job: 485002.00, degradation: 77.69%)
  • fedora-42-xfce_root_seq1m_q8t1_read 3:read_bandwidth_kb: 340225.00 🔻 ( previous job: 429744.00, degradation: 79.17%)
  • fedora-42-xfce_root_seq1m_q1t1_read 3:read_bandwidth_kb: 242557.00 🔻 ( previous job: 337488.00, degradation: 71.87%)
  • fedora-42-xfce_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 72405.00 🔻 ( previous job: 82654.00, degradation: 87.60%)
  • fedora-42-xfce_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 642.00 🔻 ( previous job: 808.00, degradation: 79.46%)
  • fedora-42-xfce_private_seq1m_q8t1_read 3:read_bandwidth_kb: 253769.00 🔻 ( previous job: 386785.00, degradation: 65.61%)
  • fedora-42-xfce_private_seq1m_q1t1_read 3:read_bandwidth_kb: 260386.00 🔻 ( previous job: 344699.00, degradation: 75.54%)
  • fedora-42-xfce_private_rnd4k_q32t1_write 3:write_bandwidth_kb: 1494.00 🔻 ( previous job: 2529.00, degradation: 59.07%)
  • fedora-42-xfce_private_rnd4k_q1t1_write 3:write_bandwidth_kb: 742.00 🔻 ( previous job: 1142.00, degradation: 64.97%)
  • fedora-42-xfce_volatile_seq1m_q8t1_write 3:write_bandwidth_kb: 67967.00 🔻 ( previous job: 98064.00, degradation: 69.31%)
  • fedora-42-xfce_volatile_rnd4k_q32t1_write 3:write_bandwidth_kb: 1211.00 🔻 ( previous job: 4272.00, degradation: 28.35%)

Remaining performance tests:

96 tests
  • debian-13-xfce_dom0-dispvm-api (mean:6.266): 75.20 🟢 ( previous job: 81.47, improvement: 92.30%)
  • debian-13-xfce_dom0-dispvm-gui-api (mean:7.63): 91.56 🟢 ( previous job: 92.38, improvement: 99.12%)
  • debian-13-xfce_dom0-dispvm-preload-2-api (mean:3.049): 36.58 🟢 ( previous job: 48.28, improvement: 75.78%)
  • debian-13-xfce_dom0-dispvm-preload-2-delay-0-api (mean:2.87): 34.44 🟢 ( previous job: 44.34, improvement: 77.67%)
  • debian-13-xfce_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:3.335): 40.02 🟢 ( previous job: 54.23, improvement: 73.78%)
  • debian-13-xfce_dom0-dispvm-preload-4-api (mean:2.552): 30.63 🟢 ( previous job: 40.37, improvement: 75.86%)
  • debian-13-xfce_dom0-dispvm-preload-4-delay-0-api (mean:2.566): 30.79 🟢 ( previous job: 44.04, improvement: 69.91%)
  • debian-13-xfce_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:2.706): 32.47 🟢 ( previous job: 45.36, improvement: 71.59%)
  • debian-13-xfce_dom0-dispvm-preload-2-gui-api (mean:4.485): 53.82 🟢 ( previous job: 58.18, improvement: 92.50%)
  • debian-13-xfce_dom0-dispvm-preload-4-gui-api (mean:3.827): 45.93 🔻 ( previous job: 43.54, degradation: 105.48%)
  • debian-13-xfce_dom0-dispvm-preload-6-gui-api (mean:3.313): 39.76 🟢 ( previous job: 47.37, improvement: 83.93%)
  • debian-13-xfce_dom0-vm-api (mean:0.036): 0.43 🟢 ( previous job: 0.46, improvement: 93.90%)
  • debian-13-xfce_dom0-vm-gui-api (mean:0.044): 0.53 🔻 ( previous job: 0.51, degradation: 103.96%)
  • fedora-42-xfce_dom0-dispvm-api (mean:6.334): 76.01 🟢 ( previous job: 86.95, improvement: 87.41%)
  • fedora-42-xfce_dom0-dispvm-gui-api (mean:8.134): 97.61 🟢 ( previous job: 101.79, improvement: 95.89%)
  • fedora-42-xfce_dom0-dispvm-preload-2-api (mean:3.41): 40.92 🟢 ( previous job: 51.93, improvement: 78.80%)
  • fedora-42-xfce_dom0-dispvm-preload-2-delay-0-api (mean:3.241): 38.89 🟢 ( previous job: 48.70, improvement: 79.86%)
  • fedora-42-xfce_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:3.771): 45.25 🟢 ( previous job: 57.38, improvement: 78.87%)
  • fedora-42-xfce_dom0-dispvm-preload-4-api (mean:2.769): 33.22 🟢 ( previous job: 43.56, improvement: 76.27%)
  • fedora-42-xfce_dom0-dispvm-preload-4-delay-0-api (mean:2.861): 34.33 🟢 ( previous job: 43.43, improvement: 79.05%)
  • fedora-42-xfce_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:2.704): 32.45 🟢 ( previous job: 47.15, improvement: 68.82%)
  • fedora-42-xfce_dom0-dispvm-preload-2-gui-api (mean:5.038): 60.46 🟢 ( previous job: 62.91, improvement: 96.11%)
  • fedora-42-xfce_dom0-dispvm-preload-4-gui-api (mean:3.92): 47.03 🟢 ( previous job: 51.39, improvement: 91.53%)
  • fedora-42-xfce_dom0-dispvm-preload-6-gui-api (mean:3.311): 39.74 🟢 ( previous job: 44.96, improvement: 88.39%)
  • fedora-42-xfce_dom0-vm-gui-api (mean:0.042): 0.50 🔻 ( previous job: 0.46, degradation: 109.41%)
  • whonix-workstation-18_dom0-dispvm-api (mean:7.983): 95.79 🟢 ( previous job: 114.77, improvement: 83.46%)
  • whonix-workstation-18_dom0-dispvm-gui-api (mean:10.175): 122.11 🟢 ( previous job: 127.27, improvement: 95.94%)
  • whonix-workstation-18_dom0-dispvm-preload-2-api (mean:4.272): 51.26 🟢 ( previous job: 70.96, improvement: 72.23%)
  • whonix-workstation-18_dom0-dispvm-preload-2-delay-0-api (mean:4.012): 48.15 🟢 ( previous job: 65.29, improvement: 73.75%)
  • whonix-workstation-18_dom0-dispvm-preload-2-delay-minus-1d2-api (mean:4.448): 53.37 🟢 ( previous job: 74.32, improvement: 71.82%)
  • whonix-workstation-18_dom0-dispvm-preload-4-api (mean:3.572): 42.86 🟢 ( previous job: 57.74, improvement: 74.23%)
  • whonix-workstation-18_dom0-dispvm-preload-4-delay-0-api (mean:3.425): 41.10 🟢 ( previous job: 65.76, improvement: 62.51%)
  • whonix-workstation-18_dom0-dispvm-preload-4-delay-minus-1d2-api (mean:3.328): 39.94 🟢 ( previous job: 59.80, improvement: 66.78%)
  • whonix-workstation-18_dom0-dispvm-preload-2-gui-api (mean:6.161): 73.94 🟢 ( previous job: 78.19, improvement: 94.56%)
  • whonix-workstation-18_dom0-dispvm-preload-4-gui-api (mean:4.901): 58.81 🟢 ( previous job: 65.73, improvement: 89.48%)
  • whonix-workstation-18_dom0-dispvm-preload-6-gui-api (mean:4.247): 50.97 🟢 ( previous job: 61.35, improvement: 83.07%)
  • whonix-workstation-18_dom0-vm-api (mean:0.036): 0.44 🟢 ( previous job: 0.58, improvement: 75.87%)
  • whonix-workstation-18_dom0-vm-gui-api (mean:0.041): 0.49 🟢 ( previous job: 0.62, improvement: 78.81%)
  • debian-13-xfce_exec-root: 26.01 🟢 ( previous job: 26.58, improvement: 97.89%)
  • debian-13-xfce_socket: 8.56 🔻 ( previous job: 8.02, degradation: 106.67%)
  • debian-13-xfce_socket-root: 8.84 🔻 ( previous job: 8.38, degradation: 105.41%)
  • debian-13-xfce_exec-data-simplex: 55.41 🟢 ( previous job: 66.06, improvement: 83.87%)
  • debian-13-xfce_exec-data-duplex: 64.89 🔻 ( previous job: 61.22, degradation: 106.00%)
  • debian-13-xfce_exec-data-duplex-root: 68.99 🟢 ( previous job: 72.95, improvement: 94.57%)
  • fedora-42-xfce_exec: 8.98 🟢 ( previous job: 9.09, improvement: 98.82%)
  • fedora-42-xfce_exec-root: 59.75 🔻 ( previous job: 58.88, degradation: 101.49%)
  • fedora-42-xfce_socket: 8.53 🔻 ( previous job: 8.48, degradation: 100.64%)
  • fedora-42-xfce_socket-root: 8.04 🟢 ( previous job: 8.67, improvement: 92.69%)
  • fedora-42-xfce_exec-data-simplex: 66.10 🔻 ( previous job: 61.42, degradation: 107.61%)
  • fedora-42-xfce_exec-data-duplex: 60.23 🟢 ( previous job: 65.12, improvement: 92.50%)
  • fedora-42-xfce_exec-data-duplex-root: 90.42 🔻 ( previous job: 85.37, degradation: 105.91%)
  • fedora-42-xfce_socket-data-duplex: 84.67 🔻 ( previous job: 84.37, degradation: 100.35%)
  • whonix-gateway-18_exec: 7.61 🟢 ( previous job: 7.69, improvement: 98.99%)
  • whonix-gateway-18_exec-root: 136.61 🔻 ( previous job: 132.16, degradation: 103.36%)
  • whonix-gateway-18_socket: 7.93 🟢 ( previous job: 8.05, improvement: 98.46%)
  • whonix-gateway-18_socket-root: 7.44 🔻 ( previous job: 7.16, degradation: 103.99%)
  • whonix-gateway-18_exec-data-simplex: 67.98 🔻 ( previous job: 64.40, degradation: 105.56%)
  • whonix-gateway-18_exec-data-duplex: 67.89 🔻 ( previous job: 63.65, degradation: 106.66%)
  • whonix-gateway-18_exec-data-duplex-root: 122.00 🟢 ( previous job: 123.30, improvement: 98.95%)
  • whonix-gateway-18_socket-data-duplex: 113.32 🟢 ( previous job: 113.72, improvement: 99.65%)
  • whonix-workstation-18_exec: 8.69 🔻 ( previous job: 8.20, degradation: 106.01%)
  • whonix-workstation-18_exec-root: 141.04 🔻 ( previous job: 138.84, degradation: 101.58%)
  • whonix-workstation-18_socket: 8.53 🔻 ( previous job: 8.19, degradation: 104.17%)
  • whonix-workstation-18_socket-root: 8.26 🟢 ( previous job: 8.92, improvement: 92.56%)
  • whonix-workstation-18_exec-data-simplex: 68.83 🔻 ( previous job: 63.54, degradation: 108.33%)
  • whonix-workstation-18_exec-data-duplex-root: 128.67 🟢 ( previous job: 139.63, improvement: 92.15%)
  • whonix-workstation-18_socket-data-duplex: 81.23 🔻 ( previous job: 80.77, degradation: 100.57%)
  • dom0_root_seq1m_q8t1_write 3:write_bandwidth_kb: 234318.00 🟢 ( previous job: 217546.00, improvement: 107.71%)
  • dom0_root_seq1m_q1t1_read 3:read_bandwidth_kb: 415606.00 🟢 ( previous job: 70705.00, improvement: 587.80%)
  • dom0_root_seq1m_q1t1_write 3:write_bandwidth_kb: 174376.00 🟢 ( previous job: 42537.00, improvement: 409.94%)
  • dom0_root_rnd4k_q32t1_read 3:read_bandwidth_kb: 98893.00 🟢 ( previous job: 12342.00, improvement: 801.27%)
  • dom0_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 10626.00 🟢 ( previous job: 3011.00, improvement: 352.91%)
  • dom0_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 7965.00 🟢 ( previous job: 1182.00, improvement: 673.86%)
  • dom0_root_rnd4k_q1t1_write 3:write_bandwidth_kb: 4906.00 🟢 ( previous job: 793.00, improvement: 618.66%)
  • dom0_varlibqubes_seq1m_q8t1_read 3:read_bandwidth_kb: 503155.00 🟢 ( previous job: 233483.00, improvement: 215.50%)
  • dom0_varlibqubes_seq1m_q8t1_write 3:write_bandwidth_kb: 211919.00 🟢 ( previous job: 34913.00, improvement: 606.99%)
  • dom0_varlibqubes_seq1m_q1t1_read 3:read_bandwidth_kb: 440948.00 🟢 ( previous job: 370521.00, improvement: 119.01%)
  • dom0_varlibqubes_seq1m_q1t1_write 3:write_bandwidth_kb: 159897.00 🟢 ( previous job: 154458.00, improvement: 103.52%)
  • dom0_varlibqubes_rnd4k_q32t1_read 3:read_bandwidth_kb: 108451.00 🟢 ( previous job: 27602.00, improvement: 392.91%)
  • dom0_varlibqubes_rnd4k_q32t1_write 3:write_bandwidth_kb: 8599.00 🟢 ( previous job: 8434.00, improvement: 101.96%)
  • dom0_varlibqubes_rnd4k_q1t1_read 3:read_bandwidth_kb: 8359.00 🟢 ( previous job: 7112.00, improvement: 117.53%)
  • dom0_varlibqubes_rnd4k_q1t1_write 3:write_bandwidth_kb: 4662.00 🟢 ( previous job: 4565.00, improvement: 102.12%)
  • fedora-42-xfce_root_seq1m_q8t1_write 3:write_bandwidth_kb: 99198.00 🟢 ( previous job: 82944.00, improvement: 119.60%)
  • fedora-42-xfce_root_seq1m_q1t1_write 3:write_bandwidth_kb: 97669.00 🟢 ( previous job: 28744.00, improvement: 339.79%)
  • fedora-42-xfce_root_rnd4k_q32t1_write 3:write_bandwidth_kb: 2383.00 🟢 ( previous job: 1799.00, improvement: 132.46%)
  • fedora-42-xfce_root_rnd4k_q1t1_read 3:read_bandwidth_kb: 8258.00 🔻 ( previous job: 8983.00, degradation: 91.93%)
  • fedora-42-xfce_private_seq1m_q8t1_write 3:write_bandwidth_kb: 178687.00 🟢 ( previous job: 120146.00, improvement: 148.72%)
  • fedora-42-xfce_private_seq1m_q1t1_write 3:write_bandwidth_kb: 98253.00 🟢 ( previous job: 73186.00, improvement: 134.25%)
  • fedora-42-xfce_private_rnd4k_q32t1_read 3:read_bandwidth_kb: 83775.00 🔻 ( previous job: 85237.00, degradation: 98.28%)
  • fedora-42-xfce_private_rnd4k_q1t1_read 3:read_bandwidth_kb: 9355.00 🟢 ( previous job: 8072.00, improvement: 115.89%)
  • fedora-42-xfce_volatile_seq1m_q8t1_read 3:read_bandwidth_kb: 415936.00 🟢 ( previous job: 378820.00, improvement: 109.80%)
  • fedora-42-xfce_volatile_seq1m_q1t1_read 3:read_bandwidth_kb: 325341.00 🔻 ( previous job: 339454.00, degradation: 95.84%)
  • fedora-42-xfce_volatile_seq1m_q1t1_write 3:write_bandwidth_kb: 64996.00 🟢 ( previous job: 28807.00, improvement: 225.63%)
  • fedora-42-xfce_volatile_rnd4k_q32t1_read 3:read_bandwidth_kb: 87139.00 🔻 ( previous job: 95629.00, degradation: 91.12%)
  • fedora-42-xfce_volatile_rnd4k_q1t1_read 3:read_bandwidth_kb: 8539.00 🟢 ( previous job: 8294.00, improvement: 102.95%)
  • fedora-42-xfce_volatile_rnd4k_q1t1_write 3:write_bandwidth_kb: 1380.00 🔻 ( previous job: 1434.00, degradation: 96.23%)

Comment thread qubesmanager/bootfromdevice.py Outdated
filter_function=(lambda vm:
vm != self.vm
and vm.klass != "TemplateVM"
and not utils.get_feature(vm, "internal", False)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still needed, given allow_internal=True is gone?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Time has passed and I don't remember why I did this. Will fix.

@marmarek marmarek merged commit e3248b8 into QubesOS:main Apr 5, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants