deeplow
deeplow
Quoting from the [wiki](https://github.com/freedomofpress/securedrop-workstation/wiki/QA-Testing#build-variantsenvironments): > ### Build Variants/Environments > Three scenarios are supported through the environment key in config.json: > > prod: (yum.securedrop.org, apt.freedom.press) > staging: (yum-test.securedrop.org, apt-test.freedom.press) > dev:...
I am [now profiling the salt](https://openqa.qubes-os.org/tests/149326#) runs on OpenQA (see branch `2025-08-openqa-profile`) basically using the same method as https://github.com/freedomofpress/securedrop-workstation/issues/973. So we know it's not considering the time it takes for...
Unfortunately the log upload timed out: Here are some frames from from the video:     Some logs are still missing (e.g. dom0's state.highstate), but an initial look...
Here are the results in seconds from [the log](https://github.com/user-attachments/files/21757782/install_workstation-sdw-admin-apply.3.log): ``` 1444 qvm.template_installed 1555 pkg.installed 778 pkg.uptodate 110 qvm.vm 79 cmd.run 51 qvm.start 12 qvm.kill 5 qvm.shutdown 2 qvm.exists 1 cmd.script...
### `qvm.template_installed` (Template Installation) > This could be either network or disk IO. But pre-downloading the templates will cut the test in 24mins. Although most times we won't have to...
In [the latest run](https://openqa.qubes-os.org/tests/151864#step/install_workstation/34) it's has hit some space constraints: Not sure why that is since we're only pre-downloading things that would later be available.
After restarting the test I no longer ran into these storage limitation issues (at least as starting qubes is concerned). I did however still see the ⚠️ in the top-right...
But [it did resize](https://openqa.qubes-os.org/tests/151885#downloads) the volume:  I'll run it again.
Podman seems to have a size ballooning problem, which with docker we just don't run into. - Out of the box: - After installing fedora-42 + debian-12-minimal + `sd-dev` to...
Not sure. Podman is going over ~20GB from what I'm seeing. `/var/lib/docker` has 15GB. So it's probably some space management situation. > Since we only do the build once, a...